Struct walle::PacingAgentData
ClassList > walle > PacingAgentData
#include <AgentFactory.hpp>
Inherits the following classes: walle::BaseAgentData
Public Attributes
| Type | Name |
|---|---|
| bool | vertical = = false Whether the PacingAgent is moving up and down (vertical) or left and right(!vertical) |
Public Attributes inherited from walle::BaseAgentData
| 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 a PacingAgent
Public Attributes Documentation
variable vertical
bool vertical;
The documentation for this class was generated from the following file source/Agents/AgentFactory.hpp