Main Page   Compound List   File List   Compound Members   File Members   Related Pages  

TreeNode Class Reference

node Object used for the constitution of a SearchTree Object. More...

#include <TreeNode.hh>

List of all members.

Public Methods

 TreeNode ()
virtual ~TreeNode ()

Public Attributes

int timeLevel
 hight level in the search tree.

int g2VertexIndex
 node index of the candidate sub-graph (in the matching procedure).

int g2MTIndex
 Class MT Index associated to the node of the candidate sub-graph (in the matching procedure).

int g1VertexIndex
 node index of the reference sub-graph (in the matching procedure).

int g1MTIndex
 Class MT Index associated to the node of the reference sub-graph (in the matching procedure).

int branch
 Node index in the previous search tree level which is linked to this node.

float nodeCost
 global node cost.

float weightMTinTLDiffCost
 partial node cost : contribution of the population of each node.

float TL1TL2DivCost
 partial node cost : contribution of the nodes' distribution.

float flowDiffCost
 partial node cost : contribution of the flow of pixels exchanged between nodes.

float divDiffCost
 partial node cost : contribution of the change in time of the nodes' distribution.

float MIDiffCost
 partial node cost : contribution of the intra-node change in time.

float divMTaMTbCost
 partial node cost : contribution of the interaction of the 2 MT classes (only if 2 MT class are considered).

float timeCost
 partial node cost : contribution of the time lattice on which the sub-graph is defined.


Detailed Description

node Object used for the constitution of a SearchTree Object.

Definition at line 22 of file TreeNode.hh.


The documentation for this class was generated from the following file:
Generated on Thu Feb 17 11:03:20 2005 for Interactive Learning of Sub-Graphs Semantics by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002