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