|
ITK
6.0.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>
66 #ifndef ITK_FUTURE_LEGACY_REMOVE
67 using CoordRepType ITK_FUTURE_DEPRECATED(
68 "ITK 6 discourages using `CoordRepType`. Please use `CoordinateType` instead!") =
CoordinateType;
92 PrintSelf(std::ostream & os,
Indent indent)
const override;
96 GenerateData()
override;
103 #ifndef ITK_MANUAL_INSTANTIATION
104 # include "itkInteriorExteriorMeshFilter.hxx"
SmartPointer< Self > Pointer
TSpatialFunction SpatialFunctionType
typename OutputMeshType::Pointer OutputMeshPointer
Control indentation during Print() invocation.
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 TInputMesh::CoordinateType CoordinateType
typename InputMeshType::Pointer InputMeshPointer
typename SpatialFunctionDataObjectType::Pointer SpatialFunctionDataObjectPointer