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

ExCCameraFree Class Reference

#include <ExCCameraFree.h>

Inheritance diagram for ExCCameraFree:

ExCCamera ExCObject3D ExCObject

Public Methods

 ExCCameraFree ()
 ~ExCCameraFree ()

Constructor & Destructor Documentation

ExCCameraFree  
 

Definition at line 27 of file ExCCameraFree.cpp.

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

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

00028 {
00029 Guard(ExCCameraFree::ExCCameraFree())
00030         SetName("ExCCameraFree");
00031         SetType(typeid(this).name());
00032 UnGuard
00033 }

~ExCCameraFree  
 

Definition at line 35 of file ExCCameraFree.cpp.

References ExCCameraFree(), and Guard.

00036 {
00037 Guard(ExCCameraFree::~ExCCameraFree())
00038 UnGuard
00039 }


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