X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxTreeView.h;h=b8e75f1baf4f8654f8ae44cb9b12994d42de23b0;hb=b029354f54449e058d14c671e7155e65b4086de6;hp=a0f6b658d062b032214c81f313bde350f1a98127;hpb=381f766db11094bd9b96f9e948527cbec24f680a;p=creaImageIO.git diff --git a/src2/creaImageIOWxTreeView.h b/src2/creaImageIOWxTreeView.h index a0f6b65..b8e75f1 100644 --- a/src2/creaImageIOWxTreeView.h +++ b/src2/creaImageIOWxTreeView.h @@ -91,8 +91,6 @@ namespace creaImageIO wxListCtrl* wxCtrl; wxSplitterWindow* wxSplitter; std::vector key; - //The vector of not shown attributes - std::vector notShownAtts; // The vector of currently selected nodes of the level std::vector Selected; // True iff the vector Selected is up to date @@ -102,7 +100,8 @@ namespace creaImageIO ///Boolean that defines the direction of the sort ///True is ascending order and false is descending bool SortAscending; - // + //The vector of not shown attributes + std::vector notShownAtts; }; /// The vector of levels : one for each level of the tree std::vector mLevelList;