OSG::FieldFlags Struct Reference

#include <OSGBaseTypes.h>

List of all members.


Public Member Functions

 FieldFlags (void)
 FieldFlags (const FieldFlags &source)
 ~FieldFlags (void)

Public Attributes

BitVector _bSyncFlags
BitVector _bThreadLocalFlags
BitVector _bClusterLocalFlags

Detailed Description

Definition at line 673 of file OSGBaseTypes.h.


Constructor & Destructor Documentation

OSG::FieldFlags::FieldFlags ( void   )  [inline]

Definition at line 42 of file OSGBaseTypes.inl.

00042                            :
00043     _bSyncFlags        (0x0000),
00044     _bThreadLocalFlags (0x0000),
00045     _bClusterLocalFlags(0x0000)
00046 {    
00047 }

OSG::FieldFlags::FieldFlags ( const FieldFlags source  )  [inline]

Definition at line 50 of file OSGBaseTypes.inl.

00050                                                :
00051     _bSyncFlags        (source._bSyncFlags        ),
00052     _bThreadLocalFlags (source._bThreadLocalFlags ),
00053     _bClusterLocalFlags(source._bClusterLocalFlags)
00054 {
00055 }

OSG::FieldFlags::~FieldFlags ( void   )  [inline]

Definition at line 58 of file OSGBaseTypes.inl.

00059 {
00060 }


Member Data Documentation

Definition at line 675 of file OSGBaseTypes.h.

Referenced by OSG::FieldContainer::onCreateAspect().

Definition at line 676 of file OSGBaseTypes.h.

Referenced by OSG::FieldContainer::onCreateAspect().

Definition at line 677 of file OSGBaseTypes.h.

Referenced by OSG::FieldContainer::onCreateAspect().


The documentation for this struct was generated from the following files: