81 unsigned int VDimension = 3,
82 typename TMeshTraits = DefaultStaticMeshTraits< TPixelType, VDimension, VDimension >
87 ITK_DISALLOW_COPY_AND_ASSIGN(
PointSet);
113 static constexpr
unsigned int PointDimension = TMeshTraits::PointDimension;
146 void PassStructure(
Self *inputPointSet);
148 void Initialize()
override;
181 void UpdateOutputInformation()
override;
183 void SetRequestedRegionToLargestPossibleRegion()
override;
185 void CopyInformation(
const DataObject *data)
override;
189 bool RequestedRegionIsOutsideOfTheBufferedRegion()
override;
191 bool VerifyRequestedRegion()
override;
197 void SetRequestedRegion(
const DataObject *data)
override;
200 virtual void SetRequestedRegion(
const RegionType & region);
202 itkGetConstMacro(RequestedRegion,
RegionType);
205 virtual void SetBufferedRegion(
const RegionType & region);
213 void PrintSelf(std::ostream & os,
Indent indent)
const override;
234 #ifndef ITK_MANUAL_INSTANTIATION
235 #include "itkPointSet.hxx"
RegionType m_BufferedRegion
typename PointsContainer::Pointer PointsContainerPointer
typename MeshTraits::PixelType PixelType
A wrapper of the STL "map" container.
RegionType m_RequestedRegion
PointsContainerPointer m_PointsContainer
typename PointsContainer::ConstIterator PointsContainerConstIterator
class ITK_FORWARD_EXPORT DataObject
RegionType m_MaximumNumberOfRegions
typename MeshTraits::PointType PointType
PointDataContainerPointer m_PointDataContainer
typename MeshTraits::PointsContainer PointsContainer
RegionType m_NumberOfRegions
A superclass of the N-dimensional mesh structure; supports point (geometric coordinate and attribute)...
typename PointsContainer::Iterator PointsContainerIterator
typename PointDataContainer::ConstPointer PointDataContainerConstPointer
RegionType m_RequestedNumberOfRegions
typename MeshTraits::PointDataContainer PointDataContainer
typename PointsContainer::ConstPointer PointsContainerConstPointer
typename MeshTraits::PointIdentifier PointIdentifier
Control indentation during Print() invocation.
ImageBaseType::PointType PointType
typename PointDataContainer::ConstIterator PointDataContainerIterator
A simple structure that holds type information for a mesh and its cells.
Base class for most ITK classes.
typename PointDataContainer::Pointer PointDataContainerPointer
typename MeshTraits::CoordRepType CoordRepType
Base class for all data objects in ITK.
IdentifierType PointIdentifier