#include <sub_structures.h>
Public Member Functions | |
SVALUE () | |
SVALUE (const unsigned int v, const unsigned int hops) | |
Public Attributes | |
unsigned int | hops |
unsigned int | v |
contains x,y coordinate alias index (v) hops gives number of possible uses (rest)
Definition at line 77 of file sub_structures.h.
Segmentation::SubStructure::SVALUE::SVALUE | ( | ) | [inline] |
Definition at line 81 of file sub_structures.h.
Segmentation::SubStructure::SVALUE::SVALUE | ( | const unsigned int | v, |
const unsigned int | hops | ||
) | [inline] |
Definition at line 83 of file sub_structures.h.
unsigned int Segmentation::SubStructure::SVALUE::hops |
Definition at line 79 of file sub_structures.h.
unsigned int Segmentation::SubStructure::SVALUE::v |
Definition at line 79 of file sub_structures.h.