PDF
AuboStudio SDK  0.6.3
arcs::aubo_scope::Feature Class Reference

Feature This base interface represents all types of features available in AuboScope. More...

#include <feature.h>

Inheritance diagram for arcs::aubo_scope::Feature:

Public Member Functions

 Feature (Feature &f)
 Feature (Feature &&f)
virtual ~Feature ()
std::string getDisplayName ()
 Note: The feature can be renamed at any time.
bool isDefined ()
 Returns whether the position of the feature has been fully defined/specified.
bool isVariable ()
 Returns whether the feature can be used as a variable in the program.
bool isJoggable ()
bool isResolvable ()
 A feature cannot be guaranteed to be present in AuboScope.
std::vector< double > getPose ()
 Returns the Cartesian location of the feature.
size_t hashCode ()

Protected Member Functions

 Feature ()

Private Attributes

void * d_ { nullptr }

Friends

class DataSwitch

Detailed Description

Feature This base interface represents all types of features available in AuboScope.

Definition at line 22 of file feature.h.

Constructor & Destructor Documentation

◆ Feature() [1/3]

arcs::aubo_scope::Feature::Feature ( Feature & f)

References Feature().

Referenced by Feature(), and Feature().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Feature() [2/3]

arcs::aubo_scope::Feature::Feature ( Feature && f)

References Feature().

Here is the call graph for this function:

◆ ~Feature()

virtual arcs::aubo_scope::Feature::~Feature ( )
virtual

◆ Feature() [3/3]

arcs::aubo_scope::Feature::Feature ( )
protected

Member Function Documentation

◆ getDisplayName()

std::string arcs::aubo_scope::Feature::getDisplayName ( )

Note: The feature can be renamed at any time.

Returns
The name of the feature.

◆ getPose()

std::vector< double > arcs::aubo_scope::Feature::getPose ( )

Returns the Cartesian location of the feature.

Returns
A pose representing the Cartesian location of the feature.

◆ hashCode()

size_t arcs::aubo_scope::Feature::hashCode ( )

◆ isDefined()

bool arcs::aubo_scope::Feature::isDefined ( )

Returns whether the position of the feature has been fully defined/specified.

Returns
true if the feature is defined, false otherwise.

◆ isJoggable()

bool arcs::aubo_scope::Feature::isJoggable ( )

◆ isResolvable()

bool arcs::aubo_scope::Feature::isResolvable ( )

A feature cannot be guaranteed to be present in AuboScope.

The end user can load a different installation (not containing the feature) or the feature can be removed by the end user or the AuboCap that added the feature. This method can be used to determine, if the feature is present.

Returns
true if this feature is present in AuboScope, otherwise false.

◆ isVariable()

bool arcs::aubo_scope::Feature::isVariable ( )

Returns whether the feature can be used as a variable in the program.

Returns
true if the feature is variable, false otherwise.

◆ DataSwitch

friend class DataSwitch
friend

Definition at line 108 of file feature.h.

References DataSwitch.

Referenced by DataSwitch.

Member Data Documentation

◆ d_

void* arcs::aubo_scope::Feature::d_ { nullptr }
private

Definition at line 109 of file feature.h.


The documentation for this class was generated from the following file: