supprimé : include/Attribute.hpp

This commit is contained in:
Git Merciol 2018-03-08 06:47:57 +01:00
parent b038206631
commit 29cfa00201

View File

@ -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<typename T>
// void
// free ();
// template<typename T>
// T
// getAttribute (const DimNodeId &nodeId);
// template<typename T>
// void
// generate ();
// protected:
// virtual void
// generate () = 0;
// protected:
// Tree *tree;
// void *attributes;
// };
} // triskele
} // otb
#endif // _OTB_TRISKELE_ATTRIBUTE_HPP