Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

osg::SFPnt3b Class Reference
[Single-Element Fields]

Inheritance diagram for osg::SFPnt3b:

osg::SField< FieldTypeT, fieldNameSpace > osg::Field List of all members.

Public Types

typedef osgIF< fieldNameSpace==0,
FieldDataTraits< FieldTypeT >,
InvalidTrait >::_IRet 
SF0Trait
typedef osgIF< fieldNameSpace==1,
FieldDataTraits1< FieldTypeT >,
SF0Trait >::_IRet 
SF1Trait
typedef osgIF< fieldNameSpace==2,
FieldDataTraits2< FieldTypeT >,
SF1Trait >::_IRet 
SFieldTraits
typedef SField< FieldTypeT,
fieldNameSpace > 
Self
typedef FieldTypeT StoredType
typedef FieldTypeT & reference
typedef const FieldTypeT & const_reference
typedef SFieldTraits::ArgumentType ArgumentType

Public Member Functions

Get
*virtual UInt32 getSize (void) const
reference getValue (void)
const_reference getValue (void) const
virtual const FieldTypegetType (void) const
virtual bool isEmpty (void) const
Set
*void setValue (ArgumentType value)
void setValue (const Self &obj)
virtual void setAbstrValue (const Field &obj)
String IO
*virtual void pushValueByStr (const Char8 *str)
virtual std::string & getValueByStr (std::string &str) const
virtual std::string & getValueByStr (std::string &str, StringConversionStateBase &state) const
virtual std::string & getValueByStr (std::string &str, UInt32 index) const
MT Sync
*void syncWith (Self &source)
Binary Interface
*UInt32 getBinSize (void)
void copyToBin (BinaryDataHandler &pMem)
void copyFromBin (BinaryDataHandler &pMem)
Dump
*virtual void dump (void) const
Get
const DataTypegetContentType (void) const
FieldType::Cardinality getCardinality (void) const
Get
*virtual UInt32 getSize (void) const
reference getValue (void)
const_reference getValue (void) const
virtual const FieldTypegetType (void) const
virtual bool isEmpty (void) const
Set
*void setValue (ArgumentType value)
void setValue (const Self &obj)
virtual void setAbstrValue (const Field &obj)
String IO
*virtual void pushValueByStr (const Char8 *str)
virtual std::string & getValueByStr (std::string &str) const
virtual std::string & getValueByStr (std::string &str, StringConversionStateBase &state) const
virtual std::string & getValueByStr (std::string &str, UInt32 index) const
MT Sync
*void syncWith (Self &source)
Binary Interface
*UInt32 getBinSize (void)
void copyToBin (BinaryDataHandler &pMem)
void copyFromBin (BinaryDataHandler &pMem)
Dump
*virtual void dump (void) const
Get
const DataTypegetContentType (void) const
FieldType::Cardinality getCardinality (void) const

Static Public Member Functions

Class Get
*static const FieldTypegetClassType (void)
Class Get
*static const FieldTypegetClassType (void)

Protected Types

typedef Field Inherited

Static Protected Member Functions

static Fieldcreate (void)

Protected Attributes

FieldTypeT _value

Static Protected Attributes

static const FieldType _fieldType

Detailed Description

This is a documentation wrapper. Its only purpose is to fool doxygen into thinking of a typedef as a class and to allow you to find all the needed info from this page.

Warning:
The real inheritance is not what you see here.

This is just to give you an idea of the conceptual relations and to help you understand the available methods of this class.

Definition at line 512 of file dummyClasses.dox.


Member Typedef Documentation

template<class FieldTypeT, Int32 fieldNameSpace = 0>
typedef osgIF<fieldNameSpace == 0, FieldDataTraits <FieldTypeT>, InvalidTrait >::_IRet osg::SField< FieldTypeT, fieldNameSpace >::SF0Trait [inherited]
 

Definition at line 80 of file OSGSField.h.

template<class FieldTypeT, Int32 fieldNameSpace = 0>
typedef osgIF<fieldNameSpace == 1, FieldDataTraits1<FieldTypeT>, SF0Trait >::_IRet osg::SField< FieldTypeT, fieldNameSpace >::SF1Trait [inherited]
 

Definition at line 84 of file OSGSField.h.

template<class FieldTypeT, Int32 fieldNameSpace = 0>
typedef osgIF<fieldNameSpace == 2, FieldDataTraits2<FieldTypeT>, SF1Trait >::_IRet osg::SField< FieldTypeT, fieldNameSpace >::SFieldTraits [inherited]
 

Definition at line 88 of file OSGSField.h.

template<class FieldTypeT, Int32 fieldNameSpace = 0>
typedef SField<FieldTypeT, fieldNameSpace> osg::SField< FieldTypeT, fieldNameSpace >::Self [inherited]
 

Definition at line 90 of file OSGSField.h.

template<class FieldTypeT, Int32 fieldNameSpace = 0>
typedef FieldTypeT osg::SField< FieldTypeT, fieldNameSpace >::StoredType [inherited]
 

Definition at line 94 of file OSGSField.h.

template<class FieldTypeT, Int32 fieldNameSpace = 0>
typedef FieldTypeT& osg::SField< FieldTypeT, fieldNameSpace >::reference [inherited]
 

Definition at line 95 of file OSGSField.h.

template<class FieldTypeT, Int32 fieldNameSpace = 0>
typedef const FieldTypeT& osg::SField< FieldTypeT, fieldNameSpace >::const_reference [inherited]
 

Definition at line 96 of file OSGSField.h.

template<class FieldTypeT, Int32 fieldNameSpace = 0>
typedef SFieldTraits::ArgumentType osg::SField< FieldTypeT, fieldNameSpace >::ArgumentType [inherited]
 

Definition at line 97 of file OSGSField.h.

template<class FieldTypeT, Int32 fieldNameSpace = 0>
typedef Field osg::SField< FieldTypeT, fieldNameSpace >::Inherited [protected, inherited]
 

Definition at line 193 of file OSGSField.h.


Member Function Documentation

template<class FieldTypeT, Int32 fieldNameSpace>
const FieldType & osg::SField< FieldTypeT, fieldNameSpace >::getClassType void   )  [inline, static, inherited]
 

Definition at line 52 of file OSGSField.inl.

