ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkParametricSpaceToImageSpaceMeshFilter.h>
Static Public Member Functions | |
static Pointer | New () |
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 |
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.
Definition at line 48 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef SmartPointer< const Self > itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::ConstPointer |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 56 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef TInputMesh::CoordRepType itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::CoordRepType |
Type for representing coordinates.
Definition at line 59 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef InputMeshType::Pointer itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 63 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef TInputMesh itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::InputMeshType |
Some convenient typedefs.
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 61 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef OutputMeshType::Pointer itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 64 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef TOutputMesh itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 62 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef SmartPointer< Self > itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Pointer |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 55 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef ParametricSpaceToImageSpaceMeshFilter itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Self |
Standard class typedefs.
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 53 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef MeshToMeshFilter< TInputMesh, TOutputMesh > itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Superclass |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 54 of file itkParametricSpaceToImageSpaceMeshFilter.h.
|
protected |
Run-time type information (and related methods).
|
inlineprotected |
Run-time type information (and related methods).
Definition at line 73 of file itkParametricSpaceToImageSpaceMeshFilter.h.
|
private |
|
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 >.
|
protectedvirtual |
Generate requested data.
Reimplemented from itk::ProcessObject.
|
protectedvirtual |
Generate additional information in the output
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
|
private |
|
protectedvirtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshSource< TOutputMesh >.