AuboStudio SDK
0.6.3
feature_point.h
浏览该文件的文档.
1
#ifndef AUBO_SCOPE_FEATURE_POINT_H
2
#define AUBO_SCOPE_FEATURE_POINT_H
3
4
#include <
aubo_caps/domain/feature/feature.h
>
5
6
namespace
arcs
{
7
namespace
aubo_scope
{
8
ARCS_CLASS_FORWARD
(
FeaturePoint
);
9
10
/**
11
* This interface represents a Point feature in AuboScope
12
*/
13
class
ARCS_ABI_EXPORT
FeaturePoint
:
public
Feature
14
{
15
public
:
16
FeaturePoint
(
FeaturePoint
&f);
17
FeaturePoint
(
FeaturePoint
&&f);
18
virtual
~FeaturePoint
();
19
20
private
:
21
friend
class
DataSwitch
;
22
FeaturePoint
();
23
void
*
d_
{
nullptr
};
24
};
25
26
}
// namespace aubo_scope
27
}
// namespace arcs
28
29
#endif
// AUBO_SCOPE_FEATURE_POINT_H
ARCS_ABI_EXPORT
#define ARCS_ABI_EXPORT
定义
class_forward.h:16
ARCS_CLASS_FORWARD
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
定义
class_forward.h:68
arcs::aubo_scope::FeaturePoint
This interface represents a Point feature in AuboScope
定义
feature_point.h:14
arcs::aubo_scope::FeaturePoint::FeaturePoint
FeaturePoint(FeaturePoint &&f)
arcs::aubo_scope::FeaturePoint::d_
void * d_
定义
feature_point.h:23
arcs::aubo_scope::FeaturePoint::~FeaturePoint
virtual ~FeaturePoint()
arcs::aubo_scope::FeaturePoint::DataSwitch
friend class DataSwitch
定义
feature_point.h:21
arcs::aubo_scope::FeaturePoint::FeaturePoint
FeaturePoint()
arcs::aubo_scope::FeaturePoint::FeaturePoint
FeaturePoint(FeaturePoint &f)
arcs::aubo_scope::Feature::Feature
Feature(Feature &f)
feature.h
arcs::aubo_scope
定义
contribution_provider.h:8
arcs
定义
contribution_provider.h:7
include
aubo_caps
domain
feature
feature_point.h
制作者
1.16.1