ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkParametricSpaceToImageSpaceMeshFilter.h>
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.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshSource< TOutputMesh > | |
static Pointer | New () |
Private Member Functions | |
void | operator= (const ParametricSpaceToImageSpaceMeshFilter &) |
ParametricSpaceToImageSpaceMeshFilter (const ParametricSpaceToImageSpaceMeshFilter &) | |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::ConstPointer |
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 |
Definition at line 63 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef TInputMesh itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::InputMeshType |
Definition at line 61 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef OutputMeshType::Pointer itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer |
Definition at line 64 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef TOutputMesh itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType |
Definition at line 62 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef SmartPointer< Self > itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Pointer |
Definition at line 55 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef ParametricSpaceToImageSpaceMeshFilter itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Self |
Standard class typedefs.
Definition at line 53 of file itkParametricSpaceToImageSpaceMeshFilter.h.
typedef MeshToMeshFilter< TInputMesh, TOutputMesh > itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Superclass |
Definition at line 54 of file itkParametricSpaceToImageSpaceMeshFilter.h.
|
protected |
|
inlineprotected |
Definition at line 74 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.
|
private |
|
protectedvirtual |
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 >.