Skip to content
Snippets Groups Projects
Commit 94c7ea23 authored by Fabian Reister's avatar Fabian Reister
Browse files

arviz layer client: adding size() method

parent 9a472af9
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,11 @@ namespace armarx::viz
(add(std::forward<Ts>(elems)), ...);
}
std::size_t size() const noexcept
{
return data_.elements.size();
}
data::LayerUpdate data_;
};
......
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