OSG::AttachmentContainer Class Reference

#include <OSGAttachmentContainer.h>

Inheritance diagram for OSG::AttachmentContainer:

OSG::FieldContainer OSG::ReflexiveContainer OSG::BackgroundBase OSG::CameraBase OSG::ForegroundBase OSG::FrameBufferAttachmentBase OSG::FrameBufferObjectBase OSG::ImageBase OSG::ImageComposerBase OSG::LightEngineBase OSG::MaterialBase OSG::Node OSG::NodeCore OSG::ShaderParameterBase OSG::ViewportBase OSG::WindowBase List of all members.

dcast



typedef FieldContainer Inherited
typedef Inherited::TypeObject TypeObject
typedef AttachmentContainer Self
typedef FieldContainerAttachment AttachmentObj
typedef FieldContainerAttachmentPtr AttachmentObjPtr
typedef SFFieldContainerAttachmentPtrMap SFAttachmentObjPtrMap
typedef SFAttachmentObjPtrMap::StoredType AttachmentObjPtrMap
typedef AttachmentObjPtrMap::iterator AttachmentObjPtrMapIt
 OSG_GEN_INTERNALPTR (AttachmentContainer)

Type information



static TypeObject _type
static void classDescInserter (TypeObject &oType)
static Char8 * getClassname (void)

Type definitions



 OSG_GEN_INTERNALPTR (FieldContainer)
 OSG_RC_FIRST_FIELD_DECL (ChangedCallbacks)
 OSG_RC_LAST_FIELD_DECL (ChangedCallbacks)
static const bool isNodeCore = false

Public Types

Type definitions


typedef TypeObject::InitPhase InitPhase
typedef Field *(ReflexiveContainer::*) FieldEditMethod (void)
typedef const Field *(ReflexiveContainer::*) FieldGetMethod (void) const

Public Member Functions

Constructors


 OSG_RC_FIRST_FIELD_DECL (Attachments)
 OSG_RC_LAST_FIELD_DECL (Attachments)
Get


virtual UInt32 getBinSize (ConstFieldMaskArg whichField)
virtual void copyToBin (BinaryDataHandler &pMem, ConstFieldMaskArg whichField)
virtual void copyFromBin (BinaryDataHandler &pMem, ConstFieldMaskArg whichField)
Set


void addAttachment (const AttachmentObjPtr attachmentP, UInt16 binding=0)
void subAttachment (const AttachmentObjPtr attachmentP, UInt16 binding=0)
AttachmentObjPtr findAttachment (UInt32 groupId, UInt16 binding=0)
AttachmentObjPtr findAttachment (const FieldContainerType &type, UInt16 binding=0)
your_category


const SFAttachmentObjPtrMapgetSFAttachments (void) const
Dump


virtual void dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const
General Fieldcontainer Declaration


virtual OSG_SYSTEM_DLLMAPPING
TypeObject
getType (void)
virtual OSG_SYSTEM_DLLMAPPING
const TypeObject
getType (void) const
Get


virtual ObjPtr shallowCopy (void) const=0
Set


virtual void changed (ConstFieldMaskArg whichField, UInt32 origin, BitVector details)
void callChangedFunctors (ConstFieldMaskArg whichField)
Container Access


UInt32 addChangedFunctor (ChangedFunctor func, std::string createSymbol)
template<class FunctorT>
void subChangedFunctor (FunctorT func)
void subChangedFunctor (UInt32 uiId)
void clearChangedFunctors (void)
Field Flags


const FieldFlagsgetFieldFlags (void)
Helper


OSG_SYSTEM_DLLMAPPING void addReference (void)
OSG_SYSTEM_DLLMAPPING void subReference (void)
OSG_SYSTEM_DLLMAPPING void subReferenceLocalVar (void)
OSG_SYSTEM_DLLMAPPING Int32 getRefCount (void) const
Comparison


virtual OSG_SYSTEM_DLLMAPPING
void 
invalidateVolume (void)
dcast


