

Public Member Functions | |
| PointSample_EstClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 47 of file pointsample-est.cc.
00047 : TclClass ("Est/PointSample") {} |
|
||||||||||||
|
Definition at line 48 of file pointsample-est.cc.
00048 {
00049 return (new PointSample_Est());
00050 }
|
1.3.3