Smart pointer for handling referenced counted objects.
More...
List of all members.
Detailed Description
template<class T>
class osg::ref_ptr< T >
Smart pointer for handling referenced counted objects.
Member Typedef Documentation
Constructor & Destructor Documentation
template<class T>
template<class Other >
Member Function Documentation
Referenced by osg::State::applyGlobalDefaultAttribute(), osg::const_pointer_cast(), osg::dynamic_pointer_cast(), osg::get_pointer(), osgParticle::Particle::getAlphaInterpolator(), osgParticle::Particle::getColorInterpolator(), osgParticle::ModularEmitter::getCounter(), osg::DrawElements::getElementBufferObject(), osg::State::getGlobalDefaultAttribute(), osg::State::getGlobalDefaultTextureAttribute(), osgUtil::DelaunayTriangulator::getInputPointArray(), osgAnimation::TemplateSampler< F >::getKeyframeContainer(), osgAnimation::TemplateSampler< F >::getKeyframeContainerTyped(), osg::CullStack::getModelViewMatrix(), osg::CullStack::getMVPW(), osgAnimation::TemplateSampler< F >::getOrCreateKeyframeContainer(), osgAnimation::TemplateChannel< SamplerType >::getOrCreateSampler(), osgUtil::DelaunayTriangulator::getOutputNormalArray(), osgFX::BumpMapping::getOverrideDiffuseTexture(), osgFX::BumpMapping::getOverrideNormalMapTexture(), osgParticle::ParticleProcessor::getParticleSystem(), osgParticle::ModularEmitter::getPlacer(), osg::CullStack::getProjectionMatrix(), osgAnimation::TemplateChannel< SamplerType >::getSampler(), osgAnimation::TemplateChannel< SamplerType >::getSamplerTyped(), osgParticle::ModularEmitter::getShooter(), osgParticle::Particle::getSizeInterpolator(), osg::RenderInfo::getState(), osgAnimation::TemplateChannel< SamplerType >::getTarget(), osgAnimation::TemplateChannel< SamplerType >::getTargetTyped(), osgUtil::DelaunayConstraint::getTriangles(), osgUtil::DelaunayTriangulator::getTriangles(), osg::RenderInfo::getUserData(), osg::CullStack::getViewport(), osg::CullStack::getWindowMatrix(), osgDB::RegisterDotOsgWrapperProxy::RegisterDotOsgWrapperProxy(), osgUtil::RegisterRenderBinProxy::RegisterRenderBinProxy(), osgAnimation::TemplateChannel< SamplerType >::setTarget(), osg::static_pointer_cast(), osgAnimation::RigGeometry::UpdateVertex::update(), osgDB::RegisterDotOsgWrapperProxy::~RegisterDotOsgWrapperProxy(), and osgUtil::RegisterRenderBinProxy::~RegisterRenderBinProxy().
template<class T>
osg::ref_ptr< T >::operator unspecified_bool_type |
( |
|
) |
const [inline] |
template<class T>
bool osg::ref_ptr< T >::operator!= |
( |
const T * |
ptr |
) |
const [inline] |
template<class T>
template<class Other >
template<class T>
bool osg::ref_ptr< T >::operator== |
( |
const T * |
ptr |
) |
const [inline] |
Referenced by osg::State::applyAttribute(), osg::State::applyGlobalDefaultAttribute(), osgAnimation::TemplateChannel< SamplerType >::createKeyframeContainerFromTargetValue(), osg::DrawElements::dirty(), osg::Drawable::draw(), osg::RenderInfo::getContextID(), osgAnimation::TemplateChannel< SamplerType >::getOrCreateSampler(), osgSim::BlinkSequence::localTime(), osg::ref_ptr< osg::Sphere >::operator unspecified_bool_type(), osg::DrawElements::releaseGLObjects(), osg::DrawElements::resizeGLObjectBuffers(), osg::DrawElements::setElementBufferObject(), osgAnimation::RigGeometry::UpdateVertex::update(), and osg::DrawElements::~DrawElements().
Friends And Related Function Documentation
template<class T>
bool operator!= |
( |
const T * |
ptr, |
|
|
const ref_ptr< T > & |
rp | |
|
) |
| | [friend] |
template<class T>
bool operator== |
( |
const T * |
ptr, |
|
|
const ref_ptr< T > & |
rp | |
|
) |
| | [friend] |
The documentation for this class was generated from the following file: