#include <itkParametricSpaceToImageSpaceMeshFilter.h>
Inheritance diagram for itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >:
Public Types | |
typedef ParametricSpaceToImageSpaceMeshFilter | Self |
typedef MeshToMeshFilter< TInputMesh, TOutputMesh > | Superclass |
typedef SmartPointer< Self > | Pointer |
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 * | GetNameOfClass () 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) |
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.
Definition at line 47 of file itkParametricSpaceToImageSpaceMeshFilter.h.
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 55 of file itkParametricSpaceToImageSpaceMeshFilter.h. |
|
Type for representing coordinates. Definition at line 58 of file itkParametricSpaceToImageSpaceMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 62 of file itkParametricSpaceToImageSpaceMeshFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 60 of file itkParametricSpaceToImageSpaceMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 63 of file itkParametricSpaceToImageSpaceMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 61 of file itkParametricSpaceToImageSpaceMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 54 of file itkParametricSpaceToImageSpaceMeshFilter.h. |
|
Standard class typedefs. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 52 of file itkParametricSpaceToImageSpaceMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 53 of file itkParametricSpaceToImageSpaceMeshFilter.h. |
|
|
|
Definition at line 73 of file itkParametricSpaceToImageSpaceMeshFilter.h. |
|
Generate requested data. Reimplemented from itk::ProcessObject. |
|
Generate additional information in the output Reimplemented from itk::ProcessObject. |
|
Run-time type information (and related methods). Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. |
|
Method for creation through the object factory. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. |
|
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 >. |