------------------------------------------------------------------------------
| 44 | |
| 45 | //------------------------------------------------------------------------------ |
| 46 | void vtkLabelHierarchyAlgorithm::SetOutput(vtkDataObject* d) |
| 47 | { |
| 48 | this->GetExecutive()->SetOutputData(0, d); |
| 49 | } |
| 50 | |
| 51 | //------------------------------------------------------------------------------ |
| 52 | vtkDataObject* vtkLabelHierarchyAlgorithm::GetInput() |