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

Function AddFunction

Common/DataModel/vtkImplicitSum.h:61–61  ·  view source on GitHub ↗

* Add another implicit function to the list of functions, weighting it by * a factor of 1. */

Source from the content-addressed store, hash-verified

59 * a factor of 1.
60 */
61 void AddFunction(vtkImplicitFunction* in) { this->AddFunction(in, 1.0); }
62
63 /**
64 * Remove all functions from the list.

Callers

nothing calls this directly

Calls 1

AddFunctionMethod · 0.45

Tested by

no test coverage detected