|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
79 template <
typename TPixelType,
80 unsigned int VDimension = 3,
81 typename TMeshTraits = DefaultStaticMeshTraits<TPixelType, VDimension, VDimension>>
85 ITK_DISALLOW_COPY_AND_MOVE(
PointSet);
111 static constexpr
unsigned int PointDimension = TMeshTraits::PointDimension;
145 PassStructure(
Self * inputPointSet);
148 Initialize()
override;
151 GetNumberOfPoints()
const;
172 GetPointData()
const;
191 UpdateOutputInformation()
override;
194 SetRequestedRegionToLargestPossibleRegion()
override;
197 CopyInformation(
const DataObject * data)
override;
203 RequestedRegionIsOutsideOfTheBufferedRegion()
override;
206 VerifyRequestedRegion()
override;
213 SetRequestedRegion(
const DataObject * data)
override;
217 SetRequestedRegion(
const RegionType & region);
219 itkGetConstMacro(RequestedRegion,
RegionType);
232 PrintSelf(std::ostream & os,
Indent indent)
const override;
253 #ifndef ITK_MANUAL_INSTANTIATION
254 # include "itkPointSet.hxx"
RegionType m_BufferedRegion
RegionType m_MaximumNumberOfRegions
typename PointsContainer::Iterator PointsContainerIterator
typename PointDataContainer::Pointer PointDataContainerPointer
typename PointDataContainer::ConstPointer PointDataContainerConstPointer
RegionType m_NumberOfRegions
A superclass of the N-dimensional mesh structure; supports point (geometric coordinate and attribute)...
PointsContainerPointer m_PointsContainer
typename PointsContainer::ConstPointer PointsContainerConstPointer
IdentifierType PointIdentifier
ImageBaseType::PointType PointType
RegionType m_RequestedRegion
Control indentation during Print() invocation.
A wrapper of the STL "map" container.
typename MeshTraits::PointIdentifier PointIdentifier
RegionType m_RequestedNumberOfRegions
typename MeshTraits::PixelType PixelType
typename PointsContainer::Pointer PointsContainerPointer
typename MeshTraits::CoordRepType CoordRepType
class ITK_FORWARD_EXPORT DataObject
typename PointDataContainer::ConstIterator PointDataContainerIterator
typename MeshTraits::PointsContainer PointsContainer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename MeshTraits::PointDataContainer PointDataContainer
Base class for most ITK classes.
PointDataContainerPointer m_PointDataContainer
typename MeshTraits::PointType PointType
typename PointsContainer::ConstIterator PointsContainerConstIterator
A simple structure that holds type information for a mesh and its cells.
Base class for all data objects in ITK.