Skip to content
Snippets Groups Projects
Commit 5a0aab9e authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

Add getter for the security margin.

parent c4b09e8f
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,13 @@ namespace hpp {
/// \note set value to matrix [row, col] and matrix [col, row].
void securityMarginForPair(const size_type& row, const size_type& col,
const value_type& margin);
/// Accessor to the security margin.
const matrix_t& securityMargins() const
{
return securityMargins_;
}
/// Get direction of the path compare to the edge
/// \return true is reverse
virtual bool direction (const core::PathPtr_t& path) const;
......
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