#include <VesTools.h>
 | 
| static void  | convertDbl2Str (const double value, std::string &str, unsigned int precision) | 
|   | 
| static void  | convertDbl2Str (const double value, std::string &str) | 
|   | 
| static void  | copyGridValues (Grid *grid_pntr_orig, Grid *grid_pntr_copy) | 
|   | 
| static unsigned int  | getGridFileInfo (const std::string &, std::string &, std::vector< std::string > &, std::vector< std::string > &, std::vector< std::string > &, std::vector< bool > &, std::vector< unsigned int > &, bool &) | 
|   | 
| template<typename T >  | 
| static std::vector< std::string >  | getLabelsOfAvailableActions (const ActionSet &) | 
|   | 
| template<typename T >  | 
| static T  | getPointerFromLabel (const std::string &, const ActionSet &, std::string &) | 
|   | 
| template<typename T >  | 
| static std::vector< T >  | getPointersFromLabels (const std::vector< std::string > &, const ActionSet &, std::string &) | 
|   | 
◆ convertDbl2Str() [1/2]
  
  
      
        
          | void PLMD::ves::VesTools::convertDbl2Str  | 
          ( | 
          const double  | 
          value,  | 
         
        
           | 
           | 
          std::string &  | 
          str,  | 
         
        
           | 
           | 
          unsigned int  | 
          precision  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ convertDbl2Str() [2/2]
  
  
      
        
          | void PLMD::ves::VesTools::convertDbl2Str  | 
          ( | 
          const double  | 
          value,  | 
         
        
           | 
           | 
          std::string &  | 
          str  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ copyGridValues()
  
  
      
        
          | void PLMD::ves::VesTools::copyGridValues  | 
          ( | 
          Grid *  | 
          grid_pntr_orig,  | 
         
        
           | 
           | 
          Grid *  | 
          grid_pntr_copy  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ getGridFileInfo()
  
  
      
        
          | unsigned int PLMD::ves::VesTools::getGridFileInfo  | 
          ( | 
          const std::string &  | 
          filepath,  | 
         
        
           | 
           | 
          std::string &  | 
          grid_label,  | 
         
        
           | 
           | 
          std::vector< std::string > &  | 
          arg_labels,  | 
         
        
           | 
           | 
          std::vector< std::string > &  | 
          arg_min,  | 
         
        
           | 
           | 
          std::vector< std::string > &  | 
          arg_max,  | 
         
        
           | 
           | 
          std::vector< bool > &  | 
          arg_periodic,  | 
         
        
           | 
           | 
          std::vector< unsigned int > &  | 
          arg_nbins,  | 
         
        
           | 
           | 
          bool &  | 
          derivatives  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ getLabelsOfAvailableActions()
template<typename T > 
  
  
      
        
          | std::vector< std::string > PLMD::ves::VesTools::getLabelsOfAvailableActions  | 
          ( | 
          const ActionSet &  | 
          actionset | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ getPointerFromLabel()
template<typename T > 
  
  
      
        
          | T PLMD::ves::VesTools::getPointerFromLabel  | 
          ( | 
          const std::string &  | 
          action_label,  | 
         
        
           | 
           | 
          const ActionSet &  | 
          actionset,  | 
         
        
           | 
           | 
          std::string &  | 
          error_msg  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ getPointersFromLabels()
template<typename T > 
  
  
      
        
          | std::vector< T > PLMD::ves::VesTools::getPointersFromLabels  | 
          ( | 
          const std::vector< std::string > &  | 
          action_labels,  | 
         
        
           | 
           | 
          const ActionSet &  | 
          actionset,  | 
         
        
           | 
           | 
          std::string &  | 
          error_msg  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following files: