18#ifndef itkRegularSphereMeshSource_h
19#define itkRegularSphereMeshSource_h
40template <
typename TOutputMesh>
61 using PointType =
typename OutputMeshType::PointType;
83 itkSetMacro(Resolution,
unsigned int);
84 itkGetConstMacro(Resolution,
unsigned int);
124#ifndef ITK_MANUAL_INSTANTIATION
125# include "itkRegularSphereMeshSource.hxx"
An abstract interface for cells.
Control indentation during Print() invocation.
A wrapper of the STL "map" container.
Base class for all process objects that output mesh data.
RegularSphereMeshSource Self
~RegularSphereMeshSource() override=default
TOutputMesh OutputMeshType
typename OutputMeshType::PointsContainerPointer PointsContainerPointer
void GenerateData() override
itk::CellInterface< PixelType, CellTraits > CellInterfaceType
typename OutputMeshType::PointsContainer PointsContainer
itk::MapContainer< IndexPairType, IdentifierType > PointMapType
std::pair< IdentifierType, IdentifierType > IndexPairType
typename OutputMeshType::Pointer OutputMeshPointer
itk::TriangleCell< CellInterfaceType > TriCellType
typename OutputMeshType::PointType PointType
itk::SmartPointer< Self > Pointer
typename OutputMeshType::CellTraits CellTraits
itk::SmartPointer< const Self > ConstPointer
typename PointType::VectorType VectorType
PointType Divide(const PointType &p1, const PointType &p2) const
void AddCell(OutputMeshType *mesh, const typename OutputMeshType::PointIdentifier *pointIds, IdentifierType idx)
typename OutputMeshType::MeshTraits MeshTraits
unsigned int m_Resolution
typename TriCellType::SelfAutoPointer TriCellAutoPointer
itk::MeshSource< TOutputMesh > Superclass
typename MeshTraits::PixelType PixelType
void PrintSelf(std::ostream &os, itk::Indent indent) const override
RegularSphereMeshSource()
typename TriCellType::CellAutoPointer CellAutoPointer
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SizeValueType IdentifierType