

Public Member Functions | |
| TwoRayGroundClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 52 of file tworayground.cc.
00052 : TclClass("Propagation/TwoRayGround") {} |
|
||||||||||||
|
Definition at line 53 of file tworayground.cc.
00053 {
00054 return (new TwoRayGround);
00055 }
|
1.3.3