

Public Member Functions | |
| SRClassifierClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 46 of file classifier-sr.cc.
00046 : TclClass("Classifier/SR") {} |
|
||||||||||||
|
Definition at line 47 of file classifier-sr.cc.
00047 {
00048 return (new SRClassifier());
00049 }
|
1.3.3