MCPcopy Create free account
hub / github.com/Kitware/VTK / GetDisableGradientOpacity

Method GetDisableGradientOpacity

Rendering/Core/vtkVolumeProperty.cxx:597–600  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 5

HasGradientOpacityFunction · 0.80
DeepCopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected