MCPcopy Create free account
hub / github.com/Kitware/VTK / GetPoints

Function GetPoints

Common/DataModel/vtkCell.h:120–120  ·  view source on GitHub ↗

* Get the point coordinates for the cell. */

Source from the content-addressed store, hash-verified

118 * Get the point coordinates for the cell.
119 */
120 vtkPoints* GetPoints() { return this->Points; }
121
122 /**
123 * Return the number of points in the cell.

Callers 3

BuildPointsMethod · 0.70
BuildPointsMethod · 0.70
GrahamScanAlgorithmMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected