cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
formats.hpp File Reference
Include dependency graph for formats.hpp:

Go to the source code of this file.

Namespaces

namespace  toolbox
 
namespace  toolbox::io
 < 用于列出目录下的文件/For listing files in a directory
 

Functions

template<typename T >
CPP_TOOLBOX_EXPORT std::unique_ptr< toolbox::types::point_cloud_t< T > > toolbox::io::read_point_cloud (const std::string &path)
 
template<typename T >
CPP_TOOLBOX_EXPORT bool toolbox::io::write_point_cloud (const std::string &path, const toolbox::types::point_cloud_t< T > &cloud)