diff --git a/include/Attribute.hpp b/include/Attribute.hpp deleted file mode 100644 index f010729..0000000 --- a/include/Attribute.hpp +++ /dev/null @@ -1,41 +0,0 @@ -#ifndef _OTB_TRISKELE_ATTRIBUTE_HPP -#define _OTB_TRISKELE_ATTRIBUTE_HPP - -#include "Tree.hpp" - -namespace otb { - namespace triskele { - - // /** Attribute */ - // class Attribute { - // public: - // Attribute (); - // Attribute (const Attribute &o) = delete; - - // void - // setTree (Tree &treeC); - - // template - // void - // free (); - - // template - // T - // getAttribute (const DimNodeId &nodeId); - - // template - // void - // generate (); - - // protected: - // virtual void - // generate () = 0; - - // protected: - // Tree *tree; - // void *attributes; - // }; - } // triskele -} // otb - -#endif // _OTB_TRISKELE_ATTRIBUTE_HPP