ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Parallel.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include "CVCoreLib.h"
11 
12 namespace cloudViewer {
13 namespace utility {
14 
17 
20 
21 } // namespace utility
22 } // namespace cloudViewer
#define CV_CORE_LIB_API
Definition: CVCoreLibWin.h:15
bool InParallel()
Returns true if in an parallel section.
Definition: Parallel.cpp:48
int EstimateMaxThreads()
Estimate the maximum number of threads to be used in a parallel region.
Definition: Parallel.cpp:31
Generic file read and write utility for python interface.