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

ExCParticulePoint Class Reference

#include <ExCParticulePoint.h>

Inheritance diagram for ExCParticulePoint:

ExCParticule ExCObject3D ExCObject

Public Methods

 ExCParticulePoint (void)
 ~ExCParticulePoint (void)

Constructor & Destructor Documentation

ExCParticulePoint void   
 

Definition at line 26 of file ExCParticulePoint.cpp.

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

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

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

~ExCParticulePoint void   
 

Definition at line 34 of file ExCParticulePoint.cpp.

References ExCParticulePoint(), and Guard.

00035 {
00036 Guard(ExCParticulePoint::~ExCParticulePoint())
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