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

Method FindEndOfMathConstant

Common/Misc/vtkFunctionParser.cxx:1723–1730  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1721
1722//------------------------------------------------------------------------------
1723int vtkFunctionParser::FindEndOfMathConstant(int beginIndex)
1724{
1725 if (int constantNumber = this->GetMathConstantNumber(beginIndex))
1726 {
1727 return beginIndex + this->GetMathConstantStringLength(constantNumber);
1728 }
1729 return beginIndex;
1730}
1731
1732//------------------------------------------------------------------------------
1733unsigned char vtkFunctionParser::GetElementaryOperatorNumber(char op)

Callers

nothing calls this directly

Calls 2

GetMathConstantNumberMethod · 0.95

Tested by

no test coverage detected