g2o
Namespaces | Functions
filesys_tools.h File Reference
#include "g2o_stuff_api.h"
#include <string>
#include <vector>
Include dependency graph for filesys_tools.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 g2o
 

Functions

std::string g2o::getFileExtension (const std::string &filename)
 
std::string g2o::getPureFilename (const std::string &filename)
 
std::string g2o::changeFileExtension (const std::string &filename, const std::string &newExt, bool stripDot)
 
std::string g2o::getBasename (const std::string &filename)
 
std::string g2o::getDirname (const std::string &filename)
 
bool g2o::fileExists (const char *filename)
 
std::vector< std::string > g2o::getFilesByPattern (const char *pattern)