ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


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

Integrator Class Reference

#include <integrator.h>

Inheritance diagram for Integrator:

TclObject List of all members.

Public Member Functions

 Integrator ()
void set (double x, double y)
void newPoint (double x, double y)
int command (int argc, const char *const *argv)

Protected Attributes

double lastx_
double lasty_
double sum_

Constructor & Destructor Documentation

Integrator::Integrator  
 


Member Function Documentation

int Integrator::command int    argc,
const char *const *    argv
[virtual]
 

Reimplemented from TclObject.

void Integrator::newPoint double    x,
double    y
 

void Integrator::set double    x,
double    y
 


Member Data Documentation

double Integrator::lastx_ [protected]
 

double Integrator::lasty_ [protected]
 

double Integrator::sum_ [protected]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.