ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkTransformMeshFilter.h>
TransformMeshFilter applies a transform to all the points of a mesh.
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 42 of file itkTransformMeshFilter.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 () |
Protected Attributes | |
TransformType::Pointer | m_Transform |
Private Member Functions | |
void | operator= (const TransformMeshFilter &) |
TransformMeshFilter (const TransformMeshFilter &) | |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer< const Self > itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::ConstPointer |
Definition at line 50 of file itkTransformMeshFilter.h.
typedef TInputMesh::CoordRepType itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::CoordRepType |
Type for representing coordinates.
Definition at line 58 of file itkTransformMeshFilter.h.
typedef InputMeshType::Pointer itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::InputMeshPointer |
Definition at line 54 of file itkTransformMeshFilter.h.
typedef TInputMesh itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::InputMeshType |
Definition at line 52 of file itkTransformMeshFilter.h.
typedef OutputMeshType::Pointer itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::OutputMeshPointer |
Definition at line 55 of file itkTransformMeshFilter.h.
typedef TOutputMesh itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::OutputMeshType |
Definition at line 53 of file itkTransformMeshFilter.h.
typedef SmartPointer< Self > itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::Pointer |
Definition at line 49 of file itkTransformMeshFilter.h.
typedef TransformMeshFilter itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::Self |
Standard class typedefs.
Definition at line 47 of file itkTransformMeshFilter.h.
typedef MeshToMeshFilter< TInputMesh, TOutputMesh > itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::Superclass |
Definition at line 48 of file itkTransformMeshFilter.h.
typedef TTransform itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::TransformType |
Type of the transform.
Definition at line 61 of file itkTransformMeshFilter.h.
|
protected |
|
inlineprotected |
Definition at line 77 of file itkTransformMeshFilter.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.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
|
virtual |
Get transform.
|
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 >.
|
virtual |
Set transform.
|
protected |
Transform to apply to all the mesh points.
Definition at line 84 of file itkTransformMeshFilter.h.