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:
Hans-Christian Ebke
2013-10-03 09:12:12 +00:00
parent 54b4781593
commit f134e74a88

View File

@@ -139,6 +139,8 @@ class PropertyManager {
const std::string &getName() const { return name_; } const std::string &getName() const { return name_; }
MeshT &getMesh() const { return *mesh_; }
#if __cplusplus > 199711L or __GXX_EXPERIMENTAL_CXX0X__ #if __cplusplus > 199711L or __GXX_EXPERIMENTAL_CXX0X__
/** /**
* Move constructor. Transfers ownership (delete responsibility). * Move constructor. Transfers ownership (delete responsibility).