|
AuboStudio SDK
0.6.2
|
This interface represents the Base feature in AuboScope. More...
#include <base_feature.h>


Public Member Functions | |
| BaseFeature (BaseFeature &f) | |
| BaseFeature (BaseFeature &&f) | |
| virtual | ~BaseFeature () |
Public Member Functions inherited from arcs::aubo_scope::Feature | |
| Feature (Feature &f) | |
| Feature (Feature &&f) | |
| virtual | ~Feature () |
| std::string | getDisplayName () |
| Note: The feature can be renamed at any time. More... | |
| bool | isDefined () |
| Returns whether the position of the feature has been fully defined/specified. More... | |
| bool | isVariable () |
| Returns whether the feature can be used as a variable in the program. More... | |
| bool | isJoggable () |
| bool | isResolvable () |
| A feature cannot be guaranteed to be present in AuboScope. More... | |
| std::vector< double > | getPose () |
| Returns the Cartesian location of the feature. More... | |
| size_t | hashCode () |
Private Member Functions | |
| BaseFeature () | |
Private Attributes | |
| void * | d_ { nullptr } |
Friends | |
| class | DataSwitch |
Additional Inherited Members | |
Protected Member Functions inherited from arcs::aubo_scope::Feature | |
| Feature () | |
This interface represents the Base feature in AuboScope.
Definition at line 13 of file base_feature.h.
| arcs::aubo_scope::BaseFeature::BaseFeature | ( | BaseFeature & | f | ) |
| arcs::aubo_scope::BaseFeature::BaseFeature | ( | BaseFeature && | f | ) |
|
virtual |
|
private |
|
friend |
Definition at line 21 of file base_feature.h.
|
private |
Definition at line 23 of file base_feature.h.
1.8.11