#include <itkTransformMeshFilter.h>
Inheritance diagram for itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >:
Public Types | |
typedef TransformMeshFilter | Self |
typedef MeshToMeshFilter< TInputMesh, TOutputMesh > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputMesh | InputMeshType |
typedef TOutputMesh | OutputMeshType |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TInputMesh::CoordRepType | CoordRepType |
typedef TTransform | TransformType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | SetTransform (TransformType *_arg) |
virtual TransformType * | GetTransform () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
TransformMeshFilter () | |
~TransformMeshFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | GenerateData (void) |
Protected Attributes | |
TransformType::Pointer | m_Transform |
The additional content of the mesh is passed untouched. Including the connectivity and the additional information contained on cells and points.
Meshes that have added information like normal vector on the points, will have to take care of transforming this data by other means.
Definition at line 41 of file itkTransformMeshFilter.h.
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 49 of file itkTransformMeshFilter.h. |
|
Type for representing coordinates. Definition at line 57 of file itkTransformMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 53 of file itkTransformMeshFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 51 of file itkTransformMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 54 of file itkTransformMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 52 of file itkTransformMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 48 of file itkTransformMeshFilter.h. |
|
Standard class typedefs. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 46 of file itkTransformMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 47 of file itkTransformMeshFilter.h. |
|
Type of the transform. Definition at line 60 of file itkTransformMeshFilter.h. |
|
|
|
Definition at line 76 of file itkTransformMeshFilter.h. |
|
Generate Requested Data Reimplemented from itk::ProcessObject. |
|
Run-time type information (and related methods). Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. |
|
Get transform. |
|
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 >. |
|
Set transform. |
|
Transform to apply to all the mesh points. Definition at line 83 of file itkTransformMeshFilter.h. |