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

Class SimpleFunction

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

Source from the content-addressed store, hash-verified

65};
66
67class SimpleFunction
68{
69public:
70 SimpleFunction(vtkImplicitFunction* function)
71 : Function(function)
72 {
73 }
74 double operator()(double in[3]) { return this->Function->EvaluateFunction(in); }
75
76private:
77 vtkImplicitFunction* Function;
78};
79
80class TransformFunction
81{

Callers 1

EvaluateFunctionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected