Developer Documentation
|
Base class for all smart handle types. More...
#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Core/Mesh/SmartHandles.hh>
Public Member Functions | |
SmartBaseHandle (const PolyConnectivity *_mesh=nullptr) | |
const PolyConnectivity * | mesh () const |
Get the underlying mesh of this handle. | |
Private Attributes | |
const PolyConnectivity * | mesh_ |
Base class for all smart handle types.
Definition at line 63 of file SmartHandles.hh.