BWAPI
Public Member Functions
StarcraftSearchData< StarcraftStateType > Class Template Reference

#include <StarcraftSearchData.h>

List of all members.

Public Member Functions

 StarcraftSearchData ()
 ~StarcraftSearchData ()
void update (double timeLimit)
void drawSearchResults (int x, int y)
SearchResults getResults ()
void startNewSearch (SearchParameters< StarcraftStateType > params, bool forceNewSearch=false)

template<class StarcraftStateType>
class StarcraftSearchData< StarcraftStateType >


Constructor & Destructor Documentation

template<class StarcraftStateType>
StarcraftSearchData< StarcraftStateType >::StarcraftSearchData ( ) [inline]
template<class StarcraftStateType>
StarcraftSearchData< StarcraftStateType >::~StarcraftSearchData ( ) [inline]

Member Function Documentation

template<class StarcraftStateType>
void StarcraftSearchData< StarcraftStateType >::drawSearchResults ( int  x,
int  y 
) [inline]

Here is the caller graph for this function:

template<class StarcraftStateType>
SearchResults StarcraftSearchData< StarcraftStateType >::getResults ( ) [inline]
template<class StarcraftStateType>
void StarcraftSearchData< StarcraftStateType >::startNewSearch ( SearchParameters< StarcraftStateType >  params,
bool  forceNewSearch = false 
) [inline]
template<class StarcraftStateType>
void StarcraftSearchData< StarcraftStateType >::update ( double  timeLimit) [inline]

Here is the caller graph for this function:


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