|  | 
| typedef unsigned short | index_t | 
|  | 
| typedef drain::Dictionary< std::string, index_t > | dict_t | 
|  | 
|  | 
| static const EdgePolicy::index_t | UNDEFINED = 0 | 
|  | 
| static const EdgePolicy::index_t | LIMIT = 1 | 
|  | 
| static const EdgePolicy::index_t | WRAP = 2 | 
|  | 
| static const EdgePolicy::index_t | MIRROR = 3 | 
|  | 
| static const EdgePolicy::index_t | POLAR = 4 | 
|  | 
| static const dict_t | dict | 
|  | 
◆ dict
Initial value:=  {  
        {"UNDEFINED", UNDEFINED},
        {"LIMIT",     LIMIT},
        {"WRAP",      WRAP},
        {"MIRROR",    MIRROR},
        {"POLAR",     POLAR},
}
 
 
The documentation for this struct was generated from the following files: