#include <itkWarpMeshFilter.h>
Inheritance diagram for itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDeformationField >:
Public Types | |
typedef WarpMeshFilter | 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 TDeformationField | DeformationFieldType |
typedef DeformationFieldType::ConstPointer | DeformationFieldPointer |
typedef DeformationFieldType::PixelType | DisplacementType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
void | SetDeformationField (const DeformationFieldType *field) |
const DeformationFieldType * | GetDeformationField (void) const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
WarpMeshFilter () | |
~WarpMeshFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | GenerateData (void) |
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 itkWarpMeshFilter.h.
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 49 of file itkWarpMeshFilter.h. |
|
Type for representing coordinates. Definition at line 57 of file itkWarpMeshFilter.h. |
|
Definition at line 61 of file itkWarpMeshFilter.h. |
|
Deformation field typedef support. Definition at line 60 of file itkWarpMeshFilter.h. |
|
Definition at line 62 of file itkWarpMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 53 of file itkWarpMeshFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 51 of file itkWarpMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 54 of file itkWarpMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 52 of file itkWarpMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 48 of file itkWarpMeshFilter.h. |
|
Standard class typedefs. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 46 of file itkWarpMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 47 of file itkWarpMeshFilter.h. |
|
|
|
Definition at line 79 of file itkWarpMeshFilter.h. |
|
Generate Requested Data Reimplemented from itk::ProcessObject. |
|
Get a pointer the deformation field. |
|
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 >. |
|
Set the deformation field. |