29 #ifndef __creaImageIOTreeDescriptor_h_INCLUDED__ 
   30 #define __creaImageIOTreeDescriptor_h_INCLUDED__ 
   58       void LoadXML(
const std::string& filename);
 
   63       unsigned int GetNumberOfLevels() 
 
   64       { 
return (
int)mLevelDescriptorList.size(); }
 
   68       { 
return mLevelDescriptorList[level]; }
 
   74       GetAttributeDescriptorList(
int level, 
int type = 0)
 const 
   79           void CopyAttributeDescriptorList(
int level)
 
   81                   mLevelDescriptorList[level].CopyAttributeDescriptorList();
 
  104         void createDescriptorfromFile(
const std::string &i_file);
 
  109         const std::string isExist(
const std::string i_attr);
 
  115       void CreateLevel0Descriptor();