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