#include <iso_flock_assign_neighbors_event.h>
Public Member Functions | |
AssignNeighborsEvent (const base::String &pSwarmName, const base::String &pParameterName, const base::String &pSpaceName, bool pVisible, real pSearchRadius, unsigned int pMaxNeighborCount) | |
AssignNeighborsEvent (double pTime, const base::String &pSwarmName, const base::String &pParameterName, const base::String &pSpaceName, bool pVisible, real pSearchRadius, unsigned int pMaxNeighborCount) | |
AssignNeighborsEvent (const AssignNeighborsEvent &pEvent) | |
AssignNeighborsEvent (double pTime, const AssignNeighborsEvent &pEvent) | |
virtual | ~AssignNeighborsEvent () |
event::Event * | copy () const |
event::Event * | copy (double pTime) const |
void | execute () throw (event::EventException) |
Protected Attributes | |
base::String | mSwarmName |
base::String | mParameterName |
base::String | mSpaceName |
bool | mVisible |
real | mSearchRadius |
unsigned int | mMaxNeighborCount |
AssignNeighborsEvent::AssignNeighborsEvent | ( | const base::String & | pSwarmName, | |
const base::String & | pParameterName, | |||
const base::String & | pSpaceName, | |||
bool | pVisible, | |||
real | pSearchRadius, | |||
unsigned int | pMaxNeighborCount | |||
) |
AssignNeighborsEvent::AssignNeighborsEvent | ( | double | pTime, | |
const base::String & | pSwarmName, | |||
const base::String & | pParameterName, | |||
const base::String & | pSpaceName, | |||
bool | pVisible, | |||
real | pSearchRadius, | |||
unsigned int | pMaxNeighborCount | |||
) |
AssignNeighborsEvent::AssignNeighborsEvent | ( | const AssignNeighborsEvent & | pEvent | ) |
AssignNeighborsEvent::AssignNeighborsEvent | ( | double | pTime, | |
const AssignNeighborsEvent & | pEvent | |||
) |
AssignNeighborsEvent::~AssignNeighborsEvent | ( | ) | [virtual] |
event::Event * AssignNeighborsEvent::copy | ( | ) | const |
event::Event * AssignNeighborsEvent::copy | ( | double | pTime | ) | const |
void AssignNeighborsEvent::execute | ( | ) | throw (event::EventException) |
base::String iso::flock::AssignNeighborsEvent::mSwarmName [protected] |
base::String iso::flock::AssignNeighborsEvent::mParameterName [protected] |
base::String iso::flock::AssignNeighborsEvent::mSpaceName [protected] |
bool iso::flock::AssignNeighborsEvent::mVisible [protected] |
real iso::flock::AssignNeighborsEvent::mSearchRadius [protected] |
unsigned int iso::flock::AssignNeighborsEvent::mMaxNeighborCount [protected] |