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

itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh > Class Template Reference
[Mesh Filters]

#include <itkParametricSpaceToImageSpaceMeshFilter.h>

Inheritance diagram for itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >:

Inheritance graph
[legend]
Collaboration diagram for itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ParametricSpaceToImageSpaceMeshFilter Self
typedef MeshToMeshFilter<
TInputMesh, TOutputMesh > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TInputMesh::CoordRepType CoordRepType
typedef TInputMesh InputMeshType
typedef TOutputMesh OutputMeshType
typedef InputMeshType::Pointer InputMeshPointer
typedef OutputMeshType::Pointer OutputMeshPointer

Public Member Functions

virtual const char * GetClassName () const

Static Public Member Functions

Pointer New ()

Protected Member Functions

 ParametricSpaceToImageSpaceMeshFilter ()
 ~ParametricSpaceToImageSpaceMeshFilter ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual void GenerateData (void)
virtual void GenerateOutputInformation (void)

Detailed Description

template<class TInputMesh, class TOutputMesh>
class itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >

ParametricSpaceToImageSpaceMeshFilter takes an itk::Mesh on which the point Data is expected to contain itk::Index of itk::Image pixels associated with each point of the Mesh, and construct with them a new mesh whose points are in the coordinates of those pixels.

The input mesh is assumed to represent pixels in some parametric space. The output mesh is suitable to be superimposed as an overlay to the associated image. by the user.

The additional content of the mesh is passed untouched. Including the connectivity and the additional information contained on cells and points.

Warning:
This filter also assumes that the Output Mesh has as type for the PointDataType the PointType of the input mesh.

Definition at line 47 of file itkParametricSpaceToImageSpaceMeshFilter.h.


Member Typedef Documentation

template<class TInputMesh, class TOutputMesh>
typedef SmartPointer<const Self> itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::ConstPointer
 

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 55 of file itkParametricSpaceToImageSpaceMeshFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef TInputMesh::CoordRepType itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::CoordRepType
 

Type for representing coordinates. Definition at line 58 of file itkParametricSpaceToImageSpaceMeshFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef InputMeshType::Pointer itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer
 

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 62 of file itkParametricSpaceToImageSpaceMeshFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef TInputMesh itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::InputMeshType
 

Some convenient typedefs.

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 60 of file itkParametricSpaceToImageSpaceMeshFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef OutputMeshType::Pointer itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer
 

Reimplemented from itk::MeshSource< TOutputMesh >.

Definition at line 63 of file itkParametricSpaceToImageSpaceMeshFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef TOutputMesh itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType
 

Reimplemented from itk::MeshSource< TOutputMesh >.

Definition at line 61 of file itkParametricSpaceToImageSpaceMeshFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef SmartPointer<Self> itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Pointer
 

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 54 of file itkParametricSpaceToImageSpaceMeshFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef ParametricSpaceToImageSpaceMeshFilter itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Self
 

Standard class typedefs.

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 52 of file itkParametricSpaceToImageSpaceMeshFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef MeshToMeshFilter<TInputMesh,TOutputMesh> itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Superclass
 

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 53 of file itkParametricSpaceToImageSpaceMeshFilter.h.


Constructor & Destructor Documentation

template<class TInputMesh, class TOutputMesh>
itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::ParametricSpaceToImageSpaceMeshFilter  )  [protected]
 

template<class TInputMesh, class TOutputMesh>
itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::~ParametricSpaceToImageSpaceMeshFilter  )  [inline, protected]
 

Definition at line 73 of file itkParametricSpaceToImageSpaceMeshFilter.h.


Member Function Documentation

template<class TInputMesh, class TOutputMesh>
virtual void itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::GenerateData void   )  [protected, virtual]
 

Generate requested data.

Reimplemented from itk::ProcessObject.

template<class TInputMesh, class TOutputMesh>
virtual void itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::GenerateOutputInformation void   )  [protected, virtual]
 

Generate additional information in the output

Reimplemented from itk::ProcessObject.

template<class TInputMesh, class TOutputMesh>
virtual const char* itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh, class TOutputMesh>
Pointer itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh, class TOutputMesh>
void itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, 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 >.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:57:05 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000