------------------------------------------------------------------------------
| 3999 | |
| 4000 | //------------------------------------------------------------------------------ |
| 4001 | void vtkOpenGLGPUVolumeRayCastMapper::SetPartitions( |
| 4002 | unsigned short x, unsigned short y, unsigned short z) |
| 4003 | { |
| 4004 | this->Impl->Partitions[0] = x; |
| 4005 | this->Impl->Partitions[1] = y; |
| 4006 | this->Impl->Partitions[2] = z; |
| 4007 | } |
| 4008 | |
| 4009 | //------------------------------------------------------------------------------ |
| 4010 | void vtkOpenGLGPUVolumeRayCastMapper::GetReductionRatio(double* ratio) |
no outgoing calls
no test coverage detected