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

ExCParticuleLine Class Reference

#include <ExCParticuleLine.h>

Inheritance diagram for ExCParticuleLine:

ExCParticule ExCObject3D ExCObject

Public Methods

 ExCParticuleLine ()
 ~ExCParticuleLine ()

Constructor & Destructor Documentation

ExCParticuleLine  
 

Definition at line 26 of file ExCParticuleLine.cpp.

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

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

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

~ExCParticuleLine  
 

Definition at line 34 of file ExCParticuleLine.cpp.

References ExCParticuleLine(), and Guard.

00035 {
00036 Guard(ExCParticuleLine::~ExCParticuleLine())
00037 UnGuard
00038 }


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