a class to hold a parsed image filename  
 More...
#include "file/name_parser.h"
 | 
| class   | List | 
|   | a class to hold a set of parsed image filenames  More...
  | 
|   | 
a class to hold a parsed image filename 
Definition at line 151 of file name_parser.h.
 
◆ ParsedName()
  
  
      
        
          | MR::File::ParsedName::ParsedName  | 
          ( | 
          const std::string &  | 
          name,  | 
         
        
           | 
           | 
          const vector< uint32_t > &  | 
          index  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ index()
  
  
      
        
          | uint32_t MR::File::ParsedName::index  | 
          ( | 
          size_t  | 
          num | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ name()
  
  
      
        
          | std::string MR::File::ParsedName::name  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ ndim()
  
  
      
        
          | size_t MR::File::ParsedName::ndim  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator<()
      
        
          | bool MR::File::ParsedName::operator<  | 
          ( | 
          const ParsedName &  | 
          pn | ) | 
           const | 
        
      
 
 
◆ operator<<
  
  
      
        
          | std::ostream & operator<<  | 
          ( | 
          std::ostream &  | 
          stream,  | 
         
        
           | 
           | 
          const ParsedName &  | 
          pin  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
 
◆ filename
  
  
      
        
          | std::string MR::File::ParsedName::filename | 
         
       
   | 
  
protected   | 
  
 
 
◆ indices
  
  
      
        
          | vector<uint32_t> MR::File::ParsedName::indices | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: