------------------------------------------------------------------------------
| 85 | |
| 86 | //------------------------------------------------------------------------------ |
| 87 | void vtkStructuredGrid::BuildImplicitStructures() |
| 88 | { |
| 89 | this->BuildCells(); |
| 90 | this->BuildCellTypes(); |
| 91 | } |
| 92 | |
| 93 | //------------------------------------------------------------------------------ |
| 94 | vtkCell* vtkStructuredGrid::GetCell(vtkIdType cellId) |
no test coverage detected