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

Method IsElementaryOperator

Common/Misc/vtkFunctionParser.cxx:919–922  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

917
918//------------------------------------------------------------------------------
919int vtkFunctionParser::IsElementaryOperator(int op)
920{
921 return strchr("+-.*/^", op) != nullptr;
922}
923
924//------------------------------------------------------------------------------
925void vtkFunctionParser::SetScalarVariableValue(const char* inVariableName, double value)

Callers 2

CheckExpressionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected