ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkInteriorExteriorMeshFilter.h>
InteriorExteriorMeshFilter takes an itk::Mesh and extracts from it a Sub-Mesh such that all its points Evaluate > 0 in an itk::SpatialFunction provided by the user.
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 48 of file itkInteriorExteriorMeshFilter.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 | |
SpatialFunctionType::Pointer | m_SpatialFunction |
Private Member Functions | |
InteriorExteriorMeshFilter (const InteriorExteriorMeshFilter &) | |
void | operator= (const InteriorExteriorMeshFilter &) |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer< const Self > itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::ConstPointer |
Definition at line 56 of file itkInteriorExteriorMeshFilter.h.
typedef TInputMesh::CoordRepType itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::CoordRepType |
Type for representing coordinates.
Definition at line 64 of file itkInteriorExteriorMeshFilter.h.
typedef InputMeshType::Pointer itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::InputMeshPointer |
Definition at line 60 of file itkInteriorExteriorMeshFilter.h.
typedef TInputMesh itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::InputMeshType |
Definition at line 58 of file itkInteriorExteriorMeshFilter.h.
typedef OutputMeshType::Pointer itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::OutputMeshPointer |
Definition at line 61 of file itkInteriorExteriorMeshFilter.h.
typedef TOutputMesh itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::OutputMeshType |
Definition at line 59 of file itkInteriorExteriorMeshFilter.h.
typedef SmartPointer< Self > itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::Pointer |
Definition at line 55 of file itkInteriorExteriorMeshFilter.h.
typedef InteriorExteriorMeshFilter itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::Self |
Standard class typedefs.
Definition at line 53 of file itkInteriorExteriorMeshFilter.h.
typedef SpatialFunctionDataObjectType::Pointer itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::SpatialFunctionDataObjectPointer |
Definition at line 84 of file itkInteriorExteriorMeshFilter.h.
typedef DataObjectDecorator< SpatialFunctionType > itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::SpatialFunctionDataObjectType |
Definition at line 79 of file itkInteriorExteriorMeshFilter.h.
typedef TSpatialFunction itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::SpatialFunctionType |
Type of the transform.
Definition at line 67 of file itkInteriorExteriorMeshFilter.h.
typedef MeshToMeshFilter< TInputMesh, TOutputMesh > itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::Superclass |
Definition at line 54 of file itkInteriorExteriorMeshFilter.h.
|
protected |
|
inlineprotected |
Definition at line 88 of file itkInteriorExteriorMeshFilter.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::Object.
|
protectedvirtual |
Generate requested data.
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
|
virtual |
Get the spatial function.
|
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::ProcessObject.
|
virtual |
Set the spatial function.
|
protected |
Transform applied to all the mesh points.
Definition at line 95 of file itkInteriorExteriorMeshFilter.h.