All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enums.h File Reference

General enumerations. More...

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::graph
 

Enumerations

enum  te::graph::GraphAttrType { te::graph::Vertex_Attr = 0, te::graph::Edge_Attr = 1 }
 
enum  te::graph::GraphClass {
  te::graph::Regular = 0, te::graph::Complete = 1, te::graph::Finite = 2, te::graph::Infinite = 3,
  te::graph::Connected = 4, te::graph::Disconnected = 5
}
 
enum  te::graph::GraphStorageMode { te::graph::Edge_List = 0, te::graph::Vertex_List = 1 }
 
enum  te::graph::GraphType {
  te::graph::Undirect = 0, te::graph::Direct = 1, te::graph::Mixed = 2, te::graph::Multi = 3,
  te::graph::Simple = 4, te::graph::Weighted = 5, te::graph::HalfEdges = 6
}
 

Detailed Description

General enumerations.

Definition in file Enums.h.