MCPcopy Create free account
hub / github.com/Kitware/VTK / operator()

Method operator()

Common/DataModel/vtkImplicitFunction.cxx:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 {
73 }
74 double operator()(double in[3]) { return this->Function->EvaluateFunction(in); }
75
76private:
77 vtkImplicitFunction* Function;

Callers

nothing calls this directly

Calls 1

EvaluateFunctionMethod · 0.45

Tested by

no test coverage detected