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::AAPlane
AAPlane()
Definition:
AAPlane.hpp:5
cxxopts::value
std::shared_ptr< Value > value()
Definition:
cxxopts.hpp:855
GfxTL::AAPlane::ScalarType
PointType::ScalarType ScalarType
Definition:
AAPlane.h:11
GfxTL
Definition:
AABox.h:9
GfxTL::AAPlane::PointType
PointT PointType
Definition:
AAPlane.h:10
GfxTL::AAPlane::Set
void Set(unsigned int axis, ScalarType value)
Definition:
AAPlane.hpp:21
VisionX
components
pointcloud_processor
EfficientRANSACPrimitiveExtractor
EfficientRANSAC
GfxTL
AAPlane.hpp
Generated on Sat Apr 12 2025 09:13:44 for armarx_documentation by
1.8.17