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

ExCModelMD3 Class Reference

#include <ExCModelMD3.h>

Inheritance diagram for ExCModelMD3:

ExCModelMD ExCModel ExCObject3D ExCObject

Public Methods

 ExCModelMD3 (void)
 ~ExCModelMD3 (void)
void Draw (void)

Constructor & Destructor Documentation

ExCModelMD3 void   
 

Definition at line 26 of file ExCModelMD3.cpp.

References ExCModelMD3(), and Guard.

Referenced by ExCModelMD3(), and ~ExCModelMD3().

00027 {
00028 Guard(ExCModelMD3::ExCModelMD3(void))
00029 UnGuard
00030 }

~ExCModelMD3 void   
 

Definition at line 32 of file ExCModelMD3.cpp.

References ExCModelMD3(), and Guard.

00033 {
00034 Guard(ExCModelMD3::~ExCModelMD3(void))
00035 UnGuard
00036 }


Member Function Documentation

void Draw void    [virtual]
 

Reimplemented from ExCModel.

Definition at line 38 of file ExCModelMD3.cpp.

References Draw(), and Guard.

Referenced by Draw().

00039 {
00040 Guard(void ExCModelMD3::Draw(void))
00041         //std::cout<<"ExCModelMD3 draw"<<std::endl;
00042 UnGuard
00043 }


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