1#ifndef AUBO_SCOPE_VARIABLE_FACTORY_H
2#define AUBO_SCOPE_VARIABLE_FACTORY_H
77 ExpressionPtr initialValue);
109 const std::vector<double> &pose);
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
GlobalVariablePtr createGlobalVariable(const std::string &suggested_name)
FeatureVariablePtr createFeatureVariable(const std::string &suggested_name, const std::vector< double > &pose)
VariableFactory(VariableFactory &f)
GlobalVariablePtr createGlobalVariable(const std::string &suggested_name, ExpressionPtr initialValue)
VariableFactory(VariableFactory &&f)