MCPcopy Create free account
hub / github.com/MITK/MITK / AddGradientOpacityPoint

Method AddGradientOpacityPoint

Modules/Core/src/DataManagement/mitkTransferFunction.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136 void TransferFunction::AddScalarOpacityPoint(double x, double value) { m_ScalarOpacityFunction->AddPoint(x, value); }
137 void TransferFunction::AddGradientOpacityPoint(double x, double value)
138 {
139 m_GradientOpacityFunction->AddPoint(x, value);
140 }
141
142 void TransferFunction::AddRGBPoint(double x, double r, double g, double b)
143 {

Callers 4

DeserializeMethod · 0.80
mitkTransferFunctionTestFunction · 0.80
FromJSONMethod · 0.80

Calls 1

AddPointMethod · 0.45

Tested by 1

mitkTransferFunctionTestFunction · 0.64