ITK
5.2.0
Insight 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 type alias 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.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::ConstPointer = SmartPointer<const Self> |
Definition at line 57 of file itkInteriorExteriorMeshFilter.h.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::CoordRepType = typename TInputMesh::CoordRepType |
Type for representing coordinates.
Definition at line 65 of file itkInteriorExteriorMeshFilter.h.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::InputMeshPointer = typename InputMeshType::Pointer |
Definition at line 61 of file itkInteriorExteriorMeshFilter.h.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::InputMeshType = TInputMesh |
Definition at line 59 of file itkInteriorExteriorMeshFilter.h.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 62 of file itkInteriorExteriorMeshFilter.h.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::OutputMeshType = TOutputMesh |
Definition at line 60 of file itkInteriorExteriorMeshFilter.h.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::Pointer = SmartPointer<Self> |
Definition at line 56 of file itkInteriorExteriorMeshFilter.h.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::Self = InteriorExteriorMeshFilter |
Standard class type aliases.
Definition at line 54 of file itkInteriorExteriorMeshFilter.h.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::SpatialFunctionDataObjectPointer = typename SpatialFunctionDataObjectType::Pointer |
Transform applied to all the mesh points.
Definition at line 82 of file itkInteriorExteriorMeshFilter.h.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::SpatialFunctionDataObjectType = DataObjectDecorator<SpatialFunctionType> |
Transform applied to all the mesh points.
Definition at line 81 of file itkInteriorExteriorMeshFilter.h.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::SpatialFunctionType = TSpatialFunction |
Type of the transform.
Definition at line 68 of file itkInteriorExteriorMeshFilter.h.
using itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::Superclass = MeshToMeshFilter<TInputMesh, TOutputMesh> |
Definition at line 55 of file itkInteriorExteriorMeshFilter.h.
|
protected |
Transform applied to all the mesh points.
|
overrideprotecteddefault |
Transform applied to all the mesh points.
|
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.
|
overrideprotectedvirtual |
Generate requested data.
Reimplemented from itk::ProcessObject.
|
virtual |
Transform applied to all the mesh points.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
|
virtual |
Transform applied to all the mesh points.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Transform applied to all the mesh points.
Reimplemented from itk::ProcessObject.
|
virtual |
Get/Set the spatial function.
|
protected |
Transform applied to all the mesh points.
Definition at line 95 of file itkInteriorExteriorMeshFilter.h.