]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkUtilities.h
#2397 BBTK Feature New Normal Feature - GetBoxesInside for showing the tree of...
[bbtk.git] / kernel / src / bbtkUtilities.h
index 1a1a3992f4374d3581ca18bd89558c64cc3f6835..fa2db5bec4a5fc9652174b05da5ae2094ea73b0f 100644 (file)
@@ -201,7 +201,7 @@ namespace bbtk
     
     
   };
-class NodeTreeC 
+class BBTK_EXPORT NodeTreeC 
 {
 public:
        std::string data;
@@ -211,24 +211,10 @@ public:
        NodeTreeC(std::string _data);
        ~NodeTreeC();
        void insertChild(std::string _data);
-       void treeTour();
+       void treeTour(int lvl);
        void setData(std::string _data);
+       void deleteTree();
 };
-/*
-class TreeC
-{
-public:
-       NodeTreeC root;
-
-  TreeC();
-       TreeC(std::string _data);
-       ~TreeC();
-       void insertRoot(std::string _data);
-       void treeTour();
-       void insertData(std::string _data);
-       TreeC getSubTree();
-};
- */
   
 } // namespace bbtk