Skip to content

Commit c9e0aba

Browse files
committed
COMP: Provide backwards compatible CoordRepType in itk::PolyData
For ITK<5.4.2.
1 parent 8941ee1 commit c9e0aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/itkPolyData.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class ITK_TEMPLATE_EXPORT PolyData : public DataObject
5858

5959
/** Convenient type alias obtained from TMeshTraits template parameter. */
6060
using CoordinateType = typename MeshTraits::CoordinateType;
61+
using CoordRepType = CoordinateType;
6162
using PointIdentifier = typename MeshTraits::PointIdentifier;
6263
using PointType = typename MeshTraits::PointType;
6364
using PointsContainer = typename MeshTraits::PointsContainer;

0 commit comments

Comments
 (0)