A convinience class that inherits full functionality of osg::Group except the methods that allow direct scene modification such as addition and deletion of children. The protected methods are only allowed to be used within the inhereted classes, but not by the user, i.e. the direct scene modification is prohibited by API.
More...
#include <ProtectedGroup.h>
A convinience class that inherits full functionality of osg::Group except the methods that allow direct scene modification such as addition and deletion of children. The protected methods are only allowed to be used within the inhereted classes, but not by the user, i.e. the direct scene modification is prohibited by API.
§ ProtectedGroup()
osg::ProtectedGroup::ProtectedGroup |
( |
const ProtectedGroup & |
group, |
|
|
const osg::CopyOp & |
copyop = osg::CopyOp::SHALLOW_COPY |
|
) |
| |
|
inline |
- Parameters
-
group | is the copy group, |
copyop | is the copy method, e.g., deep or shallow (default). |
The documentation for this class was generated from the following file: