#include <ExCModel3DS.h>
Inheritance diagram for ExCModel3DS:
Public Methods | |
ExCModel3DS (void) | |
~ExCModel3DS (void) |
|
Definition at line 26 of file ExCModel3DS.cpp. References ExCModel3DS(), Guard, and UnGuard. Referenced by ExCModel3DS(), and ~ExCModel3DS().
00027 { 00028 Guard(ExCModel3DS::ExCModel3DS(void)) 00029 UnGuard 00030 } |
|
Definition at line 32 of file ExCModel3DS.cpp. References ExCModel3DS(), Guard, and UnGuard.
00033 { 00034 Guard(ExCModel3DS::~ExCModel3DS(void)) 00035 UnGuard 00036 } |