Skip to content
Snippets Groups Projects
Commit 26d37b5e authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Add Graph::isShort

parent 6b528fd4
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,10 @@ namespace hpp {
isShort_ = isShort;
}
bool isShort () const {
return isShort_;
}
protected:
/// Initialization of the object.
void init (const EdgeWkPtr_t& weak, const GraphWkPtr_t& graph, const NodeWkPtr_t& from,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment