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

Method GetCellType

Common/DataModel/vtkCellIterator.h:237–245  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

235
236//------------------------------------------------------------------------------
237inline int vtkCellIterator::GetCellType()
238{
239 if (!this->CheckCache(CellTypeFlag))
240 {
241 this->FetchCellType();
242 this->SetCache(CellTypeFlag);
243 }
244 return this->CellType;
245}
246
247//------------------------------------------------------------------------------
248inline vtkIdList* vtkCellIterator::GetPointIds()

Callers 3

GetNumberOfFacesMethod · 0.95
GetCellDimensionMethod · 0.95
GetCellMethod · 0.95

Calls 2

SetCacheMethod · 0.80
FetchCellTypeMethod · 0.45

Tested by

no test coverage detected