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

Function GetDisableGradientOpacity

Rendering/Core/vtkVolumeProperty.h:316–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 virtual int GetDisableGradientOpacity(int index);
315 VTK_MARSHALEXCLUDE(VTK_MARSHAL_EXCLUDE_REASON_IS_REDUNDANT)
316 virtual int GetDisableGradientOpacity() { return this->GetDisableGradientOpacity(0); }
317 vtkPiecewiseFunction* GetStoredGradientOpacity(int index);
318 vtkPiecewiseFunction* GetStoredGradientOpacity() { return this->GetStoredGradientOpacity(0); }
319 ///@}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected