


Public Member Functions | |
| virtual void | draw ()=0 |
| CartesianPosition | getPosition () |
| PixRGB< byte > | getColor () |
| void | setPosition (CartesianPosition pos) |
Protected Member Functions | |
| Obj3DComponent (std::string type, rutz::shared_ptr< ViewPort3D > vp, CartesianPosition pos, PixRGB< byte > color) | |
Protected Attributes | |
| std::string | itsType |
| rutz::shared_ptr< ViewPort3D > | itsViewPort |
| CartesianPosition | itsPos |
| PixRGB< byte > | itsColor |
Definition at line 165 of file psycho-objectworld.C.
1.6.3