Create from a single string
parent
86173b66af
commit
3464c6a36f
|
@ -24,6 +24,13 @@ namespace gtsam {
|
||||||
Ordering() {
|
Ordering() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create from a single string
|
||||||
|
*/
|
||||||
|
Ordering(std::string key) {
|
||||||
|
push_back(key);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Copy constructor from string vector
|
* Copy constructor from string vector
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue