------------------------------------------------------------------------------
| 203 | |
| 204 | //------------------------------------------------------------------------------ |
| 205 | void vtkCartesianGrid::Initialize() |
| 206 | { |
| 207 | this->Superclass::Initialize(); |
| 208 | if (this->Information) |
| 209 | { |
| 210 | this->SetDimensions(0, 0, 0); |
| 211 | } |
| 212 | } |
| 213 | |
| 214 | //------------------------------------------------------------------------------ |
| 215 | void vtkCartesianGrid::GetCellNeighbors( |
nothing calls this directly
no test coverage detected