#include <OSGContainerMixinHead.h>
Public Types | |
| typedef DescT::ParentT | Inherited |
Public Attributes | |
dcast | |
| OSG_RC_NO_FIELD_DECL | |
Protected Types | |
Type information | |
| typedef DescT | Desc |
| typedef Desc::TypeObject | TypeObject |
Protected Member Functions | |
Member | |
| ContainerMixinHead (void) | |
| ContainerMixinHead (const ContainerMixinHead &source) | |
| ~ContainerMixinHead (void) | |
Static Protected Member Functions | |
Fields | |
| static void | classDescInserter (TypeObject &oType) |
Private Member Functions | |
| void | operator= (const ContainerMixinHead &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 53 of file OSGContainerMixinHead.h.
| typedef DescT::ParentT OSG::ContainerMixinHead< DescT >::Inherited |
Reimplemented in OSG::SimpleShadowMapEngine, OSG::SimpleShadowMapEngineBase, OSG::ShadowMapEngineBase, OSG::ShadowMapEngine, OSG::Stage, OSG::AlgorithmStageBase, OSG::SimpleStageBase, OSG::StageBase, OSG::AlgorithmStage, OSG::SimpleStage, OSG::HDRStageBase, OSG::HDRStage, OSG::StageHandlerMixin< ContainerMixinHead< ShadowMapEngineDesc > >, and OSG::StageHandlerMixin< ContainerMixinHead< StageDesc > >.
Definition at line 59 of file OSGContainerMixinHead.h.
typedef DescT OSG::ContainerMixinHead< DescT >::Desc [protected] |
Reimplemented in OSG::StageHandlerMixin< ContainerMixinHead< ShadowMapEngineDesc > >, and OSG::StageHandlerMixin< ContainerMixinHead< StageDesc > >.
Definition at line 141 of file OSGContainerMixinHead.h.
typedef Desc::TypeObject OSG::ContainerMixinHead< DescT >::TypeObject [protected] |
Reimplemented in OSG::SimpleShadowMapEngineBase, OSG::ShadowMapEngineBase, OSG::AlgorithmStageBase, OSG::SimpleStageBase, OSG::StageBase, OSG::HDRStageBase, OSG::StageHandlerMixin< ContainerMixinHead< ShadowMapEngineDesc > >, and OSG::StageHandlerMixin< ContainerMixinHead< StageDesc > >.
Definition at line 143 of file OSGContainerMixinHead.h.
| OSG::ContainerMixinHead< DescT >::ContainerMixinHead | ( | void | ) | [inline, protected] |
| OSG::ContainerMixinHead< DescT >::ContainerMixinHead | ( | const ContainerMixinHead< DescT > & | source | ) | [inline, protected] |
Definition at line 56 of file OSGContainerMixinHead.inl.
00057 : 00058 00059 Inherited(source) 00060 { 00061 }
| OSG::ContainerMixinHead< DescT >::~ContainerMixinHead | ( | void | ) | [inline, protected] |
| void OSG::ContainerMixinHead< DescT >::classDescInserter | ( | TypeObject & | oType | ) | [inline, static, protected] |
Reimplemented in OSG::StageBase, OSG::HDRStageBase, OSG::StageHandlerMixin< ContainerMixinHead< ShadowMapEngineDesc > >, and OSG::StageHandlerMixin< ContainerMixinHead< StageDesc > >.
Definition at line 42 of file OSGContainerMixinHead.inl.
| void OSG::ContainerMixinHead< DescT >::operator= | ( | const ContainerMixinHead< DescT > & | source | ) | [private] |
| OSG::ContainerMixinHead< DescT >::OSG_RC_NO_FIELD_DECL |
Definition at line 65 of file OSGContainerMixinHead.h.