#include <ident-tree.h>
Collaboration diagram for AggReturn:

Public Member Functions | |
| AggReturn (cluster *clusterList, double bottom, int finalIndex, int totalCount) | |
| ~AggReturn () | |
Public Attributes | |
| cluster * | clusterList_ |
| double | limit_ |
| int | finalIndex_ |
| int | totalCount_ |
|
||||||||||||||||||||
|
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 }
|
|
|
Definition at line 36 of file ident-tree.h. References clusterList_.
00036 {
00037 free(clusterList_);
00038 }
|
|
|
Definition at line 24 of file ident-tree.h. Referenced by AggReturn(), PushbackAgent::calculateLowerBound(), PushbackAgent::identifyAggregate(), and ~AggReturn(). |
|
|
Definition at line 26 of file ident-tree.h. Referenced by AggReturn(), PushbackAgent::calculateLowerBound(), and PushbackAgent::identifyAggregate(). |
|
|
Definition at line 25 of file ident-tree.h. Referenced by AggReturn(), and PushbackAgent::identifyAggregate(). |
|
|
Definition at line 27 of file ident-tree.h. Referenced by AggReturn(), PushbackAgent::calculateLowerBound(), and PushbackAgent::identifyAggregate(). |
1.3.3