Skip to content
Snippets Groups Projects
Commit b69b6cee authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Add RobotNodeSet::size

parent 4ef3fe31
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,10 @@ namespace VirtualRobot
{
return robotNodes.end();
}
inline unsigned int size() const
{
return getSize();
}
RobotPtr getRobot();
......
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