#include <TreeNode.hh>
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. |
Definition at line 22 of file TreeNode.hh.