Made typedef public
parent
964af8b21c
commit
54bb271e41
|
|
@ -165,10 +165,12 @@ namespace gtsam {
|
||||||
CliqueStats getStats() const;
|
CliqueStats getStats() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/** Map from keys to Clique */
|
||||||
|
typedef std::deque<sharedClique> Nodes;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
/** Map from keys to Clique */
|
/** Map from keys to Clique */
|
||||||
typedef std::deque<sharedClique> Nodes;
|
|
||||||
Nodes nodes_;
|
Nodes nodes_;
|
||||||
|
|
||||||
/** private helper method for saving the Tree to a text file in GraphViz format */
|
/** private helper method for saving the Tree to a text file in GraphViz format */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue