18#ifndef itkSphereMeshSource_h
19#define itkSphereMeshSource_h
21#include "vnl/vnl_matrix_fixed.h"
40template <
typename TOutputMesh>
80 itkSetMacro(ResolutionX,
unsigned int);
81 itkSetMacro(ResolutionY,
unsigned int);
86 itkSetMacro(Squareness1,
double);
87 itkSetMacro(Squareness2,
double);
113#ifndef ITK_MANUAL_INSTANTIATION
114# include "itkSphereMeshSource.hxx"
An abstract interface for cells.
Control indentation during Print() invocation.
Implements transparent reference counting.
typename OutputMeshType::MeshTraits OMeshTraits
TOutputMesh OutputMeshType
~SphereMeshSource() override=default
typename OutputMeshType::Pointer OutputMeshPointer
typename OutputMeshType::PointsContainerPointer PointsContainerPointer
typename OutputMeshType::PointType OPointType
typename OutputMeshType::PointsContainer PointsContainer
void GenerateData() override
typename OMeshTraits::PixelType OPixelType
unsigned int m_ResolutionX
TriangleCell< CellInterfaceType > TriCellType
SmartPointer< Self > Pointer
MeshSource< TOutputMesh > Superclass
CellInterface< OPixelType, CellTraits > CellInterfaceType
SmartPointer< const Self > ConstPointer
typename TriCellType::CellAutoPointer CellAutoPointer
typename TriCellType::SelfAutoPointer TriCellAutoPointer
void PrintSelf(std::ostream &os, Indent indent) const override
unsigned int m_ResolutionY
typename OutputMeshType::CellTraits CellTraits
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....