| 47 | */ |
| 48 | VTK_DEPRECATED_IN_9_6_0("Use vtkAMRBox::InitializeGrid instead") |
| 49 | int Initialize(const vtkAMRBox* def, double* origin, double* spacing) |
| 50 | { |
| 51 | return def->InitializeGrid(this, origin, spacing); |
| 52 | }; |
| 53 | |
| 54 | /** |
| 55 | * Initialize from the definition in the given box, with ghost cell |
nothing calls this directly
no test coverage detected