AuboCaps
0.6.0
Main Page
Namespaces
Classes
Files
File List
File Members
include
aubo_caps
domain
feature
feature_line.h
Go to the documentation of this file.
1
#ifndef AUBO_SCOPE_FEATURE_LINE_H
2
#define AUBO_SCOPE_FEATURE_LINE_H
3
4
#include <
aubo_caps/domain/feature/feature.h
>
5
#include <
aubo_caps/domain/feature/feature_point.h
>
6
7
namespace
arcs
{
8
namespace
aubo_scope {
9
10
ARCS_CLASS_FORWARD
(FeatureLine);
11
12
class
ARCS_ABI_EXPORT
FeatureLine
:
public
Feature
13
{
14
public
:
15
FeatureLine
(
FeatureLine
&f);
16
FeatureLine
(
FeatureLine
&&f);
17
virtual
~
FeatureLine
();
18
19
private
:
20
friend
class
DataSwitch;
21
FeatureLine
();
22
void
*d_{
nullptr
};
23
};
24
25
}
// namespace aubo_scope
26
}
// namespace arcs
27
28
#endif // AUBO_SCOPE_FEATURE_LINE_H
arcs::aubo_scope::FeatureLine
Definition:
feature_line.h:12
arcs::aubo_scope::ARCS_CLASS_FORWARD
ARCS_CLASS_FORWARD(GripForceCapability)
arcs::aubo_scope::Feature
This base interface represents all types of features available in AuboScope.
Definition:
feature.h:15
feature.h
feature_point.h
ARCS_ABI_EXPORT
#define ARCS_ABI_EXPORT
Definition:
class_forward.h:16
arcs
Definition:
contribution_provider.h:7
Generated by
1.8.11