1#ifndef AUBO_SCOPE_FEATURE_MODEL_H
2#define AUBO_SCOPE_FEATURE_MODEL_H
101 std::vector<FeaturePtr>
getFeatures(std::function<
bool(FeaturePtr)> filter);
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
FeatureModel Provides methods that returns features from the current robot installation.
FeaturePtr getByName(const std::string &name)
Returns a feature by name.
FeatureModel(FeatureModel &f)
std::vector< FeaturePtr > getFeatures(std::function< bool(FeaturePtr)> filter)
Returns features matching the given filter.
std::vector< FeaturePtr > getAll()
FeatureModel(FeatureModel &&f)
FeaturePtr getBaseFeature()
Returns the base feature of the current installation.
FeaturePtr getToolFeature()
Returns the tool feature of the current installation.
std::vector< FeaturePtr > getGeomFeture()
Returns the geometric features of the current installation.