Darwin
1.10(beta)
|
Public Member Functions | |
drwnNNGraphNodeIndex () | |
default constructor | |
drwnNNGraphNodeIndex (uint16_t i, uint16_t s) | |
constructor | |
bool | operator< (const drwnNNGraphNodeIndex &n) const |
default comparison for sorting | |
bool | operator== (const drwnNNGraphNodeIndex &n) const |
comparison operator | |
bool | operator!= (const drwnNNGraphNodeIndex &n) const |
not-equal-to operator | |
Public Attributes | |
uint16_t | imgIndx |
image index for this node | |
uint16_t | segId |
superpixel identifier this node | |
Friends | |
ostream & | operator<< (ostream &os, const drwnNNGraphNodeIndex &n) |
stream output operator | |