18#ifndef itkDefaultStaticMeshTraits_h
19#define itkDefaultStaticMeshTraits_h
55template <
typename TPixelType,
56 unsigned int VPointDimension = 3,
57 unsigned int VMaxTopologicalDimension = VPointDimension,
58 typename TCoordRep = float,
59 typename TInterpolationWeight = float,
60 typename TCellPixelType = TPixelType>
74 static constexpr unsigned int PointDimension = VPointDimension;
75 static constexpr unsigned int MaxTopologicalDimension = VMaxTopologicalDimension;
An abstract interface for cells.
RawPointer CellRawPointer
SelfAutoPointer CellAutoPointer
TInterpolationWeight InterpolationWeightType
TCellPixelType CellPixelType
typename CellType::CellAutoPointer CellAutoPointer
IdentifierType CellFeatureIdentifier
typename CellType::CellRawPointer CellRawPointer
std::set< CellIdentifier > PointCellLinksContainer
IdentifierType PointIdentifier
itkMakeCellTraitsMacro CellTraits
std::set< CellIdentifier > UsingCellsContainer
IdentifierType CellIdentifier
A templated class holding a geometric point in n-Dimensional space.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
#define itkMakeCellTraitsMacro
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SizeValueType IdentifierType