Skip to content
Snippets Groups Projects
Commit a3d7efa2 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Joseph Mirabel
Browse files

[Doc] document some methods.

parent 3441fbd1
No related branches found
No related tags found
No related merge requests found
...@@ -113,8 +113,10 @@ namespace hpp { ...@@ -113,8 +113,10 @@ namespace hpp {
return hiddenNeighbors_; return hiddenNeighbors_;
} }
/// Set weight of edge starting from this state.
void updateWeight (const EdgePtr_t&edge, const Weight_t& w); void updateWeight (const EdgePtr_t&edge, const Weight_t& w);
/// Get weight of edge starting from this state.
Weight_t getWeight (const EdgePtr_t&edge); Weight_t getWeight (const EdgePtr_t&edge);
/// Constraint to project onto this state. /// Constraint to project onto this state.
......
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