![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Parallel.h>#include <CPUInfo.h>#include <Logging.h>#include <cstdlib>#include <string>
Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::utility | |
Functions | |
| static std::string | cloudViewer::utility::GetEnvVar (const std::string &name) |
| int | cloudViewer::utility::EstimateMaxThreads () |
| Estimate the maximum number of threads to be used in a parallel region. More... | |
| bool | cloudViewer::utility::InParallel () |
| Returns true if in an parallel section. More... | |