Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Menge::Agents::NearAgent Struct Reference

struct to store agent proximity query results. More...

#include <SpatialQueryStructs.h>

Public Member Functions

 NearAgent (float distance, const BaseAgent *agt)
 constructor More...
 

Public Attributes

float distanceSquared
 distanceSquared to the agent
 
const BaseAgentagent
 the agent pointer
 

Detailed Description

struct to store agent proximity query results.

Constructor & Destructor Documentation

Menge::Agents::NearAgent::NearAgent ( float  distance,
const BaseAgent agt 
)
inline

constructor

Parameters
distancethe distance to store in the struct
agtthe agent to store in the struct

The documentation for this struct was generated from the following file: