Open3D (C++ API)
0.17.0
|
#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... | |