#include <GestureGraph.h>
Inheritance diagram for GestureGraph:

Public Methods | |
| void | BuildNodeHistograms () |
| Populates the histograms of every node. | |
| virtual DAG & | operator= (const DAG &rhs) |
| Extends the behaviour of the same function in the base class. | |
| virtual void | Clear () |
| It sets to zero all the DAG's member variables. | |
| virtual double | NodeDistance (leda_node g1Node, const DAG &g2, leda_node g2Node) const |
| virtual bool | AreNodesRelated (leda_node g1Node, const DAG &g2, leda_node g2Node) const |
| virtual DAG * | CreateObject () const |
| Creates a new shock graph object. | |
| virtual DAGNodePtr | CreateNodeObject (NODE_LABEL lbl) const |
| Creates a new gesture graph node object. | |
| virtual DAGNodePtr | ReadNode (istream &is) const |
| virtual String | ClassName () const |
| Returns the classs name. | |
| virtual int | NodeType (leda_node v) const |
| virtual istream & | Read (istream &is, bool bOnlyDataForMatching=false) |
| Extends the behaviour of the same function in the base class. | |
| virtual ostream & | Write (ostream &os) const |
| Extends the behaviour of the same function in the base class. | |
| virtual void | Print (ostream &os=cout) const |
| Extends the behaviour of the same function in the base class. | |
Definition at line 52 of file GestureGraph.h.
|
||||||||||||||||
|
Relation function for two Shock Graph nodes. For now, all nodes of the same type are related. Implements DAG. Definition at line 295 of file GestureGraph.cpp. |
|
|
Populates the histograms of every node. It is assumed that the Scale and EuclideanDistance matrices have been computed. Definition at line 195 of file GestureGraph.cpp. References DAGNode::GetDFSIndex(), and GGNode::m_dScale. |
|
|
Creates a new GGNode and fill its contents with the current information in the stream. Implements DAG. Definition at line 320 of file GestureGraph.cpp. |
1.2.18