]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkUtilities.h
2397 BBTK Feature New Normal Feature GetBoxesInside for showing the tree of a blackbo...
[bbtk.git] / kernel / src / bbtkUtilities.h
index 1a1a3992f4374d3581ca18bd89558c64cc3f6835..1f8f6c3552f43b1f8ab765d9d28e61234b941878 100644 (file)
@@ -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