1#ifndef AUBO_SCOPE_VARIABLE_FACTORY_H
2#define AUBO_SCOPE_VARIABLE_FACTORY_H
73 ExpressionPtr initialValue);
95 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)
\chinese
FeatureVariablePtr createFeatureVariable(const std::string &suggested_name, const std::vector< double > &pose)
\chinese
VariableFactory(VariableFactory &f)
GlobalVariablePtr createGlobalVariable(const std::string &suggested_name, ExpressionPtr initialValue)
\chinese
VariableFactory(VariableFactory &&f)