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

Contains definitions for the Path structure. More...

#include <vector>
#include <iostream>
#include "Constants.h"
+ Include dependency graph for path.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HF::SpatialStructures::PathMember
 The ID of a node, and the cost cost to the node after it. More...
 
struct  HF::SpatialStructures::Path
 A collection of nodes that form a path. 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.
 
namespace  std
 STL namespace.
 

Functions

ostream & std::operator<< (ostream &os, const HF::SpatialStructures::Path p)
 String representation of all the members contained by path p. More...
 

Detailed Description

Contains definitions for the Path structure.

Author
TBA
Date
06 Jun 2020

Definition in file path.h.