------------------------------------------------------------------------------
| 595 | |
| 596 | //------------------------------------------------------------------------------ |
| 597 | int vtkVolumeProperty::GetDisableGradientOpacity(int index) |
| 598 | { |
| 599 | return this->DisableGradientOpacity[index]; |
| 600 | } |
| 601 | |
| 602 | void vtkVolumeProperty::SetComponentWeight(int index, double value) |
| 603 | { |
no outgoing calls
no test coverage detected