Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

ExSkeleton Class Reference

#include <ExSkeleton.h>

Inheritance diagram for ExSkeleton:

ExCEntite ExCObject3D ExCObject

Public Methods

 ExSkeleton (void)
 ~ExSkeleton (void)

Constructor & Destructor Documentation

ExSkeleton void   
 

Definition at line 26 of file ExSkeleton.cpp.

References ExCObject::SetName(), and ExCObject::SetType().

00027 {
00028                 SetName("ExSkeleton");
00029         SetType(typeid(this).name());
00030 }

~ExSkeleton void   
 

Definition at line 32 of file ExSkeleton.cpp.

00033 {
00034 }


The documentation for this class was generated from the following files:
Generated on Tue Dec 10 18:20:47 2002 for ExNihilo by doxygen1.3-rc1