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

AggReturn Class Reference

#include <ident-tree.h>

Collaboration diagram for AggReturn:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

clusterclusterList_
double limit_
int finalIndex_
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   }


Member Data Documentation

cluster* AggReturn::clusterList_
 

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

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

int AggReturn::finalIndex_
 

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

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

double AggReturn::limit_
 

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

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

int AggReturn::totalCount_
 

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

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


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