#include <SmartHierarchy.h>
Public Member Functions | |
CleanSmartHierarchyNode (const TAG &tag, const COLL &coll, int flattenThreshold=0) | |
CleanSmartHierarchyNode (HierarchyNode< COLL > *parent, const TAG &tag, const COLL &coll, int flattenThreshold=0) | |
virtual | ~CleanSmartHierarchyNode () |
Protected Types | |
typedef SmartHierarchyNode < COLL >::ITEM | ITEM |
typedef SmartHierarchyNode < COLL >::TAG | TAG |
typedef SmartHierarchyNode < COLL >::ITEMSET | ITEMSET |
typedef SmartHierarchyNode < COLL >::TAGSET | TAGSET |
Protected Member Functions | |
virtual void | expand () |
TAG | setTag (const TAG &tag) |
HierarchyNode< COLL > * | setParent (HierarchyNode< COLL > *parent) |
typedef SmartHierarchyNode<COLL>::ITEM tagcoll::CleanSmartHierarchyNode< COLL >::ITEM [protected] |
Reimplemented from tagcoll::SmartHierarchyNode< COLL >.
typedef SmartHierarchyNode<COLL>::TAG tagcoll::CleanSmartHierarchyNode< COLL >::TAG [protected] |
Reimplemented from tagcoll::SmartHierarchyNode< COLL >.
typedef SmartHierarchyNode<COLL>::ITEMSET tagcoll::CleanSmartHierarchyNode< COLL >::ITEMSET [protected] |
Reimplemented from tagcoll::SmartHierarchyNode< COLL >.
typedef SmartHierarchyNode<COLL>::TAGSET tagcoll::CleanSmartHierarchyNode< COLL >::TAGSET [protected] |
Reimplemented from tagcoll::SmartHierarchyNode< COLL >.
tagcoll::CleanSmartHierarchyNode< COLL >::CleanSmartHierarchyNode | ( | const TAG & | tag, | |
const COLL & | coll, | |||
int | flattenThreshold = 0 | |||
) | [inline] |
tagcoll::CleanSmartHierarchyNode< COLL >::CleanSmartHierarchyNode | ( | HierarchyNode< COLL > * | parent, | |
const TAG & | tag, | |||
const COLL & | coll, | |||
int | flattenThreshold = 0 | |||
) | [inline] |
virtual tagcoll::CleanSmartHierarchyNode< COLL >::~CleanSmartHierarchyNode | ( | ) | [inline, virtual] |
virtual void tagcoll::CleanSmartHierarchyNode< COLL >::expand | ( | ) | [protected, virtual] |
Reimplemented from tagcoll::SmartHierarchyNode< COLL >.
TAG tagcoll::CleanSmartHierarchyNode< COLL >::setTag | ( | const TAG & | tag | ) | [inline, protected] |
HierarchyNode<COLL>* tagcoll::CleanSmartHierarchyNode< COLL >::setParent | ( | HierarchyNode< COLL > * | parent | ) | [inline, protected] |