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

Method AddRGBPoint

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

Source from the content-addressed store, hash-verified

140 }
141
142 void TransferFunction::AddRGBPoint(double x, double r, double g, double b)
143 {
144 m_ColorTransferFunction->AddRGBPoint(x, r, g, b);
145 }
146
147 TransferFunction::ControlPoints &TransferFunction::GetScalarOpacityPoints()
148 {

Callers 15

SetRGBPointsMethod · 0.95
mainFunction · 0.80
DeserializeMethod · 0.80
DoubleClickOnHandleMethod · 0.80
MoveFunctionPointMethod · 0.80
AddRGBMethod · 0.80
AddFunctionPointFunction · 0.80
mitkTransferFunctionTestFunction · 0.80

Calls

no outgoing calls