------------------------------------------------------------------------------
| 21 | |
| 22 | //------------------------------------------------------------------------------ |
| 23 | VTK_ABI_NAMESPACE_BEGIN |
| 24 | vtkAMRBox::vtkAMRBox() |
| 25 | { |
| 26 | this->Initialize(); |
| 27 | } |
| 28 | |
| 29 | //------------------------------------------------------------------------------ |
| 30 | vtkAMRBox::vtkAMRBox(const double* origin, const int* dimensions, const double* spacing, |
nothing calls this directly
no test coverage detected