|
ARB
|
#include <ARB_Tree.hxx>#include <map>#include <AP_sequence.hxx>

Go to the source code of this file.
Classes | |
| class | FINAL_TYPE< SEQTYPE > |
| xml element More... | |
| class | TwoLeafs |
| class | LeafRelation |
| class | FINAL_TYPE< SEQTYPE > |
| xml element More... | |
| class | UseAnyTree |
Macros | |
| #define | cl_assert(cond) arb_assert(cond) |
Typedefs | |
| typedef std::map< ClusterTree *, AP_FLOAT > | NodeValues |
| typedef std::map< TwoLeafs, AP_FLOAT > | LeafRelations |
| typedef LeafRelations::const_iterator | LeafRelationCIter |
Enumerations | |
| enum | ClusterState { CS_UNKNOWN = 0, CS_TOO_SMALL = 1, CS_MAYBE_CLUSTER = 2, CS_NO_CLUSTER = 4, CS_IS_CLUSTER = 8, CS_SUB_CLUSTER = 16 } |
| #define cl_assert | ( | cond | ) | arb_assert(cond) |
Definition at line 26 of file di_clustertree.hxx.
Referenced by calc_mean_dist_to(), Cluster::Cluster(), DI_create_cluster_detection_window(), get_upgroup(), Cluster::get_upgroup_info(), SortClusterIDsBy::operator()(), ClustersData::update_cluster_selection_list(), update_example(), and with_affected_clusters_do().
| typedef std::map<ClusterTree*, AP_FLOAT> NodeValues |
Definition at line 98 of file di_clustertree.hxx.
| typedef std::map<TwoLeafs, AP_FLOAT> LeafRelations |
Definition at line 99 of file di_clustertree.hxx.
| typedef LeafRelations::const_iterator LeafRelationCIter |
Definition at line 100 of file di_clustertree.hxx.
| enum ClusterState |
| Enumerator | |
|---|---|
| CS_UNKNOWN | |
| CS_TOO_SMALL | |
| CS_MAYBE_CLUSTER | |
| CS_NO_CLUSTER | |
| CS_IS_CLUSTER | |
| CS_SUB_CLUSTER | |
Definition at line 31 of file di_clustertree.hxx.
1.8.8