References osg::SField< FieldTypeT, fieldNameSpace >::_fieldType.

Referenced by osg::VRMLViewpointDesc::init(), osg::VRMLFile::initExtIntFieldTypeMapper(), osg::OSGLoader::initFieldTypeMapper(), osg::VRMLFile::initIntExtFieldTypeMapper(), and osg::Image::setAttachmentField().

00053 {
00054     return _fieldType;
00055 }

template<class FieldTypeT, Int32 fieldNameSpace>
UInt32 osg::SField< FieldTypeT, fieldNameSpace >::getSize void   )  const [inline, virtual, inherited]
 

Implements osg::Field.

Definition at line 123 of file OSGSField.inl.

00124 {
00125     return 1;
00126 }

template<class FieldTypeT, Int32 fieldNameSpace>
SField< FieldTypeT, fieldNameSpace >::reference osg::SField< FieldTypeT, fieldNameSpace >::getValue void   )  [inline, inherited]
 

Definition at line 95 of file OSGSField.inl.

References osg::SField< FieldTypeT, fieldNameSpace >::_value.

Referenced by osg::StencilChunk::activate(), osg::PolygonChunk::activate(), osg::MaterialChunk::activate(), osg::LineChunk::activate(), osg::LightChunk::activate(), osg::DepthChunk::activate(), osg::BlendChunk::activate(), osg::QFCItem::addAttachments(), osg::Surface::addCurve(), osg::VRMLPixelTextureDesc::addFieldValue(), osg::QFCItem::addRefedContainer(), osg::Transform::adjustVolume(), osg::Surface::adjustVolume(), osg::Slices::adjustVolume(), osg::AttachmentContainer::AttachmentContainer(), osg::Billboard::calcMatrix(), osg::TextureChunk::changed(), osg::Slices::changed(), osg::Particles::changed(), osg::Node::changed(), osg::MaterialGroup::changed(), osg::Geometry::changed(), osg::FresnelMaterial::changed(), osg::DVRVolumeTexture::changed(), osg::DVRVolume::changed(), osg::DVRLookupTable::changed(), osg::CubeTextureChunk::changed(), osg::AttachmentContainer::changed(), osg::StencilChunk::changeFrom(), osg::PolygonChunk::changeFrom(), osg::MaterialChunk::changeFrom(), osg::LightChunk::changeFrom(), osg::BlendChunk::changeFrom(), osg::SkyBackground::clear(), osg::ImageBackground::clear(), osg::DVRLookupTable::commonConstructor(), osg::ComponentTransform::ComponentTransform(), osg::Surface::convertSurface(), osg::StencilChunk::deactivate(), osg::PolygonChunk::deactivate(), osg::LineChunk::deactivate(), osg::DepthChunk::deactivate(), osg::BlendChunk::deactivate(), osg::deepClone(), osg::deepCloneAttachments(), osg::SpotLight::drawEnter(), osg::PointLight::drawEnter(), osg::MaterialGroup::drawEnter(), osg::Light::drawEnter(), osg::DirectionalLight::drawEnter(), osg::Particles::drawPrimitives(), osg::NodeCore::dump(), osg::Node::dump(), osg::Geometry::dump(), osg::AttachmentContainer::dump(), osg::VRMLExtrusionDesc::endNode(), osg::VRMLPixelTextureDesc::endNode(), osg::VRMLImageTextureDesc::endNode(), osg::VRMLTextureTransformDesc::endNode(), osg::VRMLMaterialDesc::endNode(), osg::VRMLGeometryObjectDesc::endNode(), osg::VRMLGeometryPointSetDesc::endNode(), osg::VRMLGeometryDesc::endNode(), osg::VRMLMaterialDesc::endProtoInterface(), osg::AttachmentContainer::findAttachment(), osg::Image::findAttachmentField(), osg::ProxyGroupBase::getAbsoluteUrl(), osg::ForegroundBase::getActive(), osg::DVRSimpleLUTShaderBase::getActiveLutMode(), osg::DVRIsoShaderBase::getActiveShadeMode(), osg::BillboardBase::getAlignToScreen(), osg::ColorBufferViewportBase::getAlpha(), osg::BlendChunkBase::getAlphaDestFactor(), osg::BlendChunkBase::getAlphaFunc(), osg::DVRIsoSurfaceBase::getAlphaMode(), osg::BlendChunkBase::getAlphaSrcFactor(), osg::BlendChunkBase::getAlphaValue(), osg::SimpleMaterialBase::getAmbient(), osg::PhongMaterialBase::getAmbient(), osg::MaterialChunkBase::getAmbient(), osg::LightChunkBase::getAmbient(), osg::LightBase::getAmbient(), osg::FresnelMaterialBase::getAmbient(), osg::DVRVolumeBase::getAppearance(), osg::PerspectiveCameraBase::getAspect(), osg::TextureGrabForegroundBase::getAutoResize(), osg::TextureGrabBackgroundBase::getAutoResize(), osg::GrabForegroundBase::getAutoResize(), osg::BillboardBase::getAxisOfRotation(), osg::MaterialChunkBase::getBackAmbient(), osg::MaterialChunkBase::getBackColorMaterial(), osg::MaterialChunkBase::getBackDiffuse(), osg::MaterialChunkBase::getBackEmission(), osg::ViewportBase::getBackground(), osg::GraphicStatisticsForegroundBase::getBackgroundColor(), osg::GraphicStatisticsForegroundBase::getBackgroundEnabled(), osg::MaterialChunkBase::getBackMaterial(), osg::PolygonChunkBase::getBackMode(), osg::MaterialChunkBase::getBackShininess(), osg::MaterialChunkBase::getBackSpecular(), osg::SkyBackgroundBase::getBackTexture(), osg::DVRVolumeBase::getBaseAlpha(), osg::LightBase::getBeacon(), osg::DVRClipGeometryBase::getBeacon(), osg::ClipPlaneChunkBase::getBeacon(), osg::CameraBase::getBeacon(), osg::FresnelMaterialBase::getBias(), osg::TextureGrabForegroundBase::getBindTarget(), osg::TextureGrabBackgroundBase::getBindTarget(), osg::ColorBufferViewportBase::getBlue(), osg::GraphicStatisticsForegroundBase::getBorderEnabled(), osg::ViewportBase::getBottom(), osg::TileCameraDecoratorBase::getBottom(), osg::ProjectionCameraDecoratorBase::getBottom(), osg::SkyBackgroundBase::getBottomTexture(), osg::SkyBackgroundBase::getBoxInside(), osg::ImageBase::getBpp(), osg::QNodeTreeView::getBranchRecursion(), osg::DVRVolumeBase::getBrickingMode(), osg::DVRVolumeBase::getBrickMaxSize(), osg::DVRVolumeBase::getBrickOverlap(), osg::DVRVolumeBase::getBrickStaticMemoryMB(), osg::DVRVolumeBase::getBrickStaticSubdivision(), osg::ParticlesBase::getBsp(), osg::ViewportBase::getCamera(), osg::DistanceLODBase::getCenter(), osg::ComponentTransformBase::getCenter(), osg::TextureBackgroundBase::getCenterOfDistortion(), osg::SHLChunkBase::getCgFrontEnd(), osg::DVRLookupTableBase::getChannel(), osg::SwitchBase::getChoice(), osg::StencilChunkBase::getClearBuffer(), osg::ClusterWindowBase::getClientWindow(), osg::DVRClipObjectsBase::getClipMode(), osg::StatisticsForegroundBase::getCollector(), osg::TextureBackgroundBase::getColor(), osg::SolidBackgroundBase::getColor(), osg::SimpleStatisticsForegroundBase::getColor(), osg::ImageBackgroundBase::getColor(), osg::BlendChunkBase::getColor(), osg::RegisterCombinersChunkBase::getColor0(), osg::RegisterCombinersChunkBase::getColor1(), osg::SimpleMaterialBase::getColorMaterial(), osg::PhongMaterialBase::getColorMaterial(), osg::MaterialChunkBase::getColorMaterial(), osg::FresnelMaterialBase::getColorMaterial(), osg::DisplayCalibrationBase::getColorMatrix(), osg::ParticlesBase::getColors(), osg::GeometryBase::getColors(), osg::RegisterCombinersChunkBase::getColorSumClamp(), osg::ImageBase::getComponentSize(), osg::SortFirstWindowBase::getCompose(), osg::ClusterWindowBase::getComposer(), osg::SortFirstWindowBase::getCompression(), osg::ProxyGroupBase::getConcurrentLoad(), osg::ClusterWindowBase::getConnectionDestination(), osg::ClusterWindowBase::getConnectionInterface(), osg::ClusterWindowBase::getConnectionParams(), osg::ClusterWindowBase::getConnectionType(), osg::PointChunkBase::getConstantAttenuation(), osg::LightChunkBase::getConstantAttenuation(), osg::LightBase::getConstantAttenuation(), osg::XWindowBase::getContext(), osg::SurfaceBase::getControlPoints(), osg::TextureGrabForegroundBase::getCopyTarget(), osg::TextureGrabBackgroundBase::getCopyTarget(), osg::Node::getCore(), osg::PolygonChunkBase::getCullFace(), osg::LightChunkBase::getCutoff(), osg::ImageBase::getDataType(), osg::CameraDecoratorBase::getDecoratee(), osg::ImageBase::getDepth(), osg::BlendChunkBase::getDestFactor(), osg::SimpleMaterialBase::getDiffuse(), osg::PhongMaterialBase::getDiffuse(), osg::MaterialChunkBase::getDiffuse(), osg::LightChunkBase::getDiffuse(), osg::LightBase::getDiffuse(), osg::FresnelMaterialBase::getDiffuse(), osg::ImageBase::getDimension(), osg::DVRLookupTableBase::getDimension(), osg::SurfaceBase::getDimU(), osg::SurfaceBase::getDimV(), osg::SpotLightBase::getDirection(), osg::LightChunkBase::getDirection(), osg::DirectionalLightBase::getDirection(), osg::TextureChunkBase::getDirtyLeft(), osg::SurfaceBase::getDirtyMask(), osg::TextureChunkBase::getDirtyMaxX(), osg::TextureChunkBase::getDirtyMaxY(), osg::TextureChunkBase::getDirtyMaxZ(), osg::TextureChunkBase::getDirtyMinX(), osg::TextureChunkBase::getDirtyMinY(), osg::TextureChunkBase::getDirtyMinZ(), osg::XWindowBase::getDisplay(), osg::GeometryBase::getDlistCache(), osg::DVRClipObjectsBase::getDoContours(), osg::DVRVolumeBase::getDoTextures(), osg::ParticlesBase::getDrawOrder(), osg::DVRVolumeBase::getDrawStyle(), osg::ViewportBase::getDrawTime(), osg::ParticlesBase::getDynamic(), osg::SimpleMaterialBase::getEmission(), osg::PhongMaterialBase::getEmission(), osg::MaterialChunkBase::getEmission(), osg::FresnelMaterialBase::getEmission(), osg::DepthChunkBase::getEnable(), osg::ClipPlaneChunkBase::getEnable(), osg::ProxyGroupBase::getEnabled(), osg::ImageComposerBase::getEnabled(), osg::DisplayCalibrationBase::getEnabled(), osg::TextureChunkBase::getEnvColor(), osg::TextureChunkBase::getEnvCombineAlpha(), osg::TextureChunkBase::getEnvCombineRGB(), osg::SimpleTexturedMaterialBase::getEnvMap(), osg::TextureChunkBase::getEnvMode(), osg::SimpleTexturedMaterialBase::getEnvMode(), osg::TextureChunkBase::getEnvOperand0Alpha(), osg::TextureChunkBase::getEnvOperand0RGB(), osg::TextureChunkBase::getEnvOperand1Alpha(), osg::TextureChunkBase::getEnvOperand1RGB(), osg::TextureChunkBase::getEnvOperand2Alpha(), osg::TextureChunkBase::getEnvOperand2RGB(), osg::TextureChunkBase::getEnvScaleAlpha(), osg::TextureChunkBase::getEnvScaleRGB(), osg::TextureChunkBase::getEnvSource0Alpha(), osg::TextureChunkBase::getEnvSource0RGB(), osg::TextureChunkBase::getEnvSource1Alpha(), osg::TextureChunkBase::getEnvSource1RGB(), osg::TextureChunkBase::getEnvSource2Alpha(), osg::TextureChunkBase::getEnvSource2RGB(), osg::ClipPlaneChunkBase::getEquation(), osg::BlendChunkBase::getEquation(), osg::SurfaceBase::getError(), osg::LightChunkBase::getExponent(), osg::TextureChunkBase::getExternalFormat(), osg::StereoCameraDecoratorBase::getEyeSeparation(), osg::PointChunkBase::getFadeThreshold(), osg::DepthChunkBase::getFar(), osg::CameraBase::getFar(), osg::DVRVolumeTextureBase::getFileName(), osg::DVRVolumeBase::getFileName(), osg::BillboardBase::getFocusOnCamera(), osg::ImageBase::getForceAlphaChannel(), osg::ImageBase::getForceColorChannel(), osg::ImageBase::getForceCompressedData(), osg::PerspectiveCameraBase::getFov(), osg::ShaderChunkBase::getFragmentProgram(), osg::TextureChunkBase::getFrame(), osg::FileGrabForegroundBase::getFrame(), osg::ImageBase::getFrameCount(), osg::ClusterWindowBase::getFrameCount(), osg::ImageBase::getFrameDelay(), osg::ImageBase::getFrameSize(), osg::PolygonChunkBase::getFrontFace(), osg::PolygonChunkBase::getFrontMode(), osg::SkyBackgroundBase::getFrontTexture(), osg::TileCameraDecoratorBase::getFullHeight(), osg::TileCameraDecoratorBase::getFullWidth(), osg::DepthChunkBase::getFunc(), osg::DisplayCalibrationBase::getGamma(), osg::TexGenChunkBase::getGenFuncQ(), osg::TexGenChunkBase::getGenFuncQPlane(), osg::TexGenChunkBase::getGenFuncR(), osg::TexGenChunkBase::getGenFuncRPlane(), osg::TexGenChunkBase::getGenFuncS(), osg::TexGenChunkBase::getGenFuncSPlane(), osg::TexGenChunkBase::getGenFuncT(), osg::TexGenChunkBase::getGenFuncTPlane(), osg::ProxyGroupBase::getGeometries(), osg::DVRVolumeBase::getGeometry(), osg::DVRClipGeometryBase::getGeometryNode(), osg::TextureChunkBase::getGLId(), osg::SHLChunkBase::getGLId(), osg::ProgramChunkBase::getGLId(), osg::GeometryBase::getGLId(), osg::WindowBase::getGlObjectEventCounter(), osg::QTWindowBase::getGlWidget(), osg::ColorBufferViewportBase::getGreen(), osg::DisplayCalibrationBase::getGridHeight(), osg::DisplayCalibrationBase::getGridWidth(), osg::WIN32WindowBase::getHdc(), osg::WindowBase::getHeight(), osg::ProjectionCameraDecoratorBase::getHeight(), osg::ImageBase::getHeight(), osg::WIN32WindowBase::getHglrc(), osg::TextureBackgroundBase::getHor(), osg::MultiDisplayWindowBase::getHServers(), osg::WIN32WindowBase::getHwnd(), osg::GLUTWindowBase::getId(), osg::TextureChunkBase::getImage(), osg::SimpleTexturedMaterialBase::getImage(), osg::ImageBackgroundBase::getImage(), osg::GrabForegroundBase::getImage(), osg::FresnelMaterialBase::getImage(), osg::DVRVolumeTextureBase::getImage(), osg::FileGrabForegroundBase::getIncrement(), osg::FresnelMaterialBase::getIndex(), osg::ProxyGroupBase::getIndices(), osg::GeometryBase::getIndices(), osg::ClusterWindowBase::getInterleave(), osg::TextureChunkBase::getInternalFormat(), osg::SurfaceBase::getIsDelaunay(), osg::DVRIsoSurfaceBase::getIsoOpacity(), osg::DVRIsoSurfaceBase::getIsoThickness(), osg::DVRIsoSurfaceBase::getIsoValue(), osg::CubeTextureChunkBase::getIsReflectionMap(), osg::ViewportBase::getLeft(), osg::TileCameraDecoratorBase::getLeft(), osg::ProjectionCameraDecoratorBase::getLeft(), osg::StereoBufferViewportBase::getLeftBuffer(), osg::StereoCameraDecoratorBase::getLeftEye(), osg::SkyBackgroundBase::getLeftTexture(), osg::GeometryBase::getLengths(), osg::PointChunkBase::getLinearAttenuation(), osg::LightChunkBase::getLinearAttenuation(), osg::LightBase::getLinearAttenuation(), osg::GraphicStatisticsForegroundBase::getLineWidth(), osg::SimpleMaterialBase::getLit(), osg::PhongMaterialBase::getLit(), osg::MaterialChunkBase::getLit(), osg::FresnelMaterialBase::getLit(), osg::InlineBase::getLoaded(), osg::TextureChunkBase::getLodBias(), osg::DVRSimpleLUTShaderBase::getLutMode(), osg::TextureChunkBase::getMagFilter(), osg::SimpleTexturedMaterialBase::getMagFilter(), osg::MultiDisplayWindowBase::getManageClientViewports(), osg::ColorMaskChunkBase::getMaskA(), osg::ColorMaskChunkBase::getMaskB(), osg::ColorMaskChunkBase::getMaskG(), osg::ColorMaskChunkBase::getMaskR(), osg::PolygonForegroundBase::getMaterial(), osg::PolygonBackgroundBase::getMaterial(), osg::MaterialGroupBase::getMaterial(), osg::MaterialDrawableBase::getMaterial(), osg::TransformChunkBase::getMatrix(), osg::TransformBase::getMatrix(), osg::BillboardBase::getMaxAngle(), osg::PointChunkBase::getMaxSize(), osg::DVRVolumeTextureBase::getMaxVal(), osg::BillboardBase::getMinAngle(), osg::TextureChunkBase::getMinFilter(), osg::SimpleTexturedMaterialBase::getMinFilter(), osg::PointChunkBase::getMinSize(), osg::ImageBase::getMipMapCount(), osg::ParticlesBase::getMode(), osg::MatrixCameraBase::getModelviewMatrix(), osg::ShaderParameterBase::getName(), osg::ImageBase::getName(), osg::FileGrabForegroundBase::getName(), osg::DepthChunkBase::getNear(), osg::CameraBase::getNear(), osg::CubeTextureChunkBase::getNegXImage(), osg::CubeTextureChunkBase::getNegYImage(), osg::ProjectionCameraDecoratorBase::getNormal(), osg::PolygonForegroundBase::getNormalizedX(), osg::PolygonBackgroundBase::getNormalizedX(), osg::PolygonForegroundBase::getNormalizedY(), osg::PolygonBackgroundBase::getNormalizedY(), osg::ParticlesBase::getNormals(), osg::GeometryBase::getNormals(), osg::SurfaceBase::getNumCurves(), osg::PolygonChunkBase::getOffsetBias(), osg::PolygonChunkBase::getOffsetFactor(), osg::PolygonChunkBase::getOffsetFill(), osg::PolygonChunkBase::getOffsetLine(), osg::PolygonChunkBase::getOffsetPoint(), osg::LightBase::getOn(), osg::ShearedStereoCameraDecoratorBase::getOverlap(), osg::ViewportBase::getParent(), osg::Node::getParent(), osg::RegisterCombinersChunkBase::getPerStageConstants(), osg::ImageBase::getPixelFormat(), osg::TextureChunkBase::getPointSprite(), osg::PointLightBase::getPosition(), osg::LightChunkBase::getPosition(), osg::ProxyGroupBase::getPositions(), osg::ParticlesBase::getPositions(), osg::GeometryBase::getPositions(), osg::MatrixCameraDecoratorBase::getPostProjection(), osg::MatrixCameraDecoratorBase::getPostProjectionTranslation(), osg::MatrixCameraDecoratorBase::getPostViewing(), osg::CubeTextureChunkBase::getPosXImage(), osg::CubeTextureChunkBase::getPosYImage(), osg::CubeTextureChunkBase::getPosZImage(), osg::MatrixCameraDecoratorBase::getPreProjection(), osg::MatrixCameraDecoratorBase::getPreProjectionTranslation(), osg::MatrixCameraDecoratorBase::getPreViewing(), osg::OffCenterPerspectiveCameraBase::getPrincipalPoint(), osg::TextureChunkBase::getPriority(), osg::ProgramChunkBase::getProgram(), osg::MatrixCameraBase::getProjectionMatrix(), osg::ParticlesBase::getPump(), osg::TexGenChunkBase::getQBeacon(), osg::PointChunkBase::getQuadraticAttenuation(), osg::LightChunkBase::getQuadraticAttenuation(), osg::LightBase::getQuadraticAttenuation(), osg::TextureBackgroundBase::getRadialDistortion(), osg::TexGenChunkBase::getRBeacon(), osg::DepthChunkBase::getReadOnly(), osg::ColorBufferViewportBase::getRed(), osg::DVRVolumeBase::getRenderMaterial(), osg::WindowBase::getResizePending(), osg::DVRVolumeTextureBase::getResolution(), osg::ViewportBase::getRight(), osg::TileCameraDecoratorBase::getRight(), osg::StereoBufferViewportBase::getRightBuffer(), osg::SkyBackgroundBase::getRightTexture(), osg::PointChunkBase::getRMode(), osg::ViewportBase::getRoot(), osg::ProxyGroupBase::getRoot(), osg::ComponentTransformBase::getRotation(), osg::DVRVolumeBase::getSampling(), osg::DVRVolumeBase::getSamplingInteractive(), osg::TexGenChunkBase::getSBeacon(), osg::TextureChunkBase::getScale(), osg::ImageBackgroundBase::getScale(), osg::FresnelMaterialBase::getScale(), osg::ComponentTransformBase::getScale(), osg::DisplayCalibrationBase::getScaleDown(), osg::ComponentTransformBase::getScaleOrientation(), osg::GeometryBase::getSecondaryColors(), osg::ParticlesBase::getSecPositions(), osg::DisplayCalibrationBase::getServer(), osg::ClusterWindowBase::getServiceAddress(), osg::ClusterWindowBase::getServicePort(), osg::DVRIsoShaderBase::getShadeMode(), osg::DVRVolumeBase::getShader(), osg::TextureChunkBase::getShaderConstEye(), osg::TextureChunkBase::getShaderCullModes(), osg::TextureChunkBase::getShaderInput(), osg::TextureChunkBase::getShaderOffsetBias(), osg::TextureChunkBase::getShaderOffsetScale(), osg::TextureChunkBase::getShaderOperation(), osg::TextureChunkBase::getShaderRGBADotProduct(), osg::SimpleMaterialBase::getShininess(), osg::PhongMaterialBase::getShininess(), osg::MaterialChunkBase::getShininess(), osg::FresnelMaterialBase::getShininess(), osg::SHLParameterChunkBase::getSHLChunk(), osg::DVRVolumeBase::getShowBricks(), osg::ImageBase::getSideCount(), osg::ImageBase::getSideSize(), osg::SlicesBase::getSize(), osg::SimpleStatisticsForegroundBase::getSize(), osg::PointChunkBase::getSize(), osg::SlicesBase::getSliceDistance(), osg::DVRVolumeTextureBase::getSliceThickness(), osg::PolygonChunkBase::getSmooth(), osg::PointChunkBase::getSmooth(), osg::LineChunkBase::getSmooth(), osg::StateSortingGroupBase::getSorting(), osg::MaterialBase::getSortKey(), osg::SimpleMaterialBase::getSpecular(), osg::PhongMaterialBase::getSpecular(), osg::MaterialChunkBase::getSpecular(), osg::LightChunkBase::getSpecular(), osg::LightBase::getSpecular(), osg::FresnelMaterialBase::getSpecular(), osg::DVRIsoSurfaceBase::getSpecularLighting(), osg::SkyBackgroundBase::getSphereRes(), osg::SpotLightBase::getSpotCutOff(), osg::SpotLight::getSpotCutOffDeg(), osg::SpotLightBase::getSpotExponent(), osg::PointChunkBase::getSprite(), osg::BlendChunkBase::getSrcFactor(), osg::ProxyGroupBase::getState(), osg::ImageComposerBase::getStatistics(), osg::StencilChunkBase::getStencilFunc(), osg::StencilChunkBase::getStencilMask(), osg::StencilChunkBase::getStencilOpFail(), osg::StencilChunkBase::getStencilOpZFail(), osg::StencilChunkBase::getStencilOpZPass(), osg::StencilChunkBase::getStencilValue(), osg::LineChunkBase::getStipplePattern(), osg::LineChunkBase::getStippleRepeat(), osg::SortFirstWindowBase::getSubtileSize(), osg::SurfaceBase::getSurfaceGLId(), osg::TextureChunkBase::getTarget(), osg::TexGenChunkBase::getTBeacon(), osg::GeometryBase::getTexCoords(), osg::GeometryBase::getTexCoords1(), osg::GeometryBase::getTexCoords2(), osg::GeometryBase::getTexCoords3(), osg::GraphicStatisticsForegroundBase::getTextEnabled(), osg::TextureGrabForegroundBase::getTexture(), osg::TextureGrabBackgroundBase::getTexture(), osg::TextureBackgroundBase::getTexture(), osg::SurfaceBase::getTextureControlPoints(), osg::DVRVolumeBase::getTextures2D(), osg::DVRVolumeBase::getTextureStorage(), osg::ViewportBase::getTop(), osg::TileCameraDecoratorBase::getTop(), osg::SkyBackgroundBase::getTopTexture(), osg::DVRLookupTableBase::getTouched(), osg::ComponentTransformBase::getTranslation(), osg::SimpleMaterialBase::getTransparency(), osg::PhongMaterialBase::getTransparency(), osg::FresnelMaterialBase::getTransparency(), osg::ViewportBase::getTravMask(), osg::Node::getTravMask(), osg::ProxyGroupBase::getTriangles(), osg::GeometryBase::getTypes(), osg::ProxyGroupBase::getUrl(), osg::TextureTransformChunkBase::getUseCameraBeacon(), osg::SortFirstWindowBase::getUseFaceDistribution(), osg::ProjectionCameraDecoratorBase::getUser(), osg::ShaderParameterVec4fBase::getValue(), osg::ShaderParameterVec3fBase::getValue(), osg::ShaderParameterVec2fBase::getValue(), osg::ShaderParameterStringBase::getValue(), osg::ShaderParameterRealBase::getValue(), osg::ShaderParameterMatrixBase::getValue(), osg::ShaderParameterIntBase::getValue(), osg::ShaderParameterBoolBase::getValue(), osg::TextureBackgroundBase::getVert(), osg::ShaderChunkBase::getVertexProgram(), osg::ProxyGroupBase::getVolume(), osg::Node::getVolume(), osg::MultiDisplayWindowBase::getVServers(), osg::WindowBase::getWidth(), osg::ProjectionCameraDecoratorBase::getWidth(), osg::LineChunkBase::getWidth(), osg::ImageBase::getWidth(), osg::XWindowBase::getWindow(), osg::TextureChunkBase::getWrapR(), osg::TextureChunkBase::getWrapS(), osg::TextureChunkBase::getWrapT(), osg::MultiDisplayWindowBase::getXOverlap(), osg::MultiDisplayWindowBase::getYOverlap(), osg::ShearedStereoCameraDecoratorBase::getZeroParallaxDistance(), osg::ClusterWindow::init(), osg::Node::invalidateVolume(), osg::Window::isResizePending(), osg::SpotLight::makeChunk(), osg::PointLight::makeChunk(), osg::DirectionalLight::makeChunk(), osg::Node::onCreate(), osg::QSceneGraphView::onFieldDoubleClicked(), osg::Surface::readfromtso(), osg::Surface::removeCurves(), osg::MaterialGroup::renderEnter(), osg::Surface::reTessellate(), osg::Light::setAmbient(), osg::DVRVolume::setAppearance(), osg::Particles::setColors(), osg::Geometry::setColors(), osg::Light::setDiffuse(), osg::DirectionalLight::setDirection(), osg::DVRVolume::setGeometry(), osg::TextureChunk::setImage(), osg::FresnelMaterial::setImage(), osg::DVRVolumeTexture::setImage(), osg::Geometry::setIndices(), osg::Geometry::setLengths(), osg::Slices::setMaterial(), osg::Particles::setMaterial(), osg::MaterialGroup::setMaterial(), osg::MaterialDrawable::setMaterial(), osg::Geometry::setMaterial(), osg::CubeTextureChunk::setNegXImage(), osg::CubeTextureChunk::setNegYImage(), osg::Particles::setNormals(), osg::Geometry::setNormals(), osg::PointLight::setPosition(), osg::Particles::setPositions(), osg::Geometry::setPositions(), osg::CubeTextureChunk::setPosXImage(), osg::CubeTextureChunk::setPosYImage(), osg::CubeTextureChunk::setPosZImage(), osg::DVRVolume::setRenderMaterial(), osg::Geometry::setSecondaryColors(), osg::Particles::setSecPositions(), osg::DVRVolume::setShader(), osg::Light::setSpecular(), osg::SpotLight::setSpotDirection(), osg::Geometry::setTexCoords(), osg::Geometry::setTexCoords1(), osg::Geometry::setTexCoords2(), osg::Geometry::setTexCoords3(), osg::DVRVolume::setTextureStorage(), osg::Geometry::setTypes(), osg::QFCItem::setup(), osg::AttachmentContainer::subAttachment(), osg::Surface::tessellate(), osg::Surface::tessellateSurface(), osg::QVectorFieldValueLabel< VectorTypeT >::updateCache(), osg::QPointFieldValueLabel< PointTypeT >::updateCache(), osg::QMatrixFieldValueLabel< MatrixTypeT >::updateCache(), osg::Node::updateVolume(), osg::OSGWriter::visitField(), osg::OSGWriter::writeField(), osg::AttachmentContainer::~AttachmentContainer(), osg::CubeTextureChunk::~CubeTextureChunk(), osg::DVRVolume::~DVRVolume(), osg::FresnelMaterial::~FresnelMaterial(), osg::Geometry::~Geometry(), osg::MaterialGroup::~MaterialGroup(), osg::Node::~Node(), osg::Particles::~Particles(), osg::Slices::~Slices(), and osg::TextureChunk::~TextureChunk().

