StdOverrides.h
Go to the documentation of this file.
1
#ifndef GfxTL__STDOVERRIDES_HEADER__
2
#define GfxTL__STDOVERRIDES_HEADER__
3
#include <algorithm>
4
#include <utility>
5
#ifndef _USE_MATH_DEFINES
6
#define _USE_MATH_DEFINES
7
#endif
8
#include <cmath>
9
10
namespace
GfxTL
11
{
12
13
using
std::swap
;
14
using
std::min
;
15
using
std::max
;
16
using
std::sqrt
;
17
18
};
19
20
#endif
GfxTL::sqrt
VectorXD< D, T > sqrt(const VectorXD< D, T > &a)
Definition:
VectorXD.h:662
armarx::armem::client::util::swap
void swap(SubscriptionHandle &first, SubscriptionHandle &second)
Definition:
SubscriptionHandle.cpp:66
max
T max(T t1, T t2)
Definition:
gdiam.h:48
GfxTL
Definition:
AABox.h:8
min
T min(T t1, T t2)
Definition:
gdiam.h:42
VisionX
components
pointcloud_processor
EfficientRANSACPrimitiveExtractor
EfficientRANSAC
GfxTL
StdOverrides.h
Generated on Sat Oct 12 2024 09:14:17 for armarx_documentation by
1.8.17