Skip to content

Commit

Permalink
Merge pull request #68 from thewtex/lines-doc
Browse files Browse the repository at this point in the history
DOC: Lines to Vertices in method description
  • Loading branch information
thewtex authored May 22, 2024
2 parents 11b2614 + ff3cc60 commit 85ee4f7
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 85ee4f7

Please sign in to comment.