00097 {
00098     return _value;
00099 }

template<class FieldTypeT, Int32 fieldNameSpace>
SField< FieldTypeT, fieldNameSpace >::const_reference osg::SField< FieldTypeT, fieldNameSpace >::getValue void   )  const [inline, inherited]
 

Definition at line 103 of file OSGSField.inl.

References osg::SField< FieldTypeT, fieldNameSpace >::_value.

00104 {
00105     return _value;
00106 }

template<class FieldTypeT, Int32 fieldNameSpace>
const FieldType & osg::SField< FieldTypeT, fieldNameSpace >::getType void   )  const [inline, virtual, inherited]
 

Implements osg::Field.

Definition at line 116 of file OSGSField.inl.

References osg::SField< FieldTypeT, fieldNameSpace >::_fieldType.

Referenced by osg::SField< FieldTypeT, fieldNameSpace >::setAbstrValue().

00117 {
00118     return _fieldType;
00119 }

template<class FieldTypeT, Int32 fieldNameSpace>
bool osg::SField< FieldTypeT, fieldNameSpace >::isEmpty void   )  const [inline, virtual, inherited]
 

Implements osg::Field.

Definition at line 109 of file OSGSField.inl.

00110 {
00111     return false;
00112 }

template<class FieldTypeT, Int32 fieldNameSpace>
void osg::SField< FieldTypeT, fieldNameSpace >::setValue ArgumentType  value  )  [inline, inherited]
 

