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

ExCGizmoLine Class Reference

#include <ExCGizmoLine.h>

Inheritance diagram for ExCGizmoLine:

ExCGizmo ExCObject3D ExCObject

Public Methods

 ExCGizmoLine (void)
 ~ExCGizmoLine (void)

Constructor & Destructor Documentation

ExCGizmoLine void   
 

Definition at line 26 of file ExCGizmoLine.cpp.

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

00027 {
00028         SetName("ExCGizmoLine");
00029         SetType(typeid(this).name());
00030 }

~ExCGizmoLine void   
 

Definition at line 32 of file ExCGizmoLine.cpp.

00033 {
00034 }


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