HOG2
|
#include <ClusterAbstraction.h>
Public Member Functions | |
Entrance (int center1Row, int center1Col, int cl1Id, int cl2Id, int center1Id, int center2Id, int row, int col, int length, Orientation orientation) | |
int | getOrientation () |
int | getRow () |
int | getCol () |
void | setCluster1Id (int id) |
void | setCluster2Id (int id) |
int | getCenter1Row () |
int | getCenter1Col () |
int | getCluster1Id () |
int | getCluster2Id () |
Private Attributes | |
int | m_center1Row |
int | m_center1Col |
int | m_cluster1Id |
int | m_cluster2Id |
int | m_center1Id |
int | m_center2Id |
int | m_row |
int | m_col |
int | m_length |
Orientation | m_orientation |
Definition at line 79 of file ClusterAbstraction.h.
|
inline |
Definition at line 81 of file ClusterAbstraction.h.
|
inline |
Definition at line 98 of file ClusterAbstraction.h.
References m_center1Col.
Referenced by ClusterAbstraction::addAbsNodes().
|
inline |
Definition at line 97 of file ClusterAbstraction.h.
References m_center1Row.
Referenced by ClusterAbstraction::addAbsNodes().
|
inline |
Definition at line 99 of file ClusterAbstraction.h.
References m_cluster1Id.
Referenced by ClusterAbstraction::addAbsNodes().
|
inline |
Definition at line 100 of file ClusterAbstraction.h.
References m_cluster2Id.
Referenced by ClusterAbstraction::addAbsNodes().
|
inline |
Definition at line 94 of file ClusterAbstraction.h.
References m_col.
Referenced by ClusterAbstraction::linkEntrancesAndClusters().
|
inline |
Definition at line 92 of file ClusterAbstraction.h.
References m_orientation.
Referenced by ClusterAbstraction::addAbsNodes(), and ClusterAbstraction::linkEntrancesAndClusters().
|
inline |
Definition at line 93 of file ClusterAbstraction.h.
References m_row.
Referenced by ClusterAbstraction::linkEntrancesAndClusters().
|
inline |
Definition at line 95 of file ClusterAbstraction.h.
References m_cluster1Id.
Referenced by ClusterAbstraction::linkEntrancesAndClusters().
|
inline |
Definition at line 96 of file ClusterAbstraction.h.
References m_cluster2Id.
Referenced by ClusterAbstraction::linkEntrancesAndClusters().
|
private |
Definition at line 105 of file ClusterAbstraction.h.
Referenced by getCenter1Col().
|
private |
Definition at line 108 of file ClusterAbstraction.h.
|
private |
Definition at line 104 of file ClusterAbstraction.h.
Referenced by getCenter1Row().
|
private |
Definition at line 109 of file ClusterAbstraction.h.
|
private |
Definition at line 106 of file ClusterAbstraction.h.
Referenced by getCluster1Id(), and setCluster1Id().
|
private |
Definition at line 107 of file ClusterAbstraction.h.
Referenced by getCluster2Id(), and setCluster2Id().
|
private |
Definition at line 111 of file ClusterAbstraction.h.
Referenced by getCol().
|
private |
Definition at line 112 of file ClusterAbstraction.h.
|
private |
Definition at line 113 of file ClusterAbstraction.h.
Referenced by getOrientation().
|
private |
Definition at line 110 of file ClusterAbstraction.h.
Referenced by getRow().