------------------------------------------------------------------------------
| 26 | |
| 27 | //------------------------------------------------------------------------------ |
| 28 | vtkPartitioningStrategy::vtkPartitioningStrategy() |
| 29 | { |
| 30 | this->SetController(vtkMultiProcessController::GetGlobalController()); |
| 31 | } |
| 32 | |
| 33 | //------------------------------------------------------------------------------ |
| 34 | vtkPartitioningStrategy::~vtkPartitioningStrategy() |
nothing calls this directly
no test coverage detected