OSG_SYSTEM_DLLMAPPING UInt32 getTypeId (void) const
OSG_SYSTEM_DLLMAPPING UInt16 getGroupId (void) const
OSG_SYSTEM_DLLMAPPING const
Char8 * 
getTypeName (void) const
General Fieldcontainer Declaration


virtual UInt32 getContainerSize (void) const=0
Get Field


OSG_SYSTEM_DLLMAPPING UInt32 getNumFields (void) const
OSG_SYSTEM_DLLMAPPING EditFieldHandlePtr editField (UInt32 fieldId)
OSG_SYSTEM_DLLMAPPING EditFieldHandlePtr editField (const Char8 *fieldName)
OSG_SYSTEM_DLLMAPPING GetFieldHandlePtr getField (UInt32 fieldId) const
OSG_SYSTEM_DLLMAPPING GetFieldHandlePtr getField (const Char8 *fieldName) const
Get Field Description


OSG_SYSTEM_DLLMAPPING FieldDescriptionBasegetFieldDescription (UInt32 fieldId)
OSG_SYSTEM_DLLMAPPING FieldDescriptionBasegetFieldDescription (const Char8 *fieldName)
Comparison


OSG_SYSTEM_DLLMAPPING EditFieldHandlePtr invalidEditField (void)
OSG_SYSTEM_DLLMAPPING GetFieldHandlePtr invalidGetField (void) const

Static Public Member Functions

Get Class Type Information


static OSG_SYSTEM_DLLMAPPING
TypeObject
getClassType (void)
static OSG_SYSTEM_DLLMAPPING
UInt32 
getClassTypeId (void)
static OSG_SYSTEM_DLLMAPPING
UInt16 
getClassGroupId (void)

Public Attributes

General Fieldcontainer Declaration


 OSG_ABSTR_FIELD_CONTAINER_DECL

Static Public Attributes

Constants


static const UInt32 NextFieldId = 1
static const BitVector NextFieldMask = 0x01

Protected Member Functions

Member


 AttachmentContainer (void)
 AttachmentContainer (const AttachmentContainer &source)
virtual ~AttachmentContainer (void)
MT Destruction


virtual void resolveLinks (void)
Sync


EditFieldHandlePtr editHandleAttachments (void)
GetFieldHandlePtr getHandleAttachments (void) const
Edit


OSG_SYSTEM_DLLMAPPING void subReferenceUnresolved (void)
MT Construction


OSG_SYSTEM_DLLMAPPING void onCreateAspect (const FieldContainer *createAspect, const FieldContainer *source=NULL)
OSG_SYSTEM_DLLMAPPING void onCreate (const FieldContainer *source=NULL)
virtual OSG_SYSTEM_DLLMAPPING
void 
onDestroy (UInt32 uiContainerId)
Changed


OSG_SYSTEM_DLLMAPPING void onCreate (const ReflexiveContainer *source=NULL)
virtual OSG_SYSTEM_DLLMAPPING
void 
onDestroyAspect (UInt32 uiContainerId, UInt32 uiAspect)
MT Construction


virtual OSG_SYSTEM_DLLMAPPING
bool 
deregister (UInt32 uiContainerId)
MT Construction


OSG_SYSTEM_DLLMAPPING void registerChangedContainer (void)
virtual OSG_SYSTEM_DLLMAPPING
void 
registerChangedContainerV (void)
Local Edit


void editSField (ConstFieldMaskArg whichField)
template<class FieldT>
void editMField (ConstFieldMaskArg whichField, FieldT &oField)
MT Destruction


void execEndEdit (ConstFieldMaskArg whichField)
void clearChangeEntry (ContainerChangeEntry *pRef)
Edit


OSG_SYSTEM_DLLMAPPING void setId (UInt32 uiContainerId)
OSG_SYSTEM_DLLMAPPING UInt32 getId (void) const

Static Protected Member Functions

Fields


static void classDescInserter (TypeObject &oType)
MT Construction


template<class ObjectT>
static void newPtr (typename ObjectT::ObjPtr &result, const ObjectT *prototypeP)
template<class ObjectT>
static void newPtr (typename ObjectT::ObjPtr &result)
Init


