------------------------------------------------------------------------------ Set dimensions of structured grid dataset.
| 361 | //------------------------------------------------------------------------------ |
| 362 | // Set dimensions of structured grid dataset. |
| 363 | void vtkStructuredGrid::SetDimensions(int i, int j, int k) |
| 364 | { |
| 365 | this->SetExtent(0, i - 1, 0, j - 1, 0, k - 1); |
| 366 | } |
| 367 | |
| 368 | //------------------------------------------------------------------------------ |
| 369 | // Set dimensions of structured grid dataset. |