Definition at line 132 of file OSGSField.inl.

References osg::SField< FieldTypeT, fieldNameSpace >::_value.

Referenced by osg::Surface::addCurve(), osg::VRMLPixelTextureDesc::beginNode(), osg::TextureChunk::changed(), osg::Slices::changed(), osg::Particles::changed(), osg::MaterialGroup::changed(), osg::Geometry::changed(), osg::FresnelMaterial::changed(), osg::DVRVolumeTexture::changed(), osg::DVRVolume::changed(), osg::CubeTextureChunk::changed(), osg::Surface::readfromtso(), osg::Surface::removeCurves(), osg::VRMLMaterialDesc::reset(), osg::ProxyGroupBase::setAbsoluteUrl(), osg::SField< FieldTypeT, fieldNameSpace >::setAbstrValue(), osg::Node::setActive(), osg::ForegroundBase::setActive(), osg::DVRSimpleLUTShaderBase::setActiveLutMode(), osg::DVRIsoShaderBase::setActiveShadeMode(), osg::BillboardBase::setAlignToScreen(), osg::ColorBufferViewportBase::setAlpha(), osg::BlendChunkBase::setAlphaDestFactor(), osg::BlendChunkBase::setAlphaFunc(), osg::DVRIsoSurfaceBase::setAlphaMode(), osg::BlendChunkBase::setAlphaSrcFactor(), osg::BlendChunkBase::setAlphaValue(), osg::SimpleMaterialBase::setAmbient(), osg::PhongMaterialBase::setAmbient(), osg::MaterialChunkBase::setAmbient(), osg::LightChunkBase::setAmbient(), osg::LightBase::setAmbient(), osg::FresnelMaterialBase::setAmbient(), osg::DVRVolumeBase::setAppearance(), osg::PerspectiveCameraBase::setAspect(), osg::Image::setAttachmentField(), osg::PointLight::setAttenuation(), osg::TextureGrabForegroundBase::setAutoResize(), osg::TextureGrabBackgroundBase::setAutoResize(), osg::GrabForegroundBase::setAutoResize(), osg::BillboardBase::setAxisOfRotation(), osg::MaterialChunkBase::setBackAmbient(), osg::MaterialChunkBase::setBackColorMaterial(), osg::MaterialChunkBase::setBackDiffuse(), osg::MaterialChunkBase::setBackEmission(), osg::ViewportBase::setBackground(), osg::GraphicStatisticsForegroundBase::setBackgroundColor(), osg::GraphicStatisticsForegroundBase::setBackgroundEnabled(), osg::MaterialChunkBase::setBackMaterial(), osg::PolygonChunkBase::setBackMode(), osg::MaterialChunkBase::setBackShininess(), osg::MaterialChunkBase::setBackSpecular(), osg::SkyBackgroundBase::setBackTexture(), osg::DVRVolumeBase::setBaseAlpha(), osg::LightBase::setBeacon(), osg::DVRClipGeometryBase::setBeacon(), osg::ClipPlaneChunkBase::setBeacon(), osg::CameraBase::setBeacon(), osg::FresnelMaterialBase::setBias(), osg::TextureGrabForegroundBase::setBindTarget(), osg::TextureGrabBackgroundBase::setBindTarget(), osg::ColorBufferViewportBase::setBlue(), osg::GraphicStatisticsForegroundBase::setBorderEnabled(), osg::ViewportBase::setBottom(), osg::TileCameraDecoratorBase::setBottom(), osg::ProjectionCameraDecoratorBase::setBottom(), osg::SkyBackgroundBase::setBottomTexture(), osg::SkyBackgroundBase::setBoxInside(), osg::ImageBase::setBpp(), osg::DVRVolumeBase::setBrickingMode(), osg::DVRVolumeBase::setBrickMaxSize(), osg::DVRVolumeBase::setBrickOverlap(), osg::DVRVolumeBase::setBrickStaticMemoryMB(), osg::DVRVolumeBase::setBrickStaticSubdivision(), osg::ParticlesBase::setBsp(), osg::ViewportBase::setCamera(), osg::DistanceLODBase::setCenter(), osg::ComponentTransformBase::setCenter(), osg::TextureBackgroundBase::setCenterOfDistortion(), osg::SHLChunkBase::setCgFrontEnd(), osg::DVRLookupTableBase::setChannel(), osg::SwitchBase::setChoice(), osg::StencilChunkBase::setClearBuffer(), osg::ClusterWindowBase::setClientWindow(), osg::DVRClipObjectsBase::setClipMode(), osg::StatisticsForegroundBase::setCollector(), osg::TextureBackgroundBase::setColor(), osg::SolidBackgroundBase::setColor(), osg::SimpleStatisticsForegroundBase::setColor(), osg::ImageBackgroundBase::setColor(), osg::BlendChunkBase::setColor(), osg::RegisterCombinersChunkBase::setColor0(), osg::RegisterCombinersChunkBase::setColor1(), osg::SimpleMaterialBase::setColorMaterial(), osg::PhongMaterialBase::setColorMaterial(), osg::MaterialChunkBase::setColorMaterial(), osg::FresnelMaterialBase::setColorMaterial(), osg::DisplayCalibrationBase::setColorMatrix(), osg::ParticlesBase::setColors(), osg::Particles::setColors(), osg::GeometryBase::setColors(), osg::Geometry::setColors(), osg::RegisterCombinersChunkBase::setColorSumClamp(), osg::ImageBase::setComponentSize(), osg::SortFirstWindowBase::setCompose(), osg::ClusterWindowBase::setComposer(), osg::SortFirstWindowBase::setCompression(), osg::ProxyGroupBase::setConcurrentLoad(), osg::ClusterWindowBase::setConnectionDestination(), osg::ClusterWindowBase::setConnectionInterface(), osg::ClusterWindowBase::setConnectionParams(), osg::ClusterWindowBase::setConnectionType(), osg::PointChunkBase::setConstantAttenuation(), osg::LightChunkBase::setConstantAttenuation(), osg::LightBase::setConstantAttenuation(), osg::XWindowBase::setContext(), osg::SurfaceBase::setControlPoints(), osg::TextureGrabForegroundBase::setCopyTarget(), osg::TextureGrabBackgroundBase::setCopyTarget(), osg::PolygonChunkBase::setCullFace(), osg::LightChunkBase::setCutoff(), osg::ImageBase::setDataType(), osg::CameraDecoratorBase::setDecoratee(), osg::ImageBase::setDepth(), osg::BlendChunkBase::setDestFactor(), osg::SimpleMaterialBase::setDiffuse(), osg::PhongMaterialBase::setDiffuse(), osg::MaterialChunkBase::setDiffuse(), osg::LightChunkBase::setDiffuse(), osg::LightBase::setDiffuse(), osg::FresnelMaterialBase::setDiffuse(), osg::ImageBase::setDimension(), osg::DVRLookupTableBase::setDimension(), osg::SurfaceBase::setDimU(), osg::SurfaceBase::setDimV(), osg::SpotLightBase::setDirection(), osg::LightChunkBase::setDirection(), osg::DirectionalLightBase::setDirection(), osg::TextureChunkBase::setDirtyLeft(), osg::SurfaceBase::setDirtyMask(), osg::TextureChunkBase::setDirtyMaxX(), osg::TextureChunkBase::setDirtyMaxY(), osg::TextureChunkBase::setDirtyMaxZ(), osg::TextureChunkBase::setDirtyMinX(), osg::TextureChunkBase::setDirtyMinY(), osg::TextureChunkBase::setDirtyMinZ(), osg::XWindowBase::setDisplay(), osg::GeometryBase::setDlistCache(), osg::DVRClipObjectsBase::setDoContours(), osg::DVRVolumeBase::setDoTextures(), osg::ParticlesBase::setDrawOrder(), osg::DVRVolumeBase::setDrawStyle(), osg::ViewportBase::setDrawTime(), osg::ParticlesBase::setDynamic(), osg::SimpleMaterialBase::setEmission(), osg::PhongMaterialBase::setEmission(), osg::MaterialChunkBase::setEmission(), osg::FresnelMaterialBase::setEmission(), osg::DepthChunkBase::setEnable(), osg::ClipPlaneChunkBase::setEnable(), osg::ProxyGroupBase::setEnabled(), osg::ImageComposerBase::setEnabled(), osg::DisplayCalibrationBase::setEnabled(), osg::TextureChunkBase::setEnvColor(), osg::TextureChunkBase::setEnvCombineAlpha(), osg::TextureChunkBase::setEnvCombineRGB(), osg::SimpleTexturedMaterialBase::setEnvMap(), osg::TextureChunkBase::setEnvMode(), osg::SimpleTexturedMaterialBase::setEnvMode(), osg::TextureChunkBase::setEnvOperand0Alpha(), osg::TextureChunkBase::setEnvOperand0RGB(), osg::TextureChunkBase::setEnvOperand1Alpha(), osg::TextureChunkBase::setEnvOperand1RGB(), osg::TextureChunkBase::setEnvOperand2Alpha(), osg::TextureChunkBase::setEnvOperand2RGB(), osg::TextureChunkBase::setEnvScaleAlpha(), osg::TextureChunkBase::setEnvScaleRGB(), osg::TextureChunkBase::setEnvSource0Alpha(), osg::TextureChunkBase::setEnvSource0RGB(), osg::TextureChunkBase::setEnvSource1Alpha(), osg::TextureChunkBase::setEnvSource1RGB(), osg::TextureChunkBase::setEnvSource2Alpha(), osg::TextureChunkBase::setEnvSource2RGB(), osg::ClipPlaneChunkBase::setEquation(), osg::BlendChunkBase::setEquation(), osg::SurfaceBase::setError(), osg::LightChunkBase::setExponent(), osg::TextureChunkBase::setExternalFormat(), osg::StereoCameraDecoratorBase::setEyeSeparation(), osg::PointChunkBase::setFadeThreshold(), osg::DepthChunkBase::setFar(), osg::CameraBase::setFar(), osg::DVRVolumeTextureBase::setFileName(), osg::DVRVolumeBase::setFileName(), osg::BillboardBase::setFocusOnCamera(), osg::ImageBase::setForceAlphaChannel(), osg::ImageBase::setForceColorChannel(), osg::ImageBase::setForceCompressedData(), osg::PerspectiveCameraBase::setFov(), osg::ShaderChunkBase::setFragmentProgram(), osg::TextureChunkBase::setFrame(), osg::FileGrabForegroundBase::setFrame(), osg::ImageBase::setFrameCount(), osg::ClusterWindowBase::setFrameCount(), osg::ImageBase::setFrameDelay(), osg::ImageBase::setFrameSize(), osg::PolygonChunkBase::setFrontFace(), osg::PolygonChunkBase::setFrontMode(), osg::SkyBackgroundBase::setFrontTexture(), osg::TileCameraDecoratorBase::setFullHeight(), osg::TileCameraDecoratorBas