32 #include <boost/shared_ptr.hpp>
33 #include <boost/enable_shared_from_this.hpp>
34 #include "../../common/datastructures/WDendrogram.h"
39 class WTreeNode :
public boost::enable_shared_from_this<WTreeNode>
45 typedef boost::shared_ptr< WTreeNode >
SPtr;
124 #endif // WTREENODE_H