AuboCaps
0.6.0
Main Page
Namespaces
Classes
Files
File List
File Members
include
aubo_caps
domain
feature
feature_plane.h
Go to the documentation of this file.
1
#ifndef AUBO_SCOPE_FEATURE_PLANE_H
2
#define AUBO_SCOPE_FEATURE_PLANE_H
3
4
#include <
aubo_caps/domain/feature/feature_point.h
>
5
6
namespace
arcs
{
7
namespace
aubo_scope {
8
ARCS_CLASS_FORWARD
(FeaturePlane);
9
10
class
ARCS_ABI_EXPORT
FeaturePlane
:
public
Feature
11
{
12
public
:
13
FeaturePlane
(
FeaturePlane
&f);
14
FeaturePlane
(
FeaturePlane
&&f);
15
virtual
~
FeaturePlane
();
16
17
private
:
18
friend
class
DataSwitch;
19
FeaturePlane
();
20
void
*d_{
nullptr
};
21
};
22
23
}
// namespace aubo_scope
24
}
// namespace arcs
25
26
#endif // AUBO_SCOPE_FEATURE_PLANE_H
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_point.h
ARCS_ABI_EXPORT
#define ARCS_ABI_EXPORT
Definition:
class_forward.h:16
arcs
Definition:
contribution_provider.h:7
arcs::aubo_scope::FeaturePlane
Definition:
feature_plane.h:10
Generated by
1.8.11