|
Public Member Functions |
| | CCCGraph (Image *) |
| | ~CCCGraph () |
| void | CGConstruct (int, int) |
| void | CGCreate (graph &, node_map< GLab > &, edge_map< bool > &, int, int) |
Public Attributes |
| node_map< GLab > | cgnl |
| edge_map< bool > | cgel |
| graph | cg |
Protected Member Functions |
| void | Transform (graph &g) |
| void | NodesConstruct () |
| void | EdgesConstruct (int, int) |
| void | LengthTabConstruct () |
| void | EdgesConstruct () |
| void | NodesCreate (graph &, node_map< GLab > &) |
| void | EdgesCreate (graph &, node_map< GLab > &, edge_map< bool > &, int, int) |
| void | LengthTabCreate (graph &, node_map< GLab > &, edge_map< bool > &) |
| void | EdgesCreate (graph &, node_map< GLab > &, edge_map< bool > &) |
Protected Attributes |
| short int * | tabl |
| short int * | tabc |
| int | cnb |
| int | lth |
| int | lmax |