------------------------------------------------------------------------------
| 733 | |
| 734 | //------------------------------------------------------------------------------ |
| 735 | vtkTimeStamp vtkVolumeProperty::GetGradientOpacityMTime(int index) |
| 736 | { |
| 737 | return this->GradientOpacityMTime[index]; |
| 738 | } |
| 739 | |
| 740 | //------------------------------------------------------------------------------ |
| 741 | vtkTimeStamp vtkVolumeProperty::GetRGBTransferFunctionMTime(int index) |
no outgoing calls
no test coverage detected