Added extra constructors

This commit is contained in:
Robert Osfield
2008-03-12 20:15:45 +00:00
parent db256b962c
commit 1b9cefa10f
5 changed files with 25 additions and 4 deletions

View File

@@ -26,6 +26,8 @@ class OSG_EXPORT Point : public StateAttribute
Point();
Point(float size);
/** Copy constructor using CopyOp to manage deep vs shallow copy.*/
Point(const Point& point,const CopyOp& copyop=CopyOp::SHALLOW_COPY):
StateAttribute(point,copyop),