------------------------------------------------------------------------------
| 723 | |
| 724 | //------------------------------------------------------------------------------ |
| 725 | vtkDataSet* vtkGPUVolumeRayCastMapper::GetInput(int port) |
| 726 | { |
| 727 | return static_cast<vtkDataSet*>(this->GetInputDataObject(port, 0)); |
| 728 | } |
| 729 | |
| 730 | //------------------------------------------------------------------------------ |
| 731 | void vtkGPUVolumeRayCastMapper::TransformInput(int port) |
no test coverage detected