Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Kodu::KoduObject Class Reference
Detailed DescriptionKodu Object class. Definition at line 16 of file KoduObject.h.
Constructor & Destructor Documentation
Constructor. Definition at line 6 of file KoduObject.cc.
Copy constructor. Definition at line 17 of file KoduObject.cc.
Destructor. Definition at line 27 of file KoduObject.cc. Member Function Documentation
Returns true if the agent found an object that met the search criteria (color, type, etc). Definition at line 62 of file KoduObject.cc.
Returns the object's color. Definition at line 44 of file KoduObject.cc.
Returns the object that matches the description. Definition at line 66 of file KoduObject.cc.
Returns the matching object's april tag. Definition at line 70 of file KoduObject.cc.
Returns the object's type. Definition at line 48 of file KoduObject.cc.
Returns true if an object can move throughout the environment (autonomously).
Returns true if an object is a landmark or not. Definition at line 52 of file KoduObject.cc.
Returns true if an object is movable. Definition at line 56 of file KoduObject.cc.
Assignment operator. Definition at line 32 of file KoduObject.cc.
Stores the object that matches the search criteria. Definition at line 74 of file KoduObject.cc.
Stores the object's identifier. Definition at line 78 of file KoduObject.cc. Member Data Documentation
the object's color Definition at line 62 of file KoduObject.h. Referenced by getColor(), and operator=().
the object that matches search criteria Definition at line 68 of file KoduObject.h. Referenced by foundValidMatch(), getObject(), operator=(), and setObject().
Definition at line 69 of file KoduObject.h. Referenced by getObjectIdentifier(), operator=(), and setObjectIdentifier().
can "this" object be used as a landmark Definition at line 65 of file KoduObject.h. Referenced by isLandmark(), and operator=().
the locations the perceiver should search for an object Definition at line 64 of file KoduObject.h. Referenced by operator=().
the object's type (e.g. tree, rock, apple) Definition at line 63 of file KoduObject.h. Referenced by getType(), and operator=(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3 |