|
Open3D (C++ API)
0.18.0+252c867
|
#include "open3d/utility/Parallel.h"#include <cstdlib>#include <string>#include "open3d/utility/CPUInfo.h"#include "open3d/utility/Logging.h"Namespaces | |
| open3d | |
| open3d::utility | |
Functions | |
| int | open3d::utility::EstimateMaxThreads () |
| Estimate the maximum number of threads to be used in a parallel region. More... | |
| bool | open3d::utility::InParallel () |
| Returns true if in an parallel section. More... | |