|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkRegularSphereMeshSource_h
19 #define itkRegularSphereMeshSource_h
40 template <
typename TOutputMesh>
82 itkSetMacro(Resolution,
unsigned int);
83 itkGetConstMacro(Resolution,
unsigned int);
102 PrintSelf(std::ostream & os,
itk::Indent indent)
const override;
105 GenerateData()
override;
124 #ifndef ITK_MANUAL_INSTANTIATION
125 # include "itkRegularSphereMeshSource.hxx"
128 #endif //_itkRegularSphereMeshSource_h
Inputs are the center of the mesh, the scale (radius in each dimension) of the mesh and a resolution ...
unsigned int m_Resolution
typename OutputMeshType::Pointer OutputMeshPointer
ImageBaseType::SpacingType VectorType
ImageBaseType::PointType PointType
typename OutputMeshType::CellTraits CellTraits
Control indentation during Print() invocation.
A wrapper of the STL "map" container.
typename OutputMeshType::PointType PointType
Light weight base class for most itk classes.
Base class for all process objects that output mesh data.
An abstract interface for cells.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename OutputMeshType::MeshTraits MeshTraits
typename PointType::VectorType VectorType
typename TriCellType::SelfAutoPointer TriCellAutoPointer
typename OutputMeshType::PointsContainer PointsContainer
typename MeshTraits::PixelType PixelType
TOutputMesh OutputMeshType
std::pair< IdentifierType, IdentifierType > IndexPairType
SizeValueType IdentifierType
typename TriCellType::CellAutoPointer CellAutoPointer
typename OutputMeshType::PointsContainerPointer PointsContainerPointer