#include "IO.h"
#include "IOFunctions.h"
#include "InspectorsImpl.h"
#include "PointMatcherPrivate.h"
#include <iostream>
#include <fstream>
#include <stdexcept>
#include <ctype.h>
#include "boost/algorithm/string.hpp"
#include <filesystem>
#include "boost/lexical_cast.hpp"
#include "boost/foreach.hpp"
Go to the source code of this file.
|  | 
|  | PointMatcherSupport | 
|  | Functions and classes that are not dependant on scalar type are defined in this namespace. 
 | 
|  | 
◆ csvLineToVector()
  
  | 
        
          | static std::vector<string> csvLineToVector | ( | const char * | line | ) |  |  | static | 
 
 
◆ parseCsvWithHeader()
      
        
          | CsvElements parseCsvWithHeader | ( | const std::string & | fileName | ) |  | 
      
 
 
◆ skipBlock()
      
        
          | void skipBlock | ( | bool | binary, | 
        
          |  |  | int | binarySize, | 
        
          |  |  | std::istream & | is, | 
        
          |  |  | bool | hasSeparateSizeParameter = true | 
        
          |  | ) |  |  |