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

Method GetNumberOfPieces

Common/DataModel/vtkPolyData.cxx:103–106  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

101
102//------------------------------------------------------------------------------
103int vtkPolyData::GetNumberOfPieces()
104{
105 return this->Information->Get(vtkDataObject::DATA_NUMBER_OF_PIECES());
106}
107
108//------------------------------------------------------------------------------
109int vtkPolyData::GetGhostLevel()

Callers 2

PrintSelfMethod · 0.95

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected