Open3D (C++ API)
0.19.0
Loading...
Searching...
No Matches
cpp
open3d
utility
Parallel.h
Go to the documentation of this file.
1
// ----------------------------------------------------------------------------
2
// - Open3D: www.open3d.org -
3
// ----------------------------------------------------------------------------
4
// Copyright (c) 2018-2024 www.open3d.org
5
// SPDX-License-Identifier: MIT
6
// ----------------------------------------------------------------------------
7
8
#pragma once
9
10
namespace
open3d
{
11
namespace
utility {
12
14
int
EstimateMaxThreads
();
15
17
bool
InParallel
();
18
19
}
// namespace utility
20
}
// namespace open3d
open3d::utility::InParallel
bool InParallel()
Returns true if in an parallel section.
Definition
Parallel.cpp:48
open3d::utility::EstimateMaxThreads
int EstimateMaxThreads()
Estimate the maximum number of threads to be used in a parallel region.
Definition
Parallel.cpp:31
open3d
Definition
PinholeCameraIntrinsic.cpp:16
Generated by
1.9.8