#include <City10000.h>
|  | 
| std::vector< std::string > | readLine (const std::string &line, const std::string &delimiter=" ") const | 
|  | Read a linefrom the dataset, separated by thedelimiter.  More...
 | 
|  | 
Definition at line 37 of file City10000.h.
 
◆ City10000Dataset()
  
  | 
        
          | City10000Dataset::City10000Dataset | ( | const std::string & | filename | ) |  |  | inline | 
 
 
◆ next()
  
  | 
        
          | bool City10000Dataset::next | ( | std::vector< Pose2 > * | poseArray, |  
          |  |  | std::pair< size_t, size_t > * | keys |  
          |  | ) |  |  |  | inline | 
 
Read and parse the next line. 
Definition at line 81 of file City10000.h.
 
 
◆ parseLine()
  
  | 
        
          | std::pair<std::vector<Pose2>, std::pair<size_t, size_t> > City10000Dataset::parseLine | ( | const std::string & | line | ) | const |  | inline | 
 
 
◆ readLine()
  
  | 
        
          | std::vector<std::string> City10000Dataset::readLine | ( | const std::string & | line, |  
          |  |  | const std::string & | delimiter = " " |  
          |  | ) |  | const |  | inlineprivate | 
 
Read a line from the dataset, separated by the delimiter. 
Definition at line 41 of file City10000.h.
 
 
◆ in_
  
  | 
        
          | std::ifstream City10000Dataset::in_ |  | private | 
 
 
The documentation for this class was generated from the following file: