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

Method GetCellFaces

Common/DataModel/vtkCellIterator.h:270–278  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

268
269//------------------------------------------------------------------------------
270inline vtkCellArray* vtkCellIterator::GetCellFaces()
271{
272 if (!this->CheckCache(FacesFlag))
273 {
274 this->FetchFaces();
275 this->SetCache(FacesFlag);
276 }
277 return this->Faces;
278}
279
280//------------------------------------------------------------------------------
281inline vtkIdList* vtkCellIterator::GetSerializedCellFaces()

Callers 1

GetCellMethod · 0.95

Calls 2

SetCacheMethod · 0.80
FetchFacesMethod · 0.45

Tested by

no test coverage detected