Skip to content

Struct walle::PacingAgentData

ClassList > walle > PacingAgentData

More...

  • #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

See 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