18#ifndef itkInteriorExteriorMeshFilter_h
19#define itkInteriorExteriorMeshFilter_h
47template <
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;
103#ifndef ITK_MANUAL_INSTANTIATION
104# include "itkInteriorExteriorMeshFilter.hxx"
Decorates any subclass of itkObject with a DataObject API.
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
InteriorExteriorMeshFilter Self
~InteriorExteriorMeshFilter() override=default
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
SpatialFunctionType::Pointer m_SpatialFunction
MeshToMeshFilter< TInputMesh, TOutputMesh > Superclass
typename InputMeshType::Pointer InputMeshPointer
TSpatialFunction SpatialFunctionType
TOutputMesh OutputMeshType
typename TInputMesh::CoordinateType CoordinateType
void GenerateData() override
void PrintSelf(std::ostream &os, Indent indent) const override
typename SpatialFunctionDataObjectType::Pointer SpatialFunctionDataObjectPointer
DataObjectDecorator< SpatialFunctionType > SpatialFunctionDataObjectType
typename OutputMeshType::Pointer OutputMeshPointer
InteriorExteriorMeshFilter()
Implements transparent reference counting.
N-dimensional spatial function class.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....