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

Method SetTransferFunction

Charts/Core/vtkColorLegend.cxx:132–135  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

130
131//------------------------------------------------------------------------------
132void vtkColorLegend::SetTransferFunction(vtkScalarsToColors* transfer)
133{
134 this->TransferFunction = transfer;
135}
136
137//------------------------------------------------------------------------------
138vtkScalarsToColors* vtkColorLegend::GetTransferFunction()

Callers 6

TestHistogram2DComponentFunction · 0.45
TestHistogram2DMagnitudeFunction · 0.45
TestHistogram2DFunction · 0.45
SetColorArrayMethod · 0.45

Calls

no outgoing calls

Tested by 4

TestHistogram2DComponentFunction · 0.36
TestHistogram2DMagnitudeFunction · 0.36
TestHistogram2DFunction · 0.36