BWAPI
Public Member Functions | Static Public Member Functions | Protected Attributes
ExploreSectorTask Class Reference

#include <ExploreSectorTask.h>

Inheritance diagram for ExploreSectorTask:
Inheritance graph
[legend]
Collaboration diagram for ExploreSectorTask:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ExploreSectorTask (MapSector *sector, Environment *env)
virtual ~ExploreSectorTask (void)
MapSectorgetSector ()
virtual void removeAgent (Agent *agent)
virtual void calculatePriority ()
virtual double evaluateAptitude (Agent *agent)
virtual void evaluateStatus ()
virtual void evaluateNeededUnits ()
virtual bool execute (Agent *agent)

Static Public Member Functions

static void generateNecessaryTasks (Environment *env)
static SectorList prioritizeSectors (Environment *env)
static double evaluateAptitudeForTask (MapSector *sector, Agent *agent)

Protected Attributes

MapSector_sector
double _maxDistance

Constructor & Destructor Documentation

Here is the call graph for this function:

Here is the caller graph for this function:

Here is the call graph for this function:


Member Function Documentation

Implements Task.

Here is the call graph for this function:

double ExploreSectorTask::evaluateAptitude ( Agent agent) [virtual]

Implements Task.

Here is the call graph for this function:

double ExploreSectorTask::evaluateAptitudeForTask ( MapSector sector,
Agent agent 
) [static]

Here is the call graph for this function:

Here is the caller graph for this function:

Implements Task.

Implements Task.

Here is the call graph for this function:

bool ExploreSectorTask::execute ( Agent agent) [virtual]

Implements Task.

Here is the call graph for this function:

Here is the call graph for this function:

Here is the caller graph for this function:

Here is the call graph for this function:

Here is the caller graph for this function:

void ExploreSectorTask::removeAgent ( Agent agent) [virtual]

Reimplemented from Task.

Here is the call graph for this function:


Member Data Documentation

double ExploreSectorTask::_maxDistance [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines