graphbase.h File Reference

Classes

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

Namespaces

  maxon

Enumerations

enum   GRAPH_TYPE {
   CONTINUOS ,
   SPARSE
}

函数

enum maxon::GRAPH_TYPE   MAXON_ENUM_LIST (GRAPH_TYPE)

变量

  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.