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

Method operator()

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

Source from the content-addressed store, hash-verified

86 {
87 }
88 double operator()(double in[3])
89 {
90 this->Transform->TransformPoint(in, in);
91 return this->Function->EvaluateFunction(in);
92 }
93
94private:
95 vtkImplicitFunction* Function;

Callers

nothing calls this directly

Calls 2

TransformPointMethod · 0.45
EvaluateFunctionMethod · 0.45

Tested by

no test coverage detected