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

Function GetNumberOfLines

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

Source from the content-addressed store, hash-verified

222 */
223 vtkIdType GetNumberOfVerts() { return (this->Verts ? this->Verts->GetNumberOfCells() : 0); }
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 ///@}

Callers 1

TestOBJReaderRelativeFunction · 0.50

Calls 1

GetNumberOfCellsMethod · 0.45

Tested by 1

TestOBJReaderRelativeFunction · 0.40