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

Method GetVectorResult

Common/Misc/vtkFunctionParser.cxx:865–873  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

863
864//------------------------------------------------------------------------------
865double* vtkFunctionParser::GetVectorResult()
866{
867 if (!(this->IsVectorResult()))
868 {
869 vtkErrorMacro("GetVectorResult: no valid vector result");
870 return vtkParserVectorErrorResult;
871 }
872 return this->Stack;
873}
874
875//------------------------------------------------------------------------------
876const char* vtkFunctionParser::GetScalarVariableName(int i)

Callers 12

PrintSelfMethod · 0.95
GetVectorResultFunction · 0.45
GetVectorResultFunction · 0.45
TestVectorsFunction · 0.45
TestVectorLogicFunction · 0.45
TestErrorsFunction · 0.45
TestVectorsFunction · 0.45
TestVectorLogicFunction · 0.45
TestVectorArbitrarySizeFunction · 0.45
TestErrorsFunction · 0.45
operator()Method · 0.45
ProcessDataObjectMethod · 0.45

Calls 1

IsVectorResultMethod · 0.95

Tested by 7

TestVectorsFunction · 0.36
TestVectorLogicFunction · 0.36
TestErrorsFunction · 0.36
TestVectorsFunction · 0.36
TestVectorLogicFunction · 0.36
TestVectorArbitrarySizeFunction · 0.36
TestErrorsFunction · 0.36