ARB
Classes | Macros | Typedefs | Enumerations
di_clustertree.hxx File Reference
#include <ARB_Tree.hxx>
#include <map>
#include <AP_sequence.hxx>
Include dependency graph for di_clustertree.hxx:
This graph shows which files directly or indirectly include this file:

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
}
 

Macro Definition Documentation

#define cl_assert (   cond)    arb_assert(cond)

Typedef Documentation

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.

Enumeration Type Documentation

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.