#include <OSGDVRShaderBase.h>
Inheritance diagram for osg::DVRShaderBase:

Sync | |
| *void | executeSyncImpl (DVRShaderBase *pOther, const BitVector &whichField) |
| virtual void | executeSync (FieldContainer &other, const BitVector &whichField) |
Public Types | |
| typedef DVRShaderPtr | Ptr |
| enum | { NextFieldId = 1 } |
Public Member Functions | |
Clone | |
| *virtual FieldContainerPtr | shallowCopy (void) const =0 |
Clone | |
| *virtual FieldContainerPtr | shallowCopy (void) const =0 |
FieldContainer Get | |
| *virtual FieldContainerType & | getType (void) |
| virtual const FieldContainerType & | getType (void) const |
| virtual UInt32 | getContainerSize (void) const |
Binary Access | |
| *virtual UInt32 | getBinSize (const BitVector &whichField) |
| virtual void | copyToBin (BinaryDataHandler &pMem, const BitVector &whichField) |
| virtual void | copyFromBin (BinaryDataHandler &pMem, const BitVector &whichField) |
Clone | |
| *virtual FieldContainerPtr | shallowCopy (void) const =0 |
Changed | |
| *virtual void | changed (BitVector whichField, UInt32 origin) |
Dump | |
| *virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const =0 |
Changed | |
| *virtual void | changed (BitVector whichField, UInt32 origin) |
Static Public Member Functions | |
Class Get | |
| *static FieldContainerType & | getClassType (void) |
| access the type of the class | |
| static UInt32 | getClassTypeId (void) |
| access the numerical type of the class | |
Static Public Attributes | |
| static const osg::BitVector | MTInfluenceMask |
| static const BitVector | NextFieldMask |
Protected Member Functions | |
Constructors | |
| * | DVRShaderBase (void) |
| DVRShaderBase (const DVRShaderBase &source) | |
Destructors | |
| *virtual | ~DVRShaderBase (void) |
Private Types | |
| typedef FieldContainer | Inherited |
Private Member Functions | |
| void | operator= (const DVRShaderBase &source) |
Static Private Attributes | |
| static FieldContainerType | _type |
Friends | |
| class | FieldContainer |
Definition at line 80 of file OSGDVRShaderBase.h.
|
|
Reimplemented in osg::DVRIsoShader, osg::DVRIsoShaderBase, osg::DVRMtexLUTShader, osg::DVRMtexLUTShaderBase, osg::DVRShader, osg::DVRSimpleLUTShader, osg::DVRSimpleLUTShaderBase, osg::DVRSimpleShader, and osg::DVRSimpleShaderBase. Definition at line 84 of file OSGDVRShaderBase.h. |
|
|
Reimplemented in osg::DVRIsoShaderBase, osg::DVRMtexLUTShaderBase, osg::DVRSimpleLUTShaderBase, and osg::DVRSimpleShaderBase. Definition at line 89 of file OSGDVRShaderBase.h. |
|
|
Definition at line 73 of file OSGFieldContainerImpl.h. 00073 { NextFieldId = 1 };
|
|
|
Definition at line 135 of file OSGDVRShaderBase.cpp. 00135 : 00136 Inherited() 00137 { 00138 }
|
|
|
Definition at line 144 of file OSGDVRShaderBase.cpp. 00144 : 00145 Inherited (source) 00146 { 00147 }
|
|
|
Definition at line 151 of file OSGDVRShaderBase.cpp.
|
|
|
Reimplemented from osg::FieldContainer. Reimplemented in osg::DVRIsoShaderBase, osg::DVRMtexLUTShaderBase, osg::DVRSimpleLUTShaderBase, and osg::DVRSimpleShaderBase. Definition at line 58 of file OSGDVRShaderBase.inl. References _type. 00059 { 00060 return _type; 00061 }
|
|
|
Reimplemented from osg::FieldContainer. Reimplemented in osg::DVRIsoShaderBase, osg::DVRMtexLUTShaderBase, osg::DVRSimpleLUTShaderBase, and osg::DVRSimpleShaderBase. Definition at line 65 of file OSGDVRShaderBase.inl. References _type, and osg::TypeBase::getId(). 00066 { 00067 return _type.getId(); 00068 }
|
|
|
Reimplemented from osg::FieldContainer. Reimplemented in osg::DVRIsoShaderBase, osg::DVRMtexLUTShaderBase, osg::DVRSimpleLUTShaderBase, and osg::DVRSimpleShaderBase. Definition at line 86 of file OSGDVRShaderBase.cpp. References _type. 00087 { 00088 return _type; 00089 }
|
|
|
Reimplemented from osg::FieldContainer. Reimplemented in osg::DVRIsoShaderBase, osg::DVRMtexLUTShaderBase, osg::DVRSimpleLUTShaderBase, and osg::DVRSimpleShaderBase. Definition at line 91 of file OSGDVRShaderBase.cpp. References _type. 00092 { 00093 return _type; 00094 }
|
|
|
Implements osg::FieldContainer. Reimplemented in osg::DVRIsoShaderBase, osg::DVRMtexLUTShaderBase, osg::DVRSimpleLUTShaderBase, and osg::DVRSimpleShaderBase. Definition at line 97 of file OSGDVRShaderBase.cpp. 00098 { 00099 return sizeof(DVRShader); 00100 }
|
|
|
Reimplemented from osg::FieldContainer. Reimplemented in osg::DVRIsoShaderBase, osg::DVRMtexLUTShaderBase, osg::DVRSimpleLUTShaderBase, and osg::DVRSimpleShaderBase. Definition at line 157 of file OSGDVRShaderBase.cpp. References osg::FieldContainer::getBinSize(). Referenced by osg::DVRSimpleShaderBase::getBinSize(), and osg::DVRIsoShaderBase::getBinSize(). 00158 { 00159 UInt32 returnValue = Inherited::getBinSize(whichField); 00160 00161 00162 return returnValue; 00163 }
|
|
||||||||||||
|
Reimplemented from osg::FieldContainer. Reimplemented in osg::DVRIsoShaderBase, osg::DVRMtexLUTShaderBase, osg::DVRSimpleLUTShaderBase, and osg::DVRSimpleShaderBase. Definition at line 165 of file OSGDVRShaderBase.cpp. References osg::FieldContainer::copyToBin(). Referenced by osg::DVRSimpleShaderBase::copyToBin(), and osg::DVRIsoShaderBase::copyToBin(). 00167 { 00168 Inherited::copyToBin(pMem, whichField); 00169 00170 00171 }
|
|
||||||||||||
|
Reimplemented from osg::FieldContainer. Reimplemented in osg::DVRIsoShaderBase, osg::DVRMtexLUTShaderBase, osg::DVRSimpleLUTShaderBase, and osg::DVRSimpleShaderBase. Definition at line 173 of file OSGDVRShaderBase.cpp. References osg::FieldContainer::copyFromBin(). Referenced by osg::DVRSimpleShaderBase::copyFromBin(), and osg::DVRIsoShaderBase::copyFromBin(). 00175 { 00176 Inherited::copyFromBin(pMem, whichField); 00177 00178 00179 }
|
|
||||||||||||
|
Definition at line 182 of file OSGDVRShaderBase.cpp. References osg::FieldContainer::executeSyncImpl(). Referenced by executeSync(), osg::DVRSimpleShaderBase::executeSyncImpl(), and osg::DVRIsoShaderBase::executeSyncImpl(). 00184 { 00185 00186 Inherited::executeSyncImpl(pOther, whichField); 00187 00188 00189 }
|
|
||||||||||||
|
Implements osg::FieldContainer. Reimplemented in osg::DVRIsoShaderBase, osg::DVRMtexLUTShaderBase, osg::DVRSimpleLUTShaderBase, and osg::DVRSimpleShaderBase. Definition at line 104 of file OSGDVRShaderBase.cpp. References executeSyncImpl(). 00106 { 00107 this->executeSyncImpl((DVRShaderBase *) &other, whichField); 00108 }
|
|
|
|
|
|
Definition at line 71 of file OSGFieldContainerImpl.inl. References osg::FieldContainer::_type, and osg::FieldContainerType::getGroupId(). 00072 { 00073 return _type.getGroupId(); 00074 }
|
|
|
Definition at line 77 of file OSGFieldContainerImpl.inl. References osg::TypeBase::getId(), and osg::FieldContainer::getType(). Referenced by osg::TextureChunk::changeFrom(), and osg::CubeTextureChunk::changeFrom(). 00078 { 00079 return getType().getId(); 00080 }
|
|
|
Definition at line 83 of file OSGFieldContainerImpl.inl. References osg::FieldContainerType::getGroupId(), and osg::FieldContainer::getType(). Referenced by osg::Image::setAttachmentField(). 00084 { 00085 return getType().getGroupId(); 00086 }
|
|
|
Definition at line 89 of file OSGFieldContainerImpl.inl. References osg::TypeBase::getCName(), and osg::FieldContainer::getType(). 00090 { 00091 return getType().getCName(); 00092 }
|
|
|
Definition at line 95 of file OSGFieldContainerImpl.inl. References osg::FieldDescription::getField(), osg::FieldContainerType::getFieldDescription(), and osg::FieldContainer::getType(). Referenced by osg::QFCItem::expand(), osg::VRMLShapeDesc::getFieldAndDesc(), osg::QFieldViewBase::getFieldPtr(), osg::QFieldEditorBase::getFieldPtr(), osg::getParentsField(), and osg::QFCItem::setup(). 00096 { 00097 const FieldDescription *desc = getType().getFieldDescription(fieldId); 00098 00099 return desc ? desc->getField(*this) : NULL; 00100 }
|
|
|
Definition at line 103 of file OSGFieldContainerImpl.inl. References osg::FieldContainerType::findFieldDescription(), osg::FieldDescription::getField(), and osg::FieldContainer::getType(). 00104 { 00105 const FieldDescription *desc =getType().findFieldDescription(fieldName); 00106 00107 return desc ? desc->getField(*this) : NULL; 00108 }
|
|
|
||||||||||||
|
||||||||||||
|
||||||||||||||||