#include <ExCParticulePoint.h>
Inheritance diagram for ExCParticulePoint:
Public Methods | |
ExCParticulePoint (void) | |
~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 } |
|
Definition at line 34 of file ExCParticulePoint.cpp. References ExCParticulePoint(), and Guard.
00035 { 00036 Guard(ExCParticulePoint::~ExCParticulePoint()) 00037 UnGuard 00038 } |