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

Function FunctionValue

Common/DataModel/vtkImplicitFunction.h:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 virtual void FunctionValue(vtkDataArray* input, vtkDataArray* output);
68 double FunctionValue(const double x[3]);
69 double FunctionValue(double x, double y, double z)
70 {
71 double xyz[3] = { x, y, z };
72 return this->FunctionValue(xyz);
73 }
74 ///@}
75
76 ///@{

Callers

nothing calls this directly

Calls 1

FunctionValueMethod · 0.80

Tested by

no test coverage detected