#ifndef _OTB_TRISKELE_AREA_ATTRIBUTES_HPP #define _OTB_TRISKELE_AREA_ATTRIBUTES_HPP #include "triskeleBase.hpp" #include "CompAttribute.hpp" namespace otb { namespace triskele { class AreaAttributes : public CompAttributeC { public: inline AreaAttributes (const Tree &tree); inline ~AreaAttributes (); protected: inline void compute (); }; #include "AreaAttributes.tpp" } // triskele } // otb #endif // _OTB_TRISKELE_AREA_ATTRIBUTES_HPP