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

Method CopyParseError

Common/Misc/vtkFunctionParser.cxx:1207–1216  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1205
1206//------------------------------------------------------------------------------
1207void vtkFunctionParser::CopyParseError(int& position, char** error)
1208{
1209 if (!error)
1210 {
1211 return;
1212 }
1213
1214 position = this->ParseErrorPositon;
1215 *error = this->ParseError;
1216}
1217
1218//------------------------------------------------------------------------------
1219int vtkFunctionParser::BuildInternalFunctionStructure()

Callers 1

CheckExpressionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected