![]() |
OpenLB 1.8.1
|
Include dependency graph for filesIO.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | directoryExists (const std::string &path) |
| bool | createDirectory (const std::string &path) |
| bool | deleteDirectory (const std::string &path) |
| bool | fileExists (const std::string &name) |
| template<typename T > | |
| void | saveVector1D (const std::string &filePath, const std::vector< T > &vec) |
| template<typename T > | |
| void | readVector1D (const std::string &filePath, std::vector< T > &vec) |
| template<typename T > | |
| void | saveVector3D (const std::string &filePath, const std::vector< std::vector< std::vector< T > > > &vec) |
| template<typename T > | |
| void | readVector3D (const std::string &filePath, std::vector< std::vector< std::vector< T > > > &vec) |
| bool createDirectory | ( | const std::string & | path | ) |
Definition at line 37 of file filesIO.hh.
Here is the caller graph for this function:| bool deleteDirectory | ( | const std::string & | path | ) |
Definition at line 42 of file filesIO.hh.
| bool directoryExists | ( | const std::string & | path | ) |
Definition at line 31 of file filesIO.hh.
Here is the caller graph for this function:| bool fileExists | ( | const std::string & | name | ) |
Definition at line 48 of file filesIO.hh.
Here is the caller graph for this function:| void readVector1D | ( | const std::string & | filePath, |
| std::vector< T > & | vec ) |
Definition at line 67 of file filesIO.hh.
Here is the caller graph for this function:| void readVector3D | ( | const std::string & | filePath, |
| std::vector< std::vector< std::vector< T > > > & | vec ) |
Definition at line 102 of file filesIO.hh.
| void saveVector1D | ( | const std::string & | filePath, |
| const std::vector< T > & | vec ) |
Definition at line 55 of file filesIO.hh.
Here is the caller graph for this function:| void saveVector3D | ( | const std::string & | filePath, |
| const std::vector< std::vector< std::vector< T > > > & | vec ) |
Definition at line 80 of file filesIO.hh.