|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <VCG.h>
Public Member Functions | |
| VCG () | |
| Standard Constructor for Main VCG class. | |
| ~VCG () | |
| Standard Destructor for Main VCG class. | |
| void | MakeGraph (const PNode *node) |
| void | PrintGraph () |
| void | Evaluate (const PNode *node, const char *parent, const int anchor) |
| VCG::VCG | ( | ) |
| VCG::~VCG | ( | ) |
| void VCG::Evaluate | ( | const PNode * | node, |
| const char * | parent, | ||
| const int | anchor | ||
| ) |
Definition at line 82 of file VCG.cpp.
References VCGGraph::AddEdge(), VCGGraph::AddNode(), Evaluate(), Variant::GetDataTypeName(), PNode::GetType(), PEBL_DATA_NODE, PEBL_OP_NODE, VCGEdge::SetAnchor(), VCGNode::SetBorderColor(), and VCGNode::SetShape().
Referenced by Evaluate(), and MakeGraph().
| void VCG::MakeGraph | ( | const PNode * | node | ) |
Definition at line 65 of file VCG.cpp.
References Evaluate(), and NULL.
Referenced by PEBLInterpret().
| void VCG::PrintGraph | ( | ) |
Definition at line 71 of file VCG.cpp.
Referenced by PEBLInterpret().