------------------------------------------------------------------------------
| 549 | |
| 550 | //------------------------------------------------------------------------------ |
| 551 | void vtkCartesianGrid::BuildCellTypes() |
| 552 | { |
| 553 | this->StructuredCellTypes = vtkStructuredData::GetCellTypes(this->GetExtent(), true); |
| 554 | } |
| 555 | |
| 556 | //------------------------------------------------------------------------------ |
| 557 | // This Method returns an index to a location in the vtkImageData. |
no test coverage detected