#include <itkInteriorExteriorMeshFilter.h>
Inheritance diagram for itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >:
This filter is templated over the Input Mesh type, the Output Mesh type and the SpatialFunctionType. However the only requirement for the Spatial function is to support SmartPointers and to provide an Execute() method, along with a typedef for OutputType (for the type returned by Execute() ).
The additional content of the mesh is passed untouched. Including the connectivity and the additional information contained on cells and points. However, attention should be paid to the cells because some of their points could not exist in the output mesh, if they did not satisfy the criterion imposed by the spatial function.
Definition at line 47 of file itkInteriorExteriorMeshFilter.h.
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 55 of file itkInteriorExteriorMeshFilter.h. |
|
Type for representing coordinates. Definition at line 63 of file itkInteriorExteriorMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 59 of file itkInteriorExteriorMeshFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 57 of file itkInteriorExteriorMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 60 of file itkInteriorExteriorMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 58 of file itkInteriorExteriorMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 54 of file itkInteriorExteriorMeshFilter.h. |
|
Standard class typedefs. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 52 of file itkInteriorExteriorMeshFilter.h. |
|
Definition at line 83 of file itkInteriorExteriorMeshFilter.h. |
|
Definition at line 81 of file itkInteriorExteriorMeshFilter.h. |
|
Type of the transform. Definition at line 66 of file itkInteriorExteriorMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 53 of file itkInteriorExteriorMeshFilter.h. |
|
|
|
Definition at line 88 of file itkInteriorExteriorMeshFilter.h. |
|
Generate requested data. Reimplemented from itk::ProcessObject. |
|
Run-time type information (and related methods). Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. |
|
Get the spatial function. |
|
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 spatial function. |
|
Transform applied to all the mesh points. Definition at line 95 of file itkInteriorExteriorMeshFilter.h. |