------------------------------------------------------------------------------
| 81 | |
| 82 | //------------------------------------------------------------------------------ |
| 83 | void vtkAMRDataObject::Initialize() |
| 84 | { |
| 85 | this->Initialize(std::vector<unsigned int>{}); |
| 86 | } |
| 87 | |
| 88 | // VTK_DEPRECATED_IN_9_6_0("Use Initialize(const std::vector<unsigned int>&) instead") |
| 89 | //------------------------------------------------------------------------------ |
nothing calls this directly
no test coverage detected