static void initMethod (InitPhase ePhase)

Protected Attributes

Fields


SFAttachmentObjPtrMap _sfAttachments
Type information


FieldFlags_pFieldFlags
MFChangedFunctorCallback _mfChangedFunctors
Int32 _iRefCount
Member


BitVector _bvChanged
ContainerChangeEntry_pContainerChanges
UInt32 _uiContainerId

Private Member Functions

void operator= (const AttachmentContainer &source)
 prohibit default function (move to 'public' if needed)

Detailed Description

An AttachmentContainer is a field container that can store attachments to other FieldContainers.

Definition at line 56 of file OSGAttachmentContainer.h.


Member Typedef Documentation

Reimplemented from OSG::FieldContainer.

Reimplemented in OSG::MoveManipulator, OSG::ManipulatorBase, OSG::ScaleManipulator, OSG::RotateManipulatorBase, OSG::MoveManipulatorBase, OSG::Manipulator, OSG::ScaleManipulatorBase, OSG::RotateManipulator, OSG::ShaderParameterInt, OSG::ShaderParameterMatrixBase, OSG::ShaderParameterMReal, OSG::ShaderParameterVec2fBase, OSG::ShaderParameterMInt, OSG::ShaderParameterMVec4fBase, OSG::ShaderParameterMVec3f, OSG::ShaderParameterIntBase, OSG::ShaderParameterMRealBase, OSG::ShaderParameterBool, OSG::ShaderParameterMIntBase, OSG::ShaderParameterVec4f, OSG::ShaderParameterMVec3fBase, OSG::ShaderParameter, OSG::ShaderParameterMVec2f, OSG::ShaderParameterBoolBase, OSG::ShaderParameterVec4fBase, OSG::ShaderParameterString, OSG::ShaderParameterVec3f, OSG::ShaderParameterBase, OSG::ShaderParameterMVec2fBase, OSG::ShaderParameterMMatrix, OSG::ShaderParameterReal, OSG::ShaderParameterStringBase, OSG::ShaderParameterVec3fBase, OSG::ShaderParameterMatrix, OSG::ShaderParameterVec2f, OSG::ShaderParameterMMatrixBase, OSG::ShaderParameterRealBase, OSG::ShaderParameterMVec4f, OSG::SimpleShadowMapEngine, OSG::SimpleShadowMapEngineBase, OSG::ShadowMapEngineBase, OSG::ShadowMapEngine, OSG::ScreenLOD, OSG::ScreenLODBase, OSG::TextureBackgroundBase, OSG::PassiveBackgroundBase, OSG::DepthClearBackgroundBase, OSG::PolygonBackground, OSG::TextureGrabBackground, OSG::SkyBackground, OSG::PolygonBackgroundBase, OSG::TextureGrabBackgroundBase, OSG::GradientBackground, OSG::SkyBackgroundBase, OSG::SolidBackground, OSG::GradientBackgroundBase, OSG::TextureBackground, OSG::SolidBackgroundBase, OSG::PassiveBackground, OSG::DepthClearBackground, OSG::StereoBufferViewportBase, OSG::StereoBufferViewport, OSG::ColorBufferViewportBase, OSG::PassiveViewportBase, OSG::ColorBufferViewport, OSG::PassiveViewport, OSG::ProjectionCameraDecoratorBase, OSG::PerspectiveCameraBase, OSG::OrthographicCameraBase, OSG::OffCenterPerspectiveCamera, OSG::MatrixCameraDecorator, OSG::TileCameraDecorator, OSG::MatrixCamera, OSG::OffCenterPerspectiveCameraBase, OSG::TileCameraDecoratorBase, OSG::MatrixCameraBase, OSG::ShearedStereoCameraDecorator, OSG::MatrixCameraDecoratorBase, OSG::ShearedStereoCameraDecoratorBase, OSG::ProjectionCameraDecorator, OSG::PerspectiveCamera, OSG::OrthographicCamera, OSG::TextureGrabForegroundBase, OSG::FileGrabForegroundBase, OSG::GrabForegroundBase, OSG::ImageForegroundBase, OSG::PolygonForeground, OSG::TextureGrabForeground, OSG::FileGrabForeground, OSG::GrabForeground, OSG::PolygonForegroundBase, OSG::ImageForeground, OSG::GLUTWindowBase, OSG::Stage, OSG::AlgorithmStageBase, OSG::SimpleStageBase, OSG::StageBase, OSG::AlgorithmStage, OSG::SimpleStage, OSG::DirectionalLightBase, OSG::PointLight, OSG::DirectionalLight, OSG::SpotLightBase, OSG::PointLightBase, OSG::SpotLight, OSG::ComponentTransform, OSG::DistanceLODBase, OSG::VisitSubTree, OSG::Billboard, OSG::SwitchBase, OSG::InverseTransformBase, OSG::TransformBase, OSG::Inline, OSG::VisitSubTreeBase, OSG::BillboardBase, OSG::ComponentTransformBase, OSG::ProxyGroup, OSG::InlineBase, OSG::ProxyGroupBase, OSG::DistanceLOD, OSG::Switch, OSG::InverseTransform, OSG::Transform, OSG::MultiCore, OSG::MultiCoreBase, OSG::HDRStageBase, OSG::HDRStage, OSG::XWindowBase, OSG::XWindow, OSG::SimpleStatisticsForeground, OSG::SimpleStatisticsForegroundBase, OSG::MultiDisplayWindowBase, OSG::MultiDisplayWindow, OSG::ImageComposerBase, OSG::ImageComposer, OSG::ClusterWindowBase, OSG::ClusterWindow, OSG::SortFirstWindowBase, OSG::SortFirstWindow, OSG::BinarySwapComposerBase, OSG::ParallelComposerBase, OSG::SortLastWindow, OSG::SepiaComposerBase, OSG::PipelineComposer, OSG::BinarySwapComposer, OSG::SortLastWindowBase, OSG::ParallelComposer, OSG::PipelineComposerBase, OSG::SepiaComposer, OSG::BalancedMultiWindowBase, OSG::BalancedMultiWindow, OSG::LightEngineBase, OSG::GroupBase, OSG::MaterialGroupBase, OSG::Light, OSG::LightEnv, OSG::Group, OSG::LightEngine, OSG::LightBase, OSG::LightEnvBase, OSG::MaterialGroup, OSG::ChunkOverrideGroupBase, OSG::ChunkOverrideGroup, OSG::Drawable, OSG::MaterialDrawableBase, OSG::MaterialDrawable, OSG::DrawableBase, OSG::Image, OSG::ImageBase, OSG::Node, OSG::NodeCore, OSG::CameraDecorator, OSG::ForegroundBase, OSG::BackgroundBase, OSG::Viewport, OSG::CameraDecoratorBase, OSG::Camera, OSG::ViewportBase, OSG::CameraBase, OSG::PassiveWindow, OSG::Window, OSG::StereoCameraDecorator, OSG::PassiveWindowBase, OSG::WindowBase, OSG::StereoCameraDecoratorBase, OSG::Foreground, OSG::Background, OSG::FrameBufferAttachmentBase, OSG::TextureBuffer, OSG::FBOViewport, OSG::RenderBuffer, OSG::FrameBufferObject, OSG::TextureBufferBase, OSG::FrameBufferAttachment, OSG::FBOViewportBase, OSG::RenderBufferBase, OSG::FrameBufferObjectBase, OSG::StatisticsForegroundBase, OSG::StatisticsForeground, OSG::SimpleTexturedMaterialBase, OSG::SimpleTexturedMaterial, OSG::SimpleMaterialBase, OSG::SimpleMaterial, OSG::ChunkMaterialBase, OSG::MultiPassMaterial, OSG::Material, OSG::SwitchMaterial, OSG::ChunkMaterial, OSG::MaterialBase, OSG::MultiPassMaterialBase, OSG::SwitchMaterialBase, OSG::TiledQuadTreeTerrain, OSG::QuadTreeTerrainBase, OSG::QuadTreeTerrain, OSG::TiledQuadTreeTerrainBase, OSG::ParticlesBase, OSG::Particles, OSG::GeometryBase, OSG::Geometry, OSG::StageHandlerMixin< ContainerMixinHead< ShadowMapEngineDesc > >, OSG::StageHandlerMixin< ContainerMixinHead< StageDesc > >, OSG::ContainerMixinHead< ShadowMapEngineDesc >, and OSG::ContainerMixinHead< StageDesc >.

