------------------------------------------------------------------------------
| 543 | |
| 544 | //------------------------------------------------------------------------------ |
| 545 | void vtkCartesianGrid::BuildCells() |
| 546 | { |
| 547 | this->StructuredCells = vtkStructuredData::GetCellArray(this->GetExtent(), true); |
| 548 | } |
| 549 | |
| 550 | //------------------------------------------------------------------------------ |
| 551 | void vtkCartesianGrid::BuildCellTypes() |
no test coverage detected