Lines Matching defs:index

247 int vtkVolumeProperty::GetColorChannels( int index )  in GetColorChannels()
260 void vtkVolumeProperty::SetColor( int index, vtkPiecewiseFunction *function ) in SetColor()
287 vtkPiecewiseFunction *vtkVolumeProperty::GetGrayTransferFunction( int index ) in GetGrayTransferFunction()
307 void vtkVolumeProperty::SetColor( int index, vtkColorTransferFunction *function ) in SetColor()
333 vtkColorTransferFunction *vtkVolumeProperty::GetRGBTransferFunction( int index ) in GetRGBTransferFunction()
353 void vtkVolumeProperty::SetScalarOpacity( int index, vtkPiecewiseFunction *function ) in SetScalarOpacity()
374 vtkPiecewiseFunction *vtkVolumeProperty::GetScalarOpacity( int index ) in GetScalarOpacity()
388 void vtkVolumeProperty::SetScalarOpacityUnitDistance( int index, double distance ) in SetScalarOpacityUnitDistance()
403 double vtkVolumeProperty::GetScalarOpacityUnitDistance( int index ) in GetScalarOpacityUnitDistance()
416 void vtkVolumeProperty::SetGradientOpacity( int index, vtkPiecewiseFunction *function ) in SetGradientOpacity()
436 void vtkVolumeProperty::CreateDefaultGradientOpacity( int index ) in CreateDefaultGradientOpacity()
450 vtkPiecewiseFunction *vtkVolumeProperty::GetGradientOpacity( int index ) in GetGradientOpacity()
464 void vtkVolumeProperty::SetTransferFunction2D(int index, vtkImageData* function) in SetTransferFunction2D()
504 vtkImageData* vtkVolumeProperty::GetTransferFunction2D(int index) in GetTransferFunction2D()
510 vtkPiecewiseFunction *vtkVolumeProperty::GetStoredGradientOpacity( int index ) in GetStoredGradientOpacity()
524 void vtkVolumeProperty::SetDisableGradientOpacity( int index, int value ) in SetDisableGradientOpacity()
550 int vtkVolumeProperty::GetDisableGradientOpacity( int index ) in GetDisableGradientOpacity()
555 void vtkVolumeProperty::SetComponentWeight(int index, double value) in SetComponentWeight()
571 double vtkVolumeProperty::GetComponentWeight(int index) in GetComponentWeight()
582 void vtkVolumeProperty::SetShade( int index, int value ) in SetShade()
597 void vtkVolumeProperty::ShadeOn( int index ) in ShadeOn()
603 void vtkVolumeProperty::ShadeOff( int index ) in ShadeOff()
609 int vtkVolumeProperty::GetShade( int index ) in GetShade()
614 void vtkVolumeProperty::SetAmbient( int index, double value ) in SetAmbient()
623 double vtkVolumeProperty::GetAmbient( int index ) in GetAmbient()
628 void vtkVolumeProperty::SetDiffuse( int index, double value ) in SetDiffuse()
637 double vtkVolumeProperty::GetDiffuse( int index ) in GetDiffuse()
642 void vtkVolumeProperty::SetSpecular( int index, double value ) in SetSpecular()
651 double vtkVolumeProperty::GetSpecular( int index ) in GetSpecular()
656 void vtkVolumeProperty::SetSpecularPower( int index, double value ) in SetSpecularPower()
665 double vtkVolumeProperty::GetSpecularPower( int index ) in GetSpecularPower()
670 vtkTimeStamp vtkVolumeProperty::GetScalarOpacityMTime( int index ) in GetScalarOpacityMTime()
675 vtkTimeStamp vtkVolumeProperty::GetGradientOpacityMTime( int index ) in GetGradientOpacityMTime()
680 vtkTimeStamp vtkVolumeProperty::GetRGBTransferFunctionMTime( int index ) in GetRGBTransferFunctionMTime()
685 vtkTimeStamp vtkVolumeProperty::GetTransferFunction2DMTime(int index) in GetTransferFunction2DMTime()
690 vtkTimeStamp vtkVolumeProperty::GetGrayTransferFunctionMTime( int index ) in GetGrayTransferFunctionMTime()