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

EdgeType used to keep track of the type of edges. More...

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

Static Public Attributes

int FLAT = 3
 
int IN = 1
 
int OUT = 2
 
int UNDEFINED = 0
 

Detailed Description

EdgeType used to keep track of the type of edges.

Member Data Documentation

◆ FLAT

int FLAT = 3
static

◆ IN

int IN = 1
static

◆ OUT

int OUT = 2
static

◆ UNDEFINED

int UNDEFINED = 0
static

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