Definition at line 66 of file OSGAttachmentContainer.h.

Reimplemented from OSG::FieldContainer.

Reimplemented in OSG::ManipulatorBase, OSG::RotateManipulatorBase, OSG::MoveManipulatorBase, OSG::ScaleManipulatorBase, OSG::ShaderParameterMatrixBase, OSG::ShaderParameterVec2fBase, OSG::ShaderParameterMVec4fBase, OSG::ShaderParameterIntBase, OSG::ShaderParameterMRealBase, OSG::ShaderParameterMIntBase, OSG::ShaderParameterMVec3fBase, OSG::ShaderParameterBoolBase, OSG::ShaderParameterVec4fBase, OSG::ShaderParameterBase, OSG::ShaderParameterMVec2fBase, OSG::ShaderParameterStringBase, OSG::ShaderParameterVec3fBase, OSG::ShaderParameterMMatrixBase, OSG::ShaderParameterRealBase, OSG::SimpleShadowMapEngineBase, OSG::ShadowMapEngineBase, OSG::ScreenLODBase, OSG::TextureBackgroundBase, OSG::PassiveBackgroundBase, OSG::DepthClearBackgroundBase, OSG::PolygonBackgroundBase, OSG::TextureGrabBackgroundBase, OSG::SkyBackgroundBase, OSG::GradientBackgroundBase, OSG::SolidBackgroundBase, OSG::StereoBufferViewportBase, OSG::ColorBufferViewportBase, OSG::PassiveViewportBase, OSG::ProjectionCameraDecoratorBase, OSG::PerspectiveCameraBase, OSG::OrthographicCameraBase, OSG::OffCenterPerspectiveCameraBase, OSG::TileCameraDecoratorBase, OSG::MatrixCameraBase, OSG::MatrixCameraDecoratorBase, OSG::ShearedStereoCameraDecoratorBase, OSG::TextureGrabForegroundBase, OSG::FileGrabForegroundBase, OSG::GrabForegroundBase, OSG::ImageForegroundBase, OSG::PolygonForegroundBase, OSG::GLUTWindowBase, OSG::AlgorithmStageBase, OSG::SimpleStageBase, OSG::StageBase, OSG::DirectionalLightBase, OSG::SpotLightBase, OSG::PointLightBase, OSG::DistanceLODBase, OSG::SwitchBase, OSG::InverseTransformBase, OSG::TransformBase, OSG::VisitSubTreeBase, OSG::BillboardBase, OSG::ComponentTransformBase, OSG::InlineBase, OSG::ProxyGroupBase, OSG::MultiCoreBase, OSG::HDRStageBase, OSG::XWindowBase, OSG::SimpleStatisticsForegroundBase, OSG::MultiDisplayWindowBase, OSG::ImageComposerBase, OSG::ClusterWindowBase, OSG::SortFirstWindowBase, OSG::BinarySwapComposerBase, OSG::ParallelComposerBase, OSG::SepiaComposerBase, OSG::SortLastWindowBase, OSG::PipelineComposerBase, OSG::BalancedMultiWindowBase, OSG::LightEngineBase, OSG::GroupBase, OSG::MaterialGroupBase, OSG::LightBase, OSG::LightEnvBase, OSG::ChunkOverrideGroupBase, OSG::MaterialDrawableBase, OSG::DrawableBase, OSG::ImageBase, OSG::Node, OSG::NodeCore, OSG::ForegroundBase, OSG::BackgroundBase, OSG::CameraDecoratorBase, OSG::ViewportBase, OSG::CameraBase, OSG::PassiveWindowBase, OSG::WindowBase, OSG::StereoCameraDecoratorBase, OSG::FrameBufferAttachmentBase, OSG::TextureBufferBase, OSG::FBOViewportBase, OSG::RenderBufferBase, OSG::FrameBufferObjectBase, OSG::StatisticsForegroundBase, OSG::SimpleTexturedMaterialBase, OSG::SimpleMaterialBase, OSG::ChunkMaterialBase, OSG::MaterialBase, OSG::MultiPassMaterialBase, OSG::SwitchMaterialBase, OSG::QuadTreeTerrainBase, OSG::TiledQuadTreeTerrainBase, OSG::ParticlesBase, OSG::GeometryBase, OSG::StageHandlerMixin< ContainerMixinHead< ShadowMapEngineDesc > >, OSG::StageHandlerMixin< ContainerMixinHead< StageDesc > >, OSG::ContainerMixinHead< ShadowMapEngineDesc >, and OSG::ContainerMixinHead< StageDesc >.

