

Public Member Functions | |
| SelectErrorModelClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 753 of file errmodel.cc.
00753 : TclClass("SelectErrorModel") {} |
|
||||||||||||
|
Definition at line 754 of file errmodel.cc.
00754 {
00755 return (new SelectErrorModel);
00756 }
|
1.3.3