Swap.h
Go to the documentation of this file.
1
#ifndef GfxTL__SWAP_HEADER__
2
#define GfxTL__SWAP_HEADER__
3
#include <algorithm>
4
5
namespace
GfxTL
6
{
7
8
template
<
class
ContainerT,
class
HandleT>
9
void
10
Swap
(HandleT
a
, HandleT b, ContainerT* container)
11
{
12
using namespace
std
;
13
swap
(container->at(
a
), container->at(b));
14
}
15
16
};
// namespace GfxTL
17
18
#endif
armarx::armem::client::util::swap
void swap(SubscriptionHandle &first, SubscriptionHandle &second)
Definition:
SubscriptionHandle.cpp:66
armarx::ctrlutil::a
double a(double t, double a0, double j)
Definition:
CtrlUtil.h:45
GfxTL
Definition:
AABox.h:9
std
Definition:
Application.h:66
GfxTL::Swap
void Swap(HandleT a, HandleT b, ContainerT *container)
Definition:
Swap.h:10
VisionX
components
pointcloud_processor
EfficientRANSACPrimitiveExtractor
EfficientRANSAC
GfxTL
Swap.h
Generated on Sat Apr 12 2025 09:13:44 for armarx_documentation by
1.8.17