AAPlane.hpp
Go to the documentation of this file.
1
2
namespace
GfxTL
3
{
4
template
<
class
Po
int
T>
5
AAPlane<PointT>::AAPlane
()
6
{
7
}
8
9
template
<
class
Po
int
T>
10
AAPlane<PointT>::AAPlane
(
unsigned
int
axis,
ScalarType
value) : _axis(axis), _value(value)
11
{
12
}
13
14
template
<
class
Po
int
T>
15
AAPlane<PointT>::AAPlane
(
unsigned
int
axis,
const
PointType
& p) : _axis(axis), _value(p[axis])
16
{
17
}
18
19
template
<
class
Po
int
T>
20
void
21
AAPlane<PointT>::Set
(
unsigned
int
axis,
ScalarType
value)
22
{
23
_axis = axis;
24
_value = value;
25
}
26
};
// namespace GfxTL
GfxTL::AAPlane::ScalarType
PointType::ScalarType ScalarType
Definition
AAPlane.h:11
GfxTL::AAPlane::Set
void Set(unsigned int axis, ScalarType value)
Definition
AAPlane.hpp:21
GfxTL::AAPlane::AAPlane
AAPlane()
Definition
AAPlane.hpp:5
GfxTL::AAPlane::PointType
PointT PointType
Definition
AAPlane.h:10
GfxTL
Definition
AABox.h:10
VisionX
components
pointcloud_processor
EfficientRANSACPrimitiveExtractor
EfficientRANSAC
GfxTL
AAPlane.hpp
Generated by
1.13.2