Definition at line 67 of file OSGAttachmentContainer.h.

Definition at line 70 of file OSGAttachmentContainer.h.

typedef FieldContainerAttachmentPtr OSG::AttachmentContainer::AttachmentObjPtr

Definition at line 71 of file OSGAttachmentContainer.h.

typedef SFFieldContainerAttachmentPtrMap OSG::AttachmentContainer::SFAttachmentObjPtrMap

Definition at line 72 of file OSGAttachmentContainer.h.

typedef SFAttachmentObjPtrMap::StoredType OSG::AttachmentContainer::AttachmentObjPtrMap

Definition at line 74 of file OSGAttachmentContainer.h.

typedef AttachmentObjPtrMap::iterator OSG::AttachmentContainer::AttachmentObjPtrMapIt

Definition at line 75 of file OSGAttachmentContainer.h.

Reimplemented in OSG::ManipulatorBase, OSG::RotateManipulatorBase, OSG::MoveManipulatorBase, OSG::ScaleManipulatorBase, OSG::LineChunkBase, OSG::TwoSidedLightingChunkBase, OSG::PointChunkBase, OSG::PolygonChunkBase, OSG::ColorMaskChunkBase, OSG::CubeTextureObjChunkBase, OSG::TextureTransformChunkBase, OSG::StencilChunkBase, OSG::DepthChunkBase, OSG::ClipPlaneChunkBase, OSG::TransformChunkBase, OSG::ShaderChunkBase, OSG::ShaderParameterChunkBase, OSG::SHLChunkBase, OSG::SHLParameterChunkBase, OSG::ShaderParameterMatrixBase, OSG::ShaderParameterVec2fBase, OSG::ShaderParameterMVec4fBase, OSG::ShaderParameterIntBase, OSG::ShaderParameterMRealBase, OSG::ShaderParameterMIntBase, OSG::ShaderParameterMVec3fBase, OSG::ShaderParameterBoolBase, OSG::ShaderParameterVec4fBase, OSG::ShaderParameterBase, OSG::ShaderParameterMVec2fBase, OSG::ShaderParameterStringBase, OSG::ShaderParameterVec3fBase, OSG::ShaderParameterMMatrixBase, OSG::ShaderParameterRealBase, OSG::TextureSelectChunkBase, OSG::TextureObjRefChunkBase, OSG::RegisterCombinersChunkBase, OSG::VertexProgramChunkBase, OSG::ProgramChunkBase, OSG::FragmentProgramChunkBase, OSG::SimpleShadowMapEngineDataBase, OSG::SimpleShadowMapEngineBase, OSG::ShadowMapEngineBase, OSG::ScreenLODBase, OSG::TextureBackgroundBase, OSG::PassiveBackgroundBase, OSG::DepthClearBackgroundBase, OSG::PolygonBackgroundBase, OSG::TextureGrabBackgroundBase, OSG::SkyBackgroundBase, OSG::GradientBackgroundBase, OSG::SolidBackgroundBase, OSG::StereoBufferViewportBase, OSG::ColorBufferViewportBase, OSG::PassiveViewportBase, OSG::ProjectionCameraDecoratorBase, OSG::PerspectiveCameraBase, OSG::OrthographicCameraBase, OSG::OffCenterPerspectiveCameraBase, OSG::TileCameraDecoratorBase, OSG::MatrixCameraBase, OSG::MatrixCameraDecoratorBase, OSG::ShearedStereoCameraDecoratorBase, OSG::TextureGrabForegroundBase, OSG::FileGrabForegroundBase, OSG::GrabForegroundBase, OSG::ImageForegroundBase, OSG::PolygonForegroundBase, OSG::GLUTWindowBase, OSG::AlgorithmBase, OSG::AlgorithmStageBase, OSG::SimpleStageBase, OSG::StageDataBase, OSG::StageBase, OSG::DirectionalLightBase, OSG::SpotLightBase, OSG::PointLightBase, OSG::DistanceLODBase, OSG::SwitchBase, OSG::InverseTransformBase, OSG::TransformBase, OSG::VisitSubTreeBase, OSG::BillboardBase, OSG::ComponentTransformBase, OSG::InlineBase, OSG::ProxyGroupBase, OSG::MultiCoreBase, OSG::HDRStageDataBase, OSG::HDRStageBase, OSG::XWindowBase, OSG::SimpleStatisticsForegroundBase, OSG::MultiDisplayWindowBase, OSG::ImageComposerBase, OSG::ClusterWindowBase, OSG::SortFirstWindowBase, OSG::BinarySwapComposerBase, OSG::ParallelComposerBase, OSG::SepiaComposerBase, OSG::SortLastWindowBase, OSG::PipelineComposerBase, OSG::BalancedMultiWindowBase, OSG::TexGenChunkBase, OSG::MaterialChunkBase, OSG::TextureEnvChunkBase, OSG::LightChunkBase, OSG::StateChunkBase, OSG::StateBase, OSG::TextureBaseChunkBase, OSG::BlendChunkBase, OSG::TextureObjChunkBase, OSG::LightEngineBase, OSG::GroupBase, OSG::MaterialGroupBase, OSG::LightBase, OSG::LightEnvBase, OSG::ChunkOverrideGroupBase, OSG::MaterialDrawableBase, OSG::DrawableBase, OSG::ImageBase, OSG::SimpleAttachment< AttachmentDescT >, OSG::StringAttributeMapBase, OSG::ContainerPoolBase, OSG::ForegroundBase, OSG::BackgroundBase, OSG::CameraDecoratorBase, OSG::ViewportBase, OSG::CameraBase, OSG::RenderOptionsBase, OSG::PassiveWindowBase, OSG::WindowBase, OSG::StereoCameraDecoratorBase, OSG::FrameBufferAttachmentBase, OSG::TextureBufferBase, OSG::FBOViewportBase, OSG::RenderBufferBase, OSG::FrameBufferObjectBase, OSG::CubeTextureChunkBase, OSG::TextureChunkBase, OSG::StatisticsForegroundBase, OSG::SimpleTexturedMaterialBase, OSG::SimpleMaterialBase, OSG::ChunkMaterialBase, OSG::MaterialBase, OSG::MultiPassMaterialBase, OSG::SwitchMaterialBase, OSG::QuadTreeTerrainBase, OSG::TiledQuadTreeTerrainBase, OSG::ParticlesBase, OSG::GeometryBase, OSG::GeoIntegralPropertyBase, OSG::TypedGeoIntegralProperty< GeoPropertyDesc >, OSG::GeoPropertyBase, OSG::GeoMultiPropertyDataBase, OSG::GeoMultiPropertyBase, OSG::GeoVectorPropertyBase, OSG::TypedGeoVectorProperty< GeoPropertyDesc >, OSG::GeoStatsAttachmentBase, and OSG::StatsAttachmentBase.

Definition at line 77 of file OSGReflexiveContainer.h.

typedef Field*(ReflexiveContainer::*) OSG::ReflexiveContainer::FieldEditMethod(void) [inherited]

Definition at line 79 of file OSGReflexiveContainer.h.

typedef const Field*(ReflexiveContainer::*) OSG::ReflexiveContainer::FieldGetMethod(void) const [inherited]

Definition at line 81 of file OSGReflexiveContainer.h.


Constructor & Destructor Documentation

OSG::AttachmentContainer::AttachmentContainer ( void   )  [protected]

Definition at line 89 of file OSGAttachmentContainer.cpp.

00089                                              :
00090      Inherited    (),
00091     _sfAttachments()
00092 {
00093 }

OSG::AttachmentContainer::AttachmentContainer ( const AttachmentContainer source  )  [protected]

Definition at line 95 of file OSGAttachmentContainer.cpp.

00095                                                                           :
00096      Inherited    (source               ),
00097     _sfAttachments(source._sfAttachments)
00098 {
00099 }
/*-------------------------------------------------------------------------*/

OSG::AttachmentContainer::~AttachmentContainer ( void   )  [protected, virtual]

Definition at line 103 of file OSGAttachmentContainer.cpp.

00104 {
00105 }


Member Function Documentation

OSG::AttachmentContainer::OSG_GEN_INTERNALPTR ( AttachmentContainer   ) 

OSG::AttachmentContainer::OSG_RC_FIRST_FIELD_DECL ( Attachments   ) 

OSG::AttachmentContainer::OSG_RC_LAST_FIELD_DECL ( Attachments   ) 

UInt32 OSG::AttachmentContainer::getBinSize ( ConstFieldMaskArg  whichField  )  [virtual]

Reimplemented from OSG::ReflexiveContainer.

Reimplemented in OSG::ManipulatorBase, OSG::RotateManipulatorBase, OSG::MoveManipulatorBase, OSG::ScaleManipulatorBase, OSG::ShaderParameterMatrixBase, OSG::ShaderParameterVec2fBase, OSG::ShaderParameterMVec4fBase, OSG::ShaderParameterIntBase, OSG::ShaderParameterMRealBase, OSG::ShaderParameterMIntBase, OSG::ShaderParameterMVec3fBase, OSG::ShaderParameterBoolBase, OSG::ShaderParameterVec4fBase, OSG::ShaderParameterBase, OSG::ShaderParameterMVec2fBase, OSG::ShaderParameterStringBase, OSG::ShaderParameterVec3fBase, OSG::ShaderParameterMMatrixBase, OSG::ShaderParameterRealBase, OSG::SimpleShadowMapEngineBase, OSG::ShadowMapEngineBase, OSG::ScreenLODBase, OSG::TextureBackgroundBase, OSG::PassiveBackgroundBase, OSG::DepthClearBackgroundBase, OSG::PolygonBackgroundBase, OSG::TextureGrabBackgroundBase, OSG::SkyBackgroundBase, OSG::GradientBackgroundBase, OSG::SolidBackgroundBase, OSG::StereoBufferViewportBase, OSG::ColorBufferViewportBase, OSG::PassiveViewportBase, OSG::ProjectionCameraDecoratorBase, OSG::PerspectiveCameraBase, OSG::OrthographicCameraBase, OSG::OffCenterPerspectiveCameraBase, OSG::TileCameraDecoratorBase, OSG::MatrixCameraBase, OSG::MatrixCameraDecoratorBase, OSG::ShearedStereoCameraDecoratorBase, OSG::TextureGrabForegroundBase, OSG::FileGrabForegroundBase, OSG::GrabForegroundBase, OSG::ImageForegroundBase, OSG::PolygonForegroundBase, OSG::GLUTWindowBase, OSG::AlgorithmStageBase, OSG::SimpleStageBase, OSG::StageBase, OSG::DirectionalLightBase, OSG::SpotLightBase, OSG::PointLightBase, OSG::DistanceLODBase, OSG::SwitchBase, OSG::InverseTransformBase, OSG::TransformBase, OSG::VisitSubTreeBase, OSG::BillboardBase, OSG::ComponentTransformBase, OSG::InlineBase, OSG::ProxyGroupBase, OSG::MultiCoreBase, OSG::HDRStageBase, OSG::XWindowBase,