MCPcopy Create free account
hub / github.com/Kitware/ParaView / GetFunction

Method GetFunction

Remoting/Views/vtkPVTransferFunction2D.cxx:323–330  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

321
322//------------------------------------------------------------------------------------------------
323vtkImageData* vtkPVTransferFunction2D::GetFunction()
324{
325 if (!this->Internals->Function)
326 {
327 this->Build();
328 }
329 return this->Internals->Function;
330}

Callers 5

LinkPropertiesMethod · 0.45
SetTransferFunction2DMethod · 0.45
get_decoratorsFunction · 0.45

Calls 1

BuildMethod · 0.95

Tested by

no test coverage detected