#include <SALOMEDS_Tool.hxx>
 | 
| static std::string  | GetTmpDir () | 
|   | 
| static void  | RemoveTemporaryFiles (const std::string &theDirectory, const SALOMEDS::ListOfFileNames &theFiles, const bool IsDirDeleted) | 
|   | 
| static SALOMEDS::TMPFile *  | PutFilesToStream (const std::string &theFromDirectory, const SALOMEDS::ListOfFileNames &theFiles, const int theNamesOnly=0) | 
|   | 
| static SALOMEDS::TMPFile *  | PutFilesToStream (const SALOMEDS::ListOfFileNames &theFiles, const SALOMEDS::ListOfFileNames &theFileNames) | 
|   | 
static  
SALOMEDS::ListOfFileNames_var  | PutStreamToFiles (const SALOMEDS::TMPFile &theStream, const std::string &theToDirectory, const int theNamesOnly=0) | 
|   | 
| static std::string  | GetNameFromPath (const std::string &thePath) | 
|   | 
| static std::string  | GetDirFromPath (const std::string &thePath) | 
|   | 
| static bool  | GetFlag (const int theFlag, SALOMEDS::Study_var theStudy, SALOMEDS::SObject_var theObj) | 
|   | 
| static bool  | SetFlag (const int theFlag, SALOMEDS::Study_var theStudy, const std::string &theEntry, const bool theValue) | 
|   | 
| static void  | GetAllChildren (SALOMEDS::Study_var theStudy, SALOMEDS::SObject_var theObj, std::list< SALOMEDS::SObject_var > &theList) | 
|   | 
  
  
      
        
          | void SALOMEDS_Tool::GetAllChildren  | 
          ( | 
          SALOMEDS::Study_var  | 
          theStudy,  | 
         
        
           | 
           | 
          SALOMEDS::SObject_var  | 
          theObj,  | 
         
        
           | 
           | 
          std::list< SALOMEDS::SObject_var > &  | 
          theList  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | std::string SALOMEDS_Tool::GetDirFromPath  | 
          ( | 
          const std::string &  | 
          thePath | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | bool SALOMEDS_Tool::GetFlag  | 
          ( | 
          const int  | 
          theFlag,  | 
         
        
           | 
           | 
          SALOMEDS::Study_var  | 
          theStudy,  | 
         
        
           | 
           | 
          SALOMEDS::SObject_var  | 
          theObj  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | std::string SALOMEDS_Tool::GetNameFromPath  | 
          ( | 
          const std::string &  | 
          thePath | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | std::string SALOMEDS_Tool::GetTmpDir  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | SALOMEDS::ListOfFileNames_var SALOMEDS_Tool::PutStreamToFiles  | 
          ( | 
          const SALOMEDS::TMPFile &  | 
          theStream,  | 
         
        
           | 
           | 
          const std::string &  | 
          theToDirectory,  | 
         
        
           | 
           | 
          const int  | 
          theNamesOnly = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | void SALOMEDS_Tool::RemoveTemporaryFiles  | 
          ( | 
          const std::string &  | 
          theDirectory,  | 
         
        
           | 
           | 
          const SALOMEDS::ListOfFileNames &  | 
          theFiles,  | 
         
        
           | 
           | 
          const bool  | 
          IsDirDeleted  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | bool SALOMEDS_Tool::SetFlag  | 
          ( | 
          const int  | 
          theFlag,  | 
         
        
           | 
           | 
          SALOMEDS::Study_var  | 
          theStudy,  | 
         
        
           | 
           | 
          const std::string &  | 
          theEntry,  | 
         
        
           | 
           | 
          const bool  | 
          theValue  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   |