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

Method GetMTime

Common/Misc/vtkExprTkFunctionParser.cxx:1168–1176  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1166
1167//------------------------------------------------------------------------------
1168vtkMTimeType vtkExprTkFunctionParser::GetMTime()
1169{
1170 vtkMTimeType mTime = this->Superclass::GetMTime();
1171
1172 mTime = std::max<vtkMTimeType>(this->ParseMTime, mTime);
1173 mTime = std::max<vtkMTimeType>(this->FunctionMTime, mTime);
1174
1175 return mTime;
1176}
1177
1178//------------------------------------------------------------------------------
1179void vtkExprTkFunctionParser::PrintSelf(ostream& os, vtkIndent indent)

Callers 1

EvaluateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected