ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh > Class Template Reference

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. More...

#include <itkParametricSpaceToImageSpaceMeshFilter.h>

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

List of all members.

Public Types

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

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

virtual void GenerateData (void)
virtual void GenerateOutputInformation (void)

Private Member Functions

void operator= (const ParametricSpaceToImageSpaceMeshFilter &)
 ParametricSpaceToImageSpaceMeshFilter (const ParametricSpaceToImageSpaceMeshFilter &)
virtual const char * GetNameOfClass () const
 ParametricSpaceToImageSpaceMeshFilter ()
 ~ParametricSpaceToImageSpaceMeshFilter ()
void PrintSelf (std::ostream &os, Indent indent) const

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 48 of file itkParametricSpaceToImageSpaceMeshFilter.h.


Member Typedef Documentation

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

Type for representing coordinates.

Definition at line 59 of file itkParametricSpaceToImageSpaceMeshFilter.h.

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

Some convenient typedefs.

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

Definition at line 61 of file itkParametricSpaceToImageSpaceMeshFilter.h.

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

Standard class typedefs.

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

Definition at line 53 of file itkParametricSpaceToImageSpaceMeshFilter.h.

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

Constructor & Destructor Documentation

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

Run-time type information (and related methods).

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

Run-time type information (and related methods).

Definition at line 73 of file itkParametricSpaceToImageSpaceMeshFilter.h.

template<class TInputMesh , class TOutputMesh >
itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::ParametricSpaceToImageSpaceMeshFilter ( const ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh > &  ) [private]

Member Function Documentation

template<class TInputMesh , class TOutputMesh >
virtual::itk::LightObject::Pointer itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

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

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 >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

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

template<class TInputMesh , class TOutputMesh >
static 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 >::operator= ( const ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh > &  ) [private]
template<class TInputMesh , class TOutputMesh >
void itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Run-time type information (and related methods).

Reimplemented from itk::MeshSource< TOutputMesh >.


The documentation for this class was generated from the following file: