Skip to content

Commit

Permalink
DOC: Lines to Vertices in method description
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 19, 2024
1 parent 8d97a68 commit ff3cc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/itkPolyData.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ITK_TEMPLATE_EXPORT PolyData: public DataObject
PointsContainer * GetPoints();
const PointsContainer * GetPoints() const;

/** Lines in format [1 pointIndex1 1 pointIndex2 1 pointIndex3 ... ] */
/** Vertices in format [1 pointIndex1 1 pointIndex2 1 pointIndex3 ... ] */
void SetVertices(CellsContainer *);
CellsContainer * GetVertices();
const CellsContainer* GetVertices() const;
Expand Down

0 comments on commit ff3cc60

Please sign in to comment.