cgma
|
#include <PST_Data.hpp>
Public Member Functions | |
PST_EntityOwner * | owner () const |
void | owner (PST_EntityOwner *) |
Protected Member Functions | |
PST_Entity () | |
virtual | ~PST_Entity ()=0 |
Private Attributes | |
PST_EntityOwner * | myOwner |
Definition at line 39 of file PST_Data.hpp.
PST_Entity::PST_Entity | ( | ) | [inline, protected] |
Definition at line 560 of file PST_Data.hpp.
: myOwner(0) { ; }
PST_Entity::~PST_Entity | ( | ) | [protected, pure virtual] |
Definition at line 1269 of file PST_Data.cpp.
{ }
PST_EntityOwner * PST_Entity::owner | ( | ) | const [inline] |
Definition at line 562 of file PST_Data.hpp.
{ return myOwner; }
void PST_Entity::owner | ( | PST_EntityOwner * | ent | ) | [inline] |
Definition at line 565 of file PST_Data.hpp.
{ myOwner = ent; }
PST_EntityOwner* PST_Entity::myOwner [private] |
Definition at line 55 of file PST_Data.hpp.