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