------------------------------------------------------------------------------
| 202 | |
| 203 | //------------------------------------------------------------------------------ |
| 204 | void vtkAbstractHyperTreeGridMapper::SetInputConnection(int port, vtkAlgorithmOutput* input) |
| 205 | { |
| 206 | this->vtkAbstractVolumeMapper::SetInputConnection(port, input); |
| 207 | } |
| 208 | |
| 209 | //------------------------------------------------------------------------------ |
| 210 | vtkUniformHyperTreeGrid* vtkAbstractHyperTreeGridMapper::GetInput() |
no outgoing calls