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

Method AddFunction

Common/DataModel/vtkImplicitSum.cxx:54–60  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Add another implicit function to the list of functions.

Source from the content-addressed store, hash-verified

52//------------------------------------------------------------------------------
53// Add another implicit function to the list of functions.
54void vtkImplicitSum::AddFunction(vtkImplicitFunction* f, double scale)
55{
56 this->Modified();
57 this->FunctionList->AddItem(f);
58 this->Weights->InsertNextValue(scale);
59 this->CalculateTotalWeight();
60}
61
62//------------------------------------------------------------------------------
63void vtkImplicitSum::SetFunctionWeight(vtkImplicitFunction* f, double scale)

Callers 8

vtkFrustumMethod · 0.45
vtkAnnulusMethod · 0.45
AddFunctionFunction · 0.45
ImplicitSum.pyFile · 0.45
clipComb.pyFile · 0.45

Calls 4

CalculateTotalWeightMethod · 0.95
ModifiedMethod · 0.45
AddItemMethod · 0.45
InsertNextValueMethod · 0.45

Tested by

no test coverage detected