------------------------------------------------------------------------------
| 73 | |
| 74 | //------------------------------------------------------------------------------ |
| 75 | void vtkStructuredGrid::BuildCells() |
| 76 | { |
| 77 | this->StructuredCells = vtkStructuredData::GetCellArray(this->Extent, false); |
| 78 | } |
| 79 | |
| 80 | //------------------------------------------------------------------------------ |
| 81 | void vtkStructuredGrid::BuildCellTypes() |
no test coverage detected