#include <sphereobj.h>
Inherits W3DMPO, and PrototypeClass.
Public Member Functions | |
| SpherePrototypeClass (void) | |
| SpherePrototypeClass (SphereRenderObjClass *sphere) | |
| virtual const char * | Get_Name (void) const |
| virtual int | Get_Class_ID (void) const |
| virtual RenderObjClass * | Create (void) |
| virtual void | DeleteSelf () |
| bool | Load (ChunkLoadClass &cload) |
| bool | Save (ChunkSaveClass &csave) |
Public Member Functions inherited from W3DMPO | |
| virtual | ~W3DMPO () |
Public Member Functions inherited from PrototypeClass | |
| PrototypeClass (void) | |
| void | friend_setNextHash (PrototypeClass *n) |
| PrototypeClass * | friend_getNextHash () |
Protected Member Functions | |
| ~SpherePrototypeClass (void) | |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Protected Member Functions inherited from PrototypeClass | |
| virtual | ~PrototypeClass (void) |
Definition at line 443 of file sphereobj.h.
| SpherePrototypeClass::SpherePrototypeClass | ( | void | ) |
Definition at line 1160 of file sphereobj.cpp.
| SpherePrototypeClass::SpherePrototypeClass | ( | SphereRenderObjClass * | sphere | ) |
Definition at line 1166 of file sphereobj.cpp.
|
protected |
Definition at line 1211 of file sphereobj.cpp.
|
virtual |
Implements PrototypeClass.
Definition at line 1309 of file sphereobj.cpp.
|
inlinevirtual |
Implements PrototypeClass.
Definition at line 453 of file sphereobj.h.
|
virtual |
Implements PrototypeClass.
Definition at line 1304 of file sphereobj.cpp.
|
virtual |
Implements PrototypeClass.
Definition at line 1299 of file sphereobj.cpp.
| bool SpherePrototypeClass::Load | ( | ChunkLoadClass & | cload | ) |
Definition at line 1225 of file sphereobj.cpp.
| bool SpherePrototypeClass::Save | ( | ChunkSaveClass & | csave | ) |
Definition at line 1262 of file sphereobj.cpp.