We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8941ee1 commit c9e0abaCopy full SHA for c9e0aba
include/itkPolyData.h
@@ -58,6 +58,7 @@ class ITK_TEMPLATE_EXPORT PolyData : public DataObject
58
59
/** Convenient type alias obtained from TMeshTraits template parameter. */
60
using CoordinateType = typename MeshTraits::CoordinateType;
61
+ using CoordRepType = CoordinateType;
62
using PointIdentifier = typename MeshTraits::PointIdentifier;
63
using PointType = typename MeshTraits::PointType;
64
using PointsContainer = typename MeshTraits::PointsContainer;
0 commit comments