

Public Member Functions | |
| SamplesClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 96 of file integrator.cc.
00096 : TclClass("Samples") {} |
|
||||||||||||
|
Definition at line 97 of file integrator.cc.
00097 {
00098 return (new Samples);
00099 }
|
1.3.3