1#ifndef AUBO_SCOPE_FEATURE_MODEL_H
2#define AUBO_SCOPE_FEATURE_MODEL_H
51 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...
Provides methods that returns features from the current robot installation.
FeaturePtr getByName(const std::string &name)
FeatureModel(FeatureModel &f)
std::vector< FeaturePtr > getFeatures(std::function< bool(FeaturePtr)> filter)
std::vector< FeaturePtr > getAll()
FeatureModel(FeatureModel &&f)
FeaturePtr getBaseFeature()
FeaturePtr getToolFeature()
std::vector< FeaturePtr > getGeomFeture()