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

Method FetchCellType

Testing/DataModel/vtkMappedUnstructuredGridGenerator.cxx:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111template <class I>
112void MappedCellIterator<I>::FetchCellType()
113{
114 this->CellType = Impl->GetCellType(this->CellId);
115}
116
117template <class I>
118void MappedCellIterator<I>::FetchPointIds()

Callers

nothing calls this directly

Calls 1

GetCellTypeMethod · 0.45

Tested by

no test coverage detected