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

Method GetPoints

Common/DataModel/vtkCellIterator.h:259–267  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

257
258//------------------------------------------------------------------------------
259inline vtkPoints* vtkCellIterator::GetPoints()
260{
261 if (!this->CheckCache(PointsFlag))
262 {
263 this->FetchPoints();
264 this->SetCache(PointsFlag);
265 }
266 return this->Points;
267}
268
269//------------------------------------------------------------------------------
270inline vtkCellArray* vtkCellIterator::GetCellFaces()

Callers 1

GetCellMethod · 0.95

Calls 2

SetCacheMethod · 0.80
FetchPointsMethod · 0.45

Tested by

no test coverage detected