DHART
Loading...
Searching...
No Matches
Edge.h File Reference

Contains definitions for the Edge structure. More...

#include <node.h>
#include <vector>
+ Include dependency graph for Edge.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HF::SpatialStructures::Edge
 A connection to a child node. More...
 
struct  HF::SpatialStructures::IntEdge
 A lighter version of Edge that contains an ID instead of a full node object.. More...
 
struct  HF::SpatialStructures::EdgeSet
 A collection of edges and a parent. More...
 

Namespaces

namespace  HF
 Perform human scale analysis on 3D environments.
 
namespace  HF::SpatialStructures
 Contains standard fundamental data structures for representing space used throughout DHARTAPI.
 

Enumerations

enum  HF::SpatialStructures::STEP {
  HF::SpatialStructures::NOT_CONNECTED = 0 , HF::SpatialStructures::NONE = 1 , HF::SpatialStructures::UP = 2 , HF::SpatialStructures::DOWN = 3 ,
  HF::SpatialStructures::OVER = 4
}
 Describes the type of step an edge connects to. More...
 

Detailed Description

Contains definitions for the Edge structure.

Author
TBA
Date
26 Jun 2020

Definition in file Edge.h.