vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
boids::BoidsLogic Member List

This is the complete list of members for boids::BoidsLogic, including all inherited members.

Ability(const char *theAbilityName)vrecko::Abilityprotected
addInputPin(InputPinBase *pin)vrecko::BaseClass
addNotification(BaseClass *receiver, unsigned long notificationTypes)vrecko::BaseClass
addOutputPin(OutputPinBase *pin)vrecko::BaseClass
addRequestInputPin(RequestInputPinBase *pin)vrecko::BaseClass
addRequestOutputPin(RequestOutputPinBase *pin)vrecko::BaseClass
attributevrecko::BaseClassprotected
attributeLockvrecko::BaseClassprotected
AttributeMap typedefvrecko::BaseClassprotected
BaseClass(const char *startingSenderString)vrecko::BaseClass
BaseClass(BaseClass &bc)vrecko::BaseClass
boids_countboids::BoidsLogicprotected
boids_positionboids::BoidsLogicprotected
boids_position_outputboids::BoidsLogicprotected
boids_rest_timeboids::BoidsLogicprotected
boids_velocityboids::BoidsLogicprotected
boids_velocity_outputboids::BoidsLogicprotected
BoidsLogic()boids::BoidsLogic
bound_velocityboids::BoidsLogicprotected
clean(void)vrecko::Abilityinlinevirtual
dangerboids::BoidsLogicprotected
danger_factorboids::BoidsLogicprotected
DECLARE_INPUT(Waypoint, MessageVec3)boids::BoidsLogicprotected
DECLARE_INPUT(Danger, MessageVec3)boids::BoidsLogicprotected
DECLARE_OUTPUT(NextWaypoint, MessageBool)boids::BoidsLogicprotected
deleteAttribute(const std::string &attr_name)vrecko::BaseClass
findPinInList(const char *strName, PinList *pinList)vrecko::BaseClassinlineprotected
getAttribute(const std::string &attr_name)vrecko::BaseClassinline
getAttribute(const char *attr_name)vrecko::BaseClassinline
getID(void) const vrecko::Abilityinline
getInputPin(const char *strName)vrecko::BaseClass
getName() const vrecko::Abilityinline
getOutputPin(const char *strName)vrecko::BaseClass
getOwner(void)vrecko::Abilityinline
getParameterVector(void)vrecko::Abilityinlinevirtual
getPluginName(void) const vrecko::Abilityinline
getPriority(void) const vrecko::BaseClassinline
getRequestInputPin(const char *strName)vrecko::BaseClass
getRequestOutputPin(const char *strName)vrecko::BaseClass
getSceneFile() const vrecko::BaseClassinline
getSenderString(void)vrecko::Abilityvirtual
initialize(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *parameters=NULL)vrecko::BaseClassvirtual
initializeFromString(const char *xmlString)vrecko::BaseClassvirtual
inputPinsListvrecko::BaseClassprotected
inputPresent(const std::string &name)vrecko::BaseClass
isUpdated(void)vrecko::Ability
land_levelboids::BoidsLogicprotected
limit_speed(int boid)boids::BoidsLogicprotected
loadXMLParameters(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *parametersNode)boids::BoidsLogicvirtual
vrecko::Ability::loadXMLParameters(const char *xmlString)vrecko::BaseClassvirtual
max_boundboids::BoidsLogicprotected
max_speedboids::BoidsLogicprotected
mesgboids::BoidsLogicprotected
min_boundboids::BoidsLogicprotected
move_factorboids::BoidsLogicprotected
next_waypointboids::BoidsLogicprotected
next_waypoint_distboids::BoidsLogicprotected
NOTIFICATION_ALL enum valuevrecko::BaseClass
NOTIFICATION_DELETE_CLASS enum valuevrecko::BaseClass
NOTIFICATION_EO_REGISTERING enum valuevrecko::BaseClass
NOTIFICATION_EO_UNREGISTERING enum valuevrecko::BaseClass
NOTIFICATION_PROGRAM_TERMINATION enum valuevrecko::BaseClass
notificationsvrecko::BaseClassprotected
notificationsLockvrecko::BaseClassprotected
NotificationTypes enum namevrecko::BaseClass
outputPinsListvrecko::BaseClassprotected
outputPresent(const std::string &name)vrecko::BaseClass
parameterStringvrecko::Abilityprotected
ParameterVector typedefvrecko::Ability
PinList typedefvrecko::BaseClassprotected
postInitialize(void)boids::BoidsLogicvirtual
pOwnervrecko::Abilityprotected
preInitialize(void)boids::BoidsLogicvirtual
priorityvrecko::BaseClassprotected
processEvent(const std::string &input_name, VreckoMessage *pMessage)vrecko::BaseClassvirtual
processNotification(BaseClass *sender, unsigned long notificationType, void *notificationData)vrecko::BaseClassinlineprotectedvirtual
processRequest(const std::string &request_input_name, VreckoMessage *pMessage)vrecko::BaseClassvirtual
removeInputPin(InputPinBase *pin)vrecko::BaseClass
removeNotification(BaseClass *receiver, unsigned long notificationTypes=NOTIFICATION_ALL)vrecko::BaseClass
removeOutputPin(OutputPinBase *pin)vrecko::BaseClass
removeRequestInputPin(RequestInputPinBase *pin)vrecko::BaseClass
removeRequestOutputPin(RequestOutputPinBase *pin)vrecko::BaseClass
reportError(const std::string &error)vrecko::BaseClass
requestInputPinsListvrecko::BaseClassprotected
requestOutputPinsListvrecko::BaseClassprotected
rest_on_land(int boid)boids::BoidsLogicprotected
rest_timeboids::BoidsLogicprotected
rule0_in_sight(int other_boid, int boid)boids::BoidsLogicprotected
rule1_centre_of_mass(int boid)boids::BoidsLogicprotected
rule2_away_from_others(int boid)boids::BoidsLogicprotected
rule3_match_velocity(int boid)boids::BoidsLogicprotected
rule4_bound_position(int boid)boids::BoidsLogicprotected
rule5_fly_to_waypoint(int boid)boids::BoidsLogicprotected
rule6_fly_from_danger(int boid)boids::BoidsLogicprotected
saveXMLParameters(XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *)boids::BoidsLogicvirtual
scare_distanceboids::BoidsLogicprotected
sceneFilevrecko::BaseClassprotected
senderStringvrecko::BaseClassprotected
sendNotifications(unsigned long notificationType, void *notificationData)vrecko::BaseClassprotected
setAttribute(const std::string &attr_name, int attr_value)vrecko::BaseClassinline
setID(const char *pID)vrecko::Ability
setOwner(BaseClass *owner)vrecko::Abilityinline
setPluginName(const char *pName)vrecko::Ability
setPriority(long int pr)vrecko::BaseClassinline
setSceneFile(const std::string &sceneFileName)vrecko::BaseClass
sight_angleboids::BoidsLogicprotected
small_distanceboids::BoidsLogicprotected
takeoff_timeboids::BoidsLogicprotected
update(void)boids::BoidsLogicvirtual
updatedvrecko::Abilityprotected
velocity_factorboids::BoidsLogicprotected
waypointboids::BoidsLogicprotected
waypoint_speedboids::BoidsLogicprotected
~Ability()vrecko::Abilityvirtual
~BaseClass()vrecko::BaseClassvirtual
~BoidsLogic()boids::BoidsLogicinline