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