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

Method IsVectorResult

Common/Misc/vtkFunctionParser.cxx:855–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855int vtkFunctionParser::IsVectorResult()
856{
857 if (!this->Evaluate())
858 {
859 return 0;
860 }
861 return (this->StackPointer == 2);
862}
863
864//------------------------------------------------------------------------------
865double* vtkFunctionParser::GetVectorResult()

Callers 4

GetVectorResultMethod · 0.95
TestVectorsFunction · 0.45
TestVectorsFunction · 0.45
ProcessDataObjectMethod · 0.45

Calls 1

EvaluateMethod · 0.95

Tested by 2

TestVectorsFunction · 0.36
TestVectorsFunction · 0.36