------------------------------------------------------------------------------
| 79 | |
| 80 | //------------------------------------------------------------------------------ |
| 81 | void vtkStructuredGrid::BuildCellTypes() |
| 82 | { |
| 83 | this->StructuredCellTypes = vtkStructuredData::GetCellTypes(this->Extent, false); |
| 84 | } |
| 85 | |
| 86 | //------------------------------------------------------------------------------ |
| 87 | void vtkStructuredGrid::BuildImplicitStructures() |
no test coverage detected