#include <vector>
#include <utility>
#include <boost/optional.hpp>
#include <boost/shared_array.hpp>
#include "lvr2/util/BaseHandle.hpp"
#include "lvr2/geometry/Handles.hpp"
#include "lvr2/attrmaps/StableVector.tcc"
Go to the source code of this file.
Classes | |
class | lvr2::StableVector< HandleT, ElemT > |
A vector which guarantees stable indices and features O(1) deletion. More... | |
class | lvr2::StableVectorIterator< HandleT, ElemT > |
Iterator over handles in this vector, which skips deleted elements. More... | |
Namespaces | |
lvr2 | |