IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Static Public Attributes | List of all members
EdgeDirection Class Reference

EdgeDirection used to keep track of the direction of edges. More...

Inheritance diagram for EdgeDirection:
Inheritance graph
[legend]
Collaboration diagram for EdgeDirection:
Collaboration graph
[legend]

Static Public Attributes

int BOTTOM = 3
 
int LEFT = 0
 
int RIGHT = 1
 
int TOP = 2
 

Detailed Description

EdgeDirection used to keep track of the direction of edges.

Member Data Documentation

◆ BOTTOM

int BOTTOM = 3
static

◆ LEFT

int LEFT = 0
static

◆ RIGHT

int RIGHT = 1
static

◆ TOP

int TOP = 2
static

The documentation for this class was generated from the following file: