Struct walle::BaseAgentData
ClassList > walle > BaseAgentData
#include <AgentFactory.hpp>
Inherited by the following classes: walle::AStarAgentData, walle::PacingAgentData, walle::PathAgentData, walle::TrackingAgentData
Public Attributes
| Type | Name |
|---|---|
| std::string | name Name of the agent. |
| cse491::GridPosition | position Agent's position. |
| char | symbol = = '*' Agent's representation. |
Detailed Description
Stores data for AgentBase
Public Attributes Documentation
variable name
std::string name;
variable position
cse491::GridPosition position;
variable symbol
char symbol;
The documentation for this class was generated from the following file source/Agents/AgentFactory.hpp