|
Open3D (C++ API)
0.11.0
|
#include "open3d/utility/Helper.h"#include <algorithm>#include <cctype>#include <random>#include <unordered_set>#include <unistd.h>Namespaces | |
| open3d | |
| open3d::utility | |
Functions | |
| void | open3d::utility::SplitString (std::vector< std::string > &tokens, const std::string &str, const std::string &delimiters, bool trim_empty_str) |
| std::string & | open3d::utility::LeftStripString (std::string &str, const std::string &chars) |
| std::string & | open3d::utility::RightStripString (std::string &str, const std::string &chars) |
| std::string & | open3d::utility::StripString (std::string &str, const std::string &chars) |
| std::string | open3d::utility::ToLower (const std::string &s) |
| Convert string to the lower case. More... | |
| std::string | open3d::utility::ToUpper (const std::string &s) |
| Convert string to the upper case. More... | |
| size_t | open3d::utility::WordLength (const std::string &doc, size_t start_pos, const std::string &valid_chars) |
| void | open3d::utility::Sleep (int milliseconds) |
| int | open3d::utility::UniformRandInt (const int min, const int max) |
1.8.13