Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::ImageToMeshFilter< TInputImage, TOutputMesh > Class Template Reference
[Image Filters]

#include <itkImageToMeshFilter.h>

Inheritance diagram for itk::ImageToMeshFilter:

Inheritance graph
[legend]
Collaboration diagram for itk::ImageToMeshFilter< TInputImage, TOutputMesh >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ImageToMeshFilter Self
typedef MeshSource< TOutputMesh > Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TInputImage InputImageType
typedef InputImageType::Pointer InputImagePointer
typedef InputImageType::ConstPointer InputImageConstPointer
typedef InputImageType::RegionType InputImageRegionType
typedef InputImageType::PixelType InputImagePixelType
typedef TOutputMesh OutputMeshType
typedef OutputMeshType::Pointer OutputMeshPointer

Public Methods

virtual const char * GetClassName () const
DataObject::Pointer MakeOutput (unsigned int idx)
void SetInput (unsigned int idx, const InputImageType *input)
const InputImageTypeGetInput (unsigned int idx)
OutputMeshTypeGetOutput (void)
void GenerateOutputInformation (void)

Protected Methods

 ImageToMeshFilter ()
 ~ImageToMeshFilter ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

template<class TInputImage, class TOutputMesh>
class itk::ImageToMeshFilter< TInputImage, TOutputMesh >

ImageToMeshFilter is the base class for all process objects that output Mesh data and require image data as input. Specifically, this class defines the SetInput() method for defining the input to a filter.

Definition at line 35 of file itkImageToMeshFilter.h.


Member Typedef Documentation

template<class TInputImage, class TOutputMesh>
typedef SmartPointer<const Self> itk::ImageToMeshFilter< TInputImage, TOutputMesh >::ConstPointer
 

Reimplemented from itk::MeshSource< TOutputMesh >.

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

Definition at line 42 of file itkImageToMeshFilter.h.

template<class TInputImage, class TOutputMesh>
typedef InputImageType::ConstPointer itk::ImageToMeshFilter< TInputImage, TOutputMesh >::InputImageConstPointer
 

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

Definition at line 54 of file itkImageToMeshFilter.h.

template<class TInputImage, class TOutputMesh>
typedef InputImageType::PixelType itk::ImageToMeshFilter< TInputImage, TOutputMesh >::InputImagePixelType
 

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

Definition at line 56 of file itkImageToMeshFilter.h.

template<class TInputImage, class TOutputMesh>
typedef InputImageType::Pointer itk::ImageToMeshFilter< TInputImage, TOutputMesh >::InputImagePointer
 

Definition at line 53 of file itkImageToMeshFilter.h.

template<class TInputImage, class TOutputMesh>
typedef InputImageType::RegionType itk::ImageToMeshFilter< TInputImage, TOutputMesh >::InputImageRegionType
 

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

Definition at line 55 of file itkImageToMeshFilter.h.

template<class TInputImage, class TOutputMesh>
typedef TInputImage itk::ImageToMeshFilter< TInputImage, TOutputMesh >::InputImageType
 

Some Image related typedefs.

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

Definition at line 52 of file itkImageToMeshFilter.h.

template<class TInputImage, class TOutputMesh>
typedef OutputMeshType::Pointer itk::ImageToMeshFilter< TInputImage, TOutputMesh >::OutputMeshPointer
 

Reimplemented from itk::MeshSource< TOutputMesh >.

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

Definition at line 60 of file itkImageToMeshFilter.h.

template<class TInputImage, class TOutputMesh>
typedef TOutputMesh itk::ImageToMeshFilter< TInputImage, TOutputMesh >::OutputMeshType
 

Some Mesh related typedefs.

Reimplemented from itk::MeshSource< TOutputMesh >.

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

Definition at line 59 of file itkImageToMeshFilter.h.

template<class TInputImage, class TOutputMesh>
typedef SmartPointer<Self> itk::ImageToMeshFilter< TInputImage, TOutputMesh >::Pointer
 

Reimplemented from itk::MeshSource< TOutputMesh >.

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

Definition at line 41 of file itkImageToMeshFilter.h.

template<class TInputImage, class TOutputMesh>
typedef ImageToMeshFilter itk::ImageToMeshFilter< TInputImage, TOutputMesh >::Self
 

Standard class typedefs.

Reimplemented from itk::MeshSource< TOutputMesh >.

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

Definition at line 39 of file itkImageToMeshFilter.h.

template<class TInputImage, class TOutputMesh>
typedef MeshSource<TOutputMesh> itk::ImageToMeshFilter< TInputImage, TOutputMesh >::Superclass
 

Reimplemented from itk::MeshSource< TOutputMesh >.

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

Definition at line 40 of file itkImageToMeshFilter.h.


Constructor & Destructor Documentation

template<class TInputImage, class TOutputMesh>
itk::ImageToMeshFilter< TInputImage, TOutputMesh >::ImageToMeshFilter   [protected]
 

template<class TInputImage, class TOutputMesh>
itk::ImageToMeshFilter< TInputImage, TOutputMesh >::~ImageToMeshFilter   [protected]
 


Member Function Documentation

template<class TInputImage, class TOutputMesh>
void itk::ImageToMeshFilter< TInputImage, TOutputMesh >::GenerateOutputInformation void    [virtual]
 

Prepare the output

Reimplemented from itk::ProcessObject.

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

template<class TInputImage, class TOutputMesh>
virtual const char* itk::ImageToMeshFilter< TInputImage, TOutputMesh >::GetClassName   const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::MeshSource< TOutputMesh >.

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

template<class TInputImage, class TOutputMesh>
const InputImageType* itk::ImageToMeshFilter< TInputImage, TOutputMesh >::GetInput unsigned int    idx
 

Get the input image of this process object.

Reimplemented from itk::ProcessObject.

template<class TInputImage, class TOutputMesh>
OutputMeshType* itk::ImageToMeshFilter< TInputImage, TOutputMesh >::GetOutput void   
 

Get the output Mesh of this process object.

Reimplemented from itk::MeshSource< TOutputMesh >.

template<class TInputImage, class TOutputMesh>
DataObject::Pointer itk::ImageToMeshFilter< TInputImage, TOutputMesh >::MakeOutput unsigned int    idx [virtual]
 

Create a valid output.

Reimplemented from itk::MeshSource< TOutputMesh >.

template<class TInputImage, class TOutputMesh>
void itk::ImageToMeshFilter< TInputImage, TOutputMesh >::PrintSelf std::ostream &    os,
Indent    indent
const [protected, virtual]
 

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::MeshSource< TOutputMesh >.

Reimplemented in itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.

template<class TInputImage, class TOutputMesh>
void itk::ImageToMeshFilter< TInputImage, TOutputMesh >::SetInput unsigned int    idx,
const InputImageType   input
 

Set the input image of this process object.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:29:54 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000