AggReturn Class Reference

#include <ident-tree.h>

Collaboration diagram for AggReturn:

Collaboration graph
[legend]

Detailed Description

Definition at line 22 of file ident-tree.h.

Public Member Functions

 AggReturn (cluster *clusterList, double bottom, int finalIndex, int totalCount)
 ~AggReturn ()

Data Fields

clusterclusterList_
int finalIndex_
double limit_
int totalCount_


Constructor & Destructor Documentation

AggReturn::AggReturn cluster clusterList,
double  bottom,
int  finalIndex,
int  totalCount
[inline]
 

Definition at line 29 of file ident-tree.h.

References clusterList_, finalIndex_, limit_, and totalCount_.

00029                                                                                   {
00030     clusterList_ = clusterList;
00031     limit_ = bottom;
00032     finalIndex_ = finalIndex;
00033     totalCount_=totalCount;
00034   }

AggReturn::~AggReturn  )  [inline]
 

Definition at line 36 of file ident-tree.h.

References clusterList_.

00036                {
00037     free(clusterList_);
00038   }


Field Documentation

cluster* AggReturn::clusterList_
 

Definition at line 24 of file ident-tree.h.

Referenced by AggReturn(), PushbackAgent::calculateLowerBound(), and ~AggReturn().

int AggReturn::finalIndex_
 

Definition at line 26 of file ident-tree.h.

Referenced by AggReturn(), and PushbackAgent::calculateLowerBound().

double AggReturn::limit_
 

Definition at line 25 of file ident-tree.h.

Referenced by AggReturn().

int AggReturn::totalCount_
 

Definition at line 27 of file ident-tree.h.

Referenced by AggReturn(), and PushbackAgent::calculateLowerBound().


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