LogNormalRandomVariableClass Class Reference

Inheritance diagram for LogNormalRandomVariableClass:

TclClass Collaboration diagram for LogNormalRandomVariableClass:

Collaboration graph
[legend]

Detailed Description

Definition at line 224 of file ranvar.cc.

Public Member Functions

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


Constructor & Destructor Documentation

LogNormalRandomVariableClass::LogNormalRandomVariableClass  )  [inline]
 

Definition at line 226 of file ranvar.cc.

00226 : TclClass("RandomVariable/LogNormal") {}


Member Function Documentation

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

Definition at line 227 of file ranvar.cc.

00227                                                   {
00228                 return(new LogNormalRandomVariable());
00229         }


The documentation for this class was generated from the following file:
Generated on Tue Mar 6 17:12:50 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6