18 #ifndef itkBinaryMaskToNarrowBandPointSetFilter_h
19 #define itkBinaryMaskToNarrowBandPointSetFilter_h
53 template<
typename TInputImage,
typename TOutputMesh >
96 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
100 Self::ImageDimension >;
120 static constexpr
unsigned int PointDimension = TOutputMesh::PointDimension;
123 using Superclass::SetInput;
130 itkSetMacro(BandWidth,
float);
131 itkGetConstMacro(BandWidth,
float);
137 void PrintSelf(std::ostream & os,
Indent indent)
const override;
140 void GenerateData()
override;
143 void GenerateOutputInformation()
override;
153 #ifndef ITK_MANUAL_INSTANTIATION
154 #include "itkBinaryMaskToNarrowBandPointSetFilter.hxx"
typename OutputMeshType::PointsContainer PointsContainer
typename PointsContainer::Pointer PointsContainerPointer
Light weight base class for most itk classes.
RescaleFilterPointer m_RescaleFilter
DistanceFilterPointer m_DistanceFilter
typename DistanceFilterType::NodeContainerPointer NodeContainerPointer
typename InputImageType::RegionType InputImageRegionType
typename NodeContainer::Element NodeType
typename OutputMeshType::PointDataContainer PointDataContainer
typename PointDataContainer::Pointer PointDataContainerPointer
typename RescaleFilterType::Pointer RescaleFilterPointer
typename OutputMeshType::Pointer OutputMeshPointer
typename InputImageType::PixelType InputImagePixelType
A multi-dimensional iterator templated over image type that walks an image region and is specialized ...
typename DistanceFilterType::Pointer DistanceFilterPointer
ImageToMeshFilter is the base class for all process objects that output Mesh data and require image d...
Generate a PointSet containing the narrow band around the edges of a input binary image...
typename LevelSetType::NodeContainer NodeContainer
typename PointsContainer::Iterator PointsContainerIterator
typename OutputMeshType::ConstPointer OutputMeshConstPointer
typename DistanceFilterType::NodeContainer NodeContainer
typename LevelSetType::NodeContainerPointer NodeContainerPointer
typename OutputMeshType::PointType PointType
Reinitialize the level set to the signed distance function.
Applies a linear transformation to the intensity levels of the input Image.
Control indentation during Print() invocation.
ImageBaseType::PointType PointType
typename OutputMeshType::PointIdentifier PointIdentifier
typename InputImageType::ConstPointer InputImageConstPointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename PointDataContainer::Iterator PointDataContainerIterator
Templated n-dimensional image class.
TOutputMesh OutputMeshType