Added functions to copy all properties between entities. (Thanks to Duncan Paterson for the patch)
refs #990 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@675 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -106,6 +106,9 @@ public: // synchronized array interface
|
||||
/// Let two elements swap their storage place.
|
||||
virtual void swap(size_t _i0, size_t _i1) = 0;
|
||||
|
||||
/// Copy one element to another
|
||||
virtual void copy(size_t _io, size_t _i1) = 0;
|
||||
|
||||
/// Return a deep copy of self.
|
||||
virtual BaseProperty* clone () const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user