#include <ExCParticuleLine.h>
Inheritance diagram for ExCParticuleLine:

Public Methods | |
| ExCParticuleLine () | |
| ~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 }
|
|
|
Definition at line 34 of file ExCParticuleLine.cpp. References ExCParticuleLine(), and Guard.
00035 {
00036 Guard(ExCParticuleLine::~ExCParticuleLine())
00037 UnGuard
00038 }
|
1.3-rc1