#include <OSGFieldContainerPtrImpl.h>
Public Member Functions | |
Constructors | |
| * | CPEditor (void) |
| CPEditor (const FieldContainerPtr fc, const BitVector mask=FieldBits::AllFields) | |
Destructor | |
| * | ~CPEditor () |
Private Attributes | |
| FieldContainerPtr | _fc |
| BitVector | _mask |
Definition at line 768 of file OSGFieldContainerPtrImpl.h.
|
|
Definition at line 1171 of file OSGFieldContainerPtrImpl.inl.
|
|
||||||||||||
|
Definition at line 1178 of file OSGFieldContainerPtrImpl.inl. References osg::beginEditCP(). 01178 : 01179 _fc (fc ), 01180 _mask(mask) 01181 { 01182 beginEditCP(fc, mask); 01183 }
|
|
|
Definition at line 1186 of file OSGFieldContainerPtrImpl.inl. References _fc, _mask, osg::endEditCP(), and osg::NullFC.
|
|
|
Definition at line 795 of file OSGFieldContainerPtrImpl.h. Referenced by ~CPEditor(). |
|
|
Definition at line 796 of file OSGFieldContainerPtrImpl.h. Referenced by ~CPEditor(). |
1.4.3