------------------------------------------------------------------------------
| 751 | |
| 752 | //------------------------------------------------------------------------------ |
| 753 | vtkTimeStamp vtkVolumeProperty::GetGrayTransferFunctionMTime(int index) |
| 754 | { |
| 755 | return this->GrayTransferFunctionMTime[index]; |
| 756 | } |
| 757 | |
| 758 | //------------------------------------------------------------------------------ |
| 759 | vtkContourValues* vtkVolumeProperty::GetIsoSurfaceValues() |
no outgoing calls
no test coverage detected