#include <OSGThread.h>
Inheritance diagram for osg::ThreadCommonBase:


Public Methods | |
Get | |
| ChangeList * | getChangeList (void) |
Static Public Attributes | |
| const UInt32 | InvalidAspect |
Protected Types | |
| typedef BaseThread | Inherited |
Protected Methods | |
Constructors | |
| ThreadCommonBase (void) | |
| ThreadCommonBase (const Char8 *szName, UInt32 uiId) | |
Destructor | |
| virtual | ~ThreadCommonBase (void) |
Set | |
| void | setAspect (UInt32 uiAspectId) |
| void | setChangeList (ChangeList *pChangeList) |
Protected Attributes | |
Member | |
| UInt32 | _uiAspectId |
| ChangeList * | _pChangeList |
Private Methods | |
| ThreadCommonBase (const ThreadCommonBase &source) | |
| prohibit default function (move to 'public' if needed) | |
| void | operator= (const ThreadCommonBase &source) |
| prohibit default function (move to 'public' if needed) | |
Friends | |
| class | ThreadManager |
|
|
Reimplemented from osg::BaseThread. Reimplemented in osg::SprocBase, osg::Thread, and osg::ExternalThread. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
prohibit default function (move to 'public' if needed)
|
|
|
|
|
|
|
|
|
|
|
|
prohibit default function (move to 'public' if needed)
|
|
|
Reimplemented from osg::BaseThread. Reimplemented in osg::SprocBase, osg::Thread, and osg::ExternalThread. |
|
|
Initial value: |
|
|
|
|
|
|
1.2.16