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

Method FetchPointIds

Common/DataModel/vtkDataSetCellIterator.cxx:176–179  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

174
175//------------------------------------------------------------------------------
176void vtkDataSetCellIterator::FetchPointIds()
177{
178 this->DataSet->GetCellPoints(this->CellId, this->PointIds);
179}
180
181//------------------------------------------------------------------------------
182void vtkDataSetCellIterator::FetchPoints()

Callers 2

GetPointIdsMethod · 0.45
GetNumberOfPointsMethod · 0.45

Calls 1

GetCellPointsMethod · 0.45

Tested by

no test coverage detected