Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
private:
95
vtkImplicitFunction* Function;
Callers
nothing calls this directly
Calls
2
TransformPoint
Method · 0.45
EvaluateFunction
Method · 0.45
Tested by
no test coverage detected