OnOff.h
Go to the documentation of this file.
1
#ifndef GfxTL__ONOFF_HEADER__
2
#define GfxTL__ONOFF_HEADER__
3
4
namespace
GfxTL
5
{
6
7
template
<
bool
T >
8
class
OnOff
{};
9
10
typedef
OnOff< true >
On
;
11
typedef
OnOff< false >
Off
;
12
typedef
OnOff< true >
Yes
;
13
typedef
OnOff< false >
No
;
14
15
};
16
17
#endif
GfxTL::On
OnOff< true > On
Definition:
OnOff.h:10
GfxTL::OnOff
Definition:
OnOff.h:8
GfxTL::No
OnOff< false > No
Definition:
OnOff.h:13
GfxTL
Definition:
AABox.h:8
GfxTL::Off
OnOff< false > Off
Definition:
OnOff.h:11
GfxTL::Yes
OnOff< true > Yes
Definition:
OnOff.h:12
VisionX
components
pointcloud_processor
EfficientRANSACPrimitiveExtractor
EfficientRANSAC
GfxTL
OnOff.h
Generated on Sat Oct 12 2024 09:14:17 for armarx_documentation by
1.8.17