#include <ExCModelMD3.h>
Inheritance diagram for ExCModelMD3:
Public Methods | |
ExCModelMD3 (void) | |
~ExCModelMD3 (void) | |
void | Draw (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 } |
|
Definition at line 32 of file ExCModelMD3.cpp. References ExCModelMD3(), and Guard.
00033 { 00034 Guard(ExCModelMD3::~ExCModelMD3(void)) 00035 UnGuard 00036 } |
|
Reimplemented from ExCModel. Definition at line 38 of file ExCModelMD3.cpp. Referenced by Draw().
00039 { 00040 Guard(void ExCModelMD3::Draw(void)) 00041 //std::cout<<"ExCModelMD3 draw"<<std::endl; 00042 UnGuard 00043 } |