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