Blender
V3.3
intern
cycles
util
algorithm.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: Apache-2.0
2
* Copyright 2011-2022 Blender Foundation */
3
4
#ifndef __UTIL_ALGORITHM_H__
5
#define __UTIL_ALGORITHM_H__
6
7
#include <algorithm>
8
9
CCL_NAMESPACE_BEGIN
10
11
using
std::remove
;
12
using
std::sort
;
13
using
std::stable_sort;
14
using
std::swap
;
15
16
CCL_NAMESPACE_END
17
18
#endif
/* __UTIL_ALGORITHM_H__ */
swap
void swap(T &a, T &b)
Definition:
Common.h:19
sort
void sort(btMatrix3x3 &U, btVector3 &sigma, btMatrix3x3 &V, int t)
Helper function of 3X3 SVD for sorting singular values.
Definition:
btImplicitQRSVD.h:668
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition:
cuda/compat.h:9
CCL_NAMESPACE_BEGIN
Definition:
python.cpp:37
blender::bke::attribute_accessor_functions::remove
bool remove(void *owner, const AttributeIDRef &attribute_id)
Definition:
attribute_access_intern.hh:432
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1