#include <sceneeffector.h>
Inheritance diagram for SceneEffector:
Public Member Functions | |
SceneEffector () | |
virtual | ~SceneEffector () |
virtual bool | Realize (boost::shared_ptr< oxygen::ActionObject > action) |
realizes the action described by the ActionObject | |
virtual std::string | GetPredicate () |
returns the name of the predicate this effector implements. | |
virtual boost::shared_ptr< oxygen::ActionObject > | GetActionObject (const oxygen::Predicate &predicate) |
constructs an Actionobject, describing a predicate |
Definition at line 27 of file sceneeffector.h.
|
Definition at line 34 of file sceneeffector.cpp. |
|
Definition at line 38 of file sceneeffector.cpp. |
|
constructs an Actionobject, describing a predicate
Implements oxygen::Effector. Definition at line 69 of file sceneeffector.cpp. References oxygen::Predicate::begin(), zeitgeist::Object::GetLog(), GetPredicate(), oxygen::Predicate::GetValue(), and oxygen::Predicate::name. Here is the call graph for this function: ![]() |
|
returns the name of the predicate this effector implements.
Implements oxygen::Effector. Definition at line 40 of file sceneeffector.h. Referenced by GetActionObject(). |
|
realizes the action described by the ActionObject
Implements oxygen::Effector. Definition at line 42 of file sceneeffector.cpp. References oxygen::Effector::GetAgentAspect(), and zeitgeist::Object::GetLog(). Here is the call graph for this function: ![]() |