Added getMesh property to PropertyManager.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@967 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -139,6 +139,8 @@ class PropertyManager {
|
||||
|
||||
const std::string &getName() const { return name_; }
|
||||
|
||||
MeshT &getMesh() const { return *mesh_; }
|
||||
|
||||
#if __cplusplus > 199711L or __GXX_EXPERIMENTAL_CXX0X__
|
||||
/**
|
||||
* Move constructor. Transfers ownership (delete responsibility).
|
||||
|
||||
Reference in New Issue
Block a user