Open Search
    graphbase.h File Reference

    Classes

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

    Namespaces

     maxon
     
     maxon::geomgraph
     

    Enumerations

    enum class  GRAPH_TYPE {
      CONTINUOS ,
      SPARSE
    }
     

    Functions

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

    Variables

     CONTINUOS
     
     SPARSE
     
    class maxon::geomgraph::GraphNodeBase MAXON_ENUM_LIST
     

    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.