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

Function GetNumberOfStrips

Common/DataModel/vtkPolyData.h:226–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 vtkIdType GetNumberOfLines() { return (this->Lines ? this->Lines->GetNumberOfCells() : 0); }
225 vtkIdType GetNumberOfPolys() { return (this->Polys ? this->Polys->GetNumberOfCells() : 0); }
226 vtkIdType GetNumberOfStrips() { return (this->Strips ? this->Strips->GetNumberOfCells() : 0); }
227 ///@}
228
229 /**

Callers 1

TestOBJReaderRelativeFunction · 0.85

Calls 1

GetNumberOfCellsMethod · 0.45

Tested by 1

TestOBJReaderRelativeFunction · 0.68