

Public Member Functions | |
| LineClass () | |
| TclObject * | create (int, const char *const *argv) |
|
|
Definition at line 74 of file srm-topo.cc.
00074 : TclClass("Topology/Line") {} |
|
||||||||||||
|
Definition at line 75 of file srm-topo.cc.
00075 {
00076 int nn = atoi(argv[4]);
00077 return (new Line(nn, 0));
00078 }
|
1.3.3