------------------------------------------------------------------------------
| 62 | |
| 63 | //------------------------------------------------------------------------------ |
| 64 | void vtkStructuredGrid::Initialize() |
| 65 | { |
| 66 | this->Superclass::Initialize(); |
| 67 | |
| 68 | if (this->Information) |
| 69 | { |
| 70 | this->SetDimensions(0, 0, 0); |
| 71 | } |
| 72 | } |
| 73 | |
| 74 | //------------------------------------------------------------------------------ |
| 75 | void vtkStructuredGrid::BuildCells() |
nothing calls this directly
no test coverage detected