supprimé : include/Attribute.hpp
This commit is contained in:
parent
b038206631
commit
29cfa00201
@ -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
|
|
||||||
Loading…
Reference in New Issue
Block a user