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

ExCCameraFirst Class Reference

#include <ExCCameraFirst.h>

Inheritance diagram for ExCCameraFirst:

ExCCamera ExCObject3D ExCObject

Public Methods

 ExCCameraFirst ()
 ~ExCCameraFirst ()

Constructor & Destructor Documentation

ExCCameraFirst  
 

Definition at line 27 of file ExCCameraFirst.cpp.

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

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

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

~ExCCameraFirst  
 

Definition at line 35 of file ExCCameraFirst.cpp.

References ExCCameraFirst(), and Guard.

00036 {
00037 Guard(ExCCameraFirst::~ExCCameraFirst())
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