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

Method GetGhostLevel

Common/DataModel/vtkPolyData.cxx:109–112  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

107
108//------------------------------------------------------------------------------
109int vtkPolyData::GetGhostLevel()
110{
111 return this->Information->Get(vtkDataObject::DATA_NUMBER_OF_GHOST_LEVELS());
112}
113
114//------------------------------------------------------------------------------
115// Copy the geometric and topological structure of an input poly data object.

Callers 3

PrintSelfMethod · 0.95
WriteInternalMethod · 0.45
ShallowCopyMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected