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

Method AddScalarOpacityPoint

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

Source from the content-addressed store, hash-verified

134 }
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);

Callers 5

DeserializeMethod · 0.80
mitkTransferFunctionTestFunction · 0.80
FromJSONMethod · 0.80

Calls 1

AddPointMethod · 0.45

Tested by 2

mitkTransferFunctionTestFunction · 0.64