DHART
|
Contains definitions for the Edge structure. More...
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... | |