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

Method GetPoints

Common/DataModel/vtkCartesianGrid.cxx:101–108  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

99
100//------------------------------------------------------------------------------
101vtkPoints* vtkCartesianGrid::GetPoints()
102{
103 if (this->StructuredPoints == nullptr)
104 {
105 this->BuildPoints();
106 }
107 return this->StructuredPoints.Get();
108}
109
110//------------------------------------------------------------------------------
111void vtkCartesianGrid::GetPoint(vtkIdType ptId, double x[3])

Callers 1

GetPointMethod · 0.95

Calls 2

BuildPointsMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected