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