graphbase.h File Reference

Classes

class  GraphNodeBase< NODEDATA, EDGE >
 
class  GraphEdgeBase< NODE >
 
class  GraphBase< NODE, EDGE >
 

Namespaces

 maxon
 

Enumerations

enum class  GRAPH_TYPE {
  CONTINUOS ,
  SPARSE
}
 

Functions

enum maxon::GRAPH_TYPE MAXON_ENUM_LIST (GRAPH_TYPE)
 

Variables

 CONTINUOS
 
 SPARSE
 

Variable Documentation

◆ CONTINUOS

CONTINUOS

The Graph is continuos so all points in array list order.

◆ SPARSE

SPARSE

The Graph is sparse so points have to be sorted before modeling.