------------------------------------------------------------------------------
| 79 | |
| 80 | //------------------------------------------------------------------------------ |
| 81 | void vtkHyperTreeGridMapper::SetInputDataObject(int port, vtkDataObject* input) |
| 82 | { |
| 83 | this->Input = ::EnsureComposite(input); |
| 84 | this->Superclass::SetInputDataObject(port, input); |
| 85 | } |
| 86 | |
| 87 | //------------------------------------------------------------------------------ |
| 88 | void vtkHyperTreeGridMapper::SetInputDataObject(vtkDataObject* input) |