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

Method IsVectorResult

Common/Misc/vtkExprTkFunctionParser.cxx:897–904  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

895
896//------------------------------------------------------------------------------
897int vtkExprTkFunctionParser::IsVectorResult()
898{
899 if (!this->Evaluate())
900 {
901 return 0;
902 }
903 return (this->ResultType == ExprTkResultType::e_vector);
904}
905
906//------------------------------------------------------------------------------
907double* vtkExprTkFunctionParser::GetVectorResult()

Callers 1

GetVectorResultMethod · 0.95

Calls 1

EvaluateMethod · 0.95

Tested by

no test coverage detected