------------------------------------------------------------------------------
| 107 | |
| 108 | //------------------------------------------------------------------------------ |
| 109 | int 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. |
no test coverage detected