Typedef lvr2::BaseHandle
Defined in File BaseHandle.hpp
Typedef Documentation
-
using lvr2::BaseHandle = pmp::Handle
Interface for all kinds of handles. Handles are basically a key to refer to something.
From this class, a few concrete handle types (such as FaceHandle) will be derived.
Internally, the handle is just an index. How those indices are used is determined by the thing creating handles (e.g. the mesh implementation).