maxon::geomgraph Namespace Reference

Classes

class  GraphNodeBase
 
class  GraphEdgeBase
 
class  GraphBase
 

Enumerations

enum class  GRAPH_TYPE {
  CONTINUOS ,
  SPARSE
}
 

Functions

enum maxon::geomgraph::GRAPH_TYPE MAXON_ENUM_LIST (GRAPH_TYPE)
 

Variables

class maxon::geomgraph::GraphNodeBase MAXON_ENUM_LIST
 

Enumeration Type Documentation

◆ GRAPH_TYPE

enum GRAPH_TYPE
strong

Define graph type.

Enumerator
CONTINUOS 

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

SPARSE 

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

Function Documentation

◆ MAXON_ENUM_LIST()

enum maxon::geomgraph::GRAPH_TYPE maxon::geomgraph::MAXON_ENUM_LIST ( GRAPH_TYPE  )

Variable Documentation

◆ MAXON_ENUM_LIST

class maxon::geomgraph::GraphNodeBase MAXON_ENUM_LIST