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

Definition at line 22 of file ident-tree.h.
Public Member Functions | |
| AggReturn (cluster *clusterList, double bottom, int finalIndex, int totalCount) | |
| ~AggReturn () | |
Data Fields | |
| cluster * | clusterList_ |
| int | finalIndex_ |
| double | limit_ |
| 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(), and ~AggReturn(). |
|
|
Definition at line 26 of file ident-tree.h. Referenced by AggReturn(), and PushbackAgent::calculateLowerBound(). |
|
|
Definition at line 25 of file ident-tree.h. Referenced by AggReturn(). |
|
|
Definition at line 27 of file ident-tree.h. Referenced by AggReturn(), and PushbackAgent::calculateLowerBound(). |
1.4.6