From 29cfa002010641ae9e40e76ea53ecbc1ba9df920 Mon Sep 17 00:00:00 2001 From: Git Merciol Date: Thu, 8 Mar 2018 06:47:57 +0100 Subject: [PATCH] =?UTF-8?q?=09supprim=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?include/Attribute.hpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/Attribute.hpp | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 include/Attribute.hpp 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