|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkInteriorExteriorMeshFilter_h
19 #define itkInteriorExteriorMeshFilter_h
47 template <
typename TInputMesh,
typename TOutputMesh,
typename TSpatialFunction>
88 PrintSelf(std::ostream & os,
Indent indent)
const override;
92 GenerateData()
override;
99 #ifndef ITK_MANUAL_INSTANTIATION
100 # include "itkInteriorExteriorMeshFilter.hxx"
TSpatialFunction SpatialFunctionType
SpatialFunctionType::Pointer m_SpatialFunction
typename OutputMeshType::Pointer OutputMeshPointer
Control indentation during Print() invocation.
typename TInputMesh::CoordRepType CoordRepType
Decorates any subclass of itkObject with a DataObject API.
Light weight base class for most itk classes.
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh da...
InteriorExteriorMeshFilter takes an itk::Mesh and extracts from it a Sub-Mesh such that all its point...
N-dimensional spatial function class.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
TOutputMesh OutputMeshType
typename InputMeshType::Pointer InputMeshPointer
typename SpatialFunctionDataObjectType::Pointer SpatialFunctionDataObjectPointer