

Public Member Functions | |
| TwoStateErrorModelClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 68 of file errmodel.cc.
00068 : TclClass("ErrorModel/TwoState") {} |
|
||||||||||||
|
Definition at line 69 of file errmodel.cc.
00069 {
00070 return (new TwoStateErrorModel);
00071 }
|
1.3.3