Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

FECModelClass Class Reference

Inheritance diagram for FECModelClass:

Inheritance graph
[legend]
Collaboration diagram for FECModelClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FECModelClass ()
TclObjectcreate (int, const char *const *)

Constructor & Destructor Documentation

FECModelClass::FECModelClass  )  [inline]
 

Definition at line 60 of file fec.cc.

00060 : TclClass("FECModel") {}


Member Function Documentation

TclObject* FECModelClass::create int  ,
const char *const * 
[inline]
 

Definition at line 61 of file fec.cc.

00061                                                   {
00062                 return (new FECModel);
00063         }


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 12:46:54 2004 for NS2.26SourcesOriginal by doxygen 1.3.3