Wrapped additional function
parent
4752c10e21
commit
ba6024e559
5
gtsam.h
5
gtsam.h
|
@ -875,7 +875,7 @@ class SymbolicMultifrontalSolver {
|
||||||
class VariableIndex {
|
class VariableIndex {
|
||||||
// Standard Constructors and Named Constructors
|
// Standard Constructors and Named Constructors
|
||||||
VariableIndex();
|
VariableIndex();
|
||||||
// FIXME: Handle templates somehow
|
// TODO: Templetize constructor when wrap supports it
|
||||||
//template<T = {gtsam::FactorGraph}>
|
//template<T = {gtsam::FactorGraph}>
|
||||||
//VariableIndex(const T& factorGraph, size_t nVariables);
|
//VariableIndex(const T& factorGraph, size_t nVariables);
|
||||||
//VariableIndex(const T& factorGraph);
|
//VariableIndex(const T& factorGraph);
|
||||||
|
@ -906,8 +906,9 @@ virtual class BayesTree {
|
||||||
BayesTree();
|
BayesTree();
|
||||||
|
|
||||||
//Standard Interface
|
//Standard Interface
|
||||||
//bool equals(const gtsam::BayesTree<CONDITIONAL, CLIQUE>& other, double tol) const;
|
bool equals(const This& other, double tol) const;
|
||||||
void print(string s);
|
void print(string s);
|
||||||
|
//size_t findParentClique(const gtsam::IndexVector& parents) const;
|
||||||
size_t size();
|
size_t size();
|
||||||
CLIQUE* root() const;
|
CLIQUE* root() const;
|
||||||
void clear();
|
void clear();
|
||||||
|
|
Loading…
Reference in New Issue