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

Method FetchCellType

Common/DataModel/vtkDataSetCellIterator.cxx:170–173  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

168
169//------------------------------------------------------------------------------
170void vtkDataSetCellIterator::FetchCellType()
171{
172 this->CellType = this->DataSet->GetCellType(this->CellId);
173}
174
175//------------------------------------------------------------------------------
176void vtkDataSetCellIterator::FetchPointIds()

Callers 1

GetCellTypeMethod · 0.45

Calls 1

GetCellTypeMethod · 0.45

Tested by

no test coverage detected