class SG_EXPORT osg::Point

Point - encapsulates the OpenGL point smmothing and size state

Inheritance:


Public Methods

[more] Point()
[more]virtual Object* clone() const
[more]virtual bool isSameKindAs(const Object* obj) const
[more]virtual const char* className() const
[more]virtual const Type getType() const
[more]virtual void setStateSetModes(StateSet& ds, const GLModeValue value) const
[more]void setSize(const float size)
[more]inline const float getSize() const
[more]void setFadeThresholdSize(const float fadeThresholdSize)
[more]inline const float getFadeThresholdSize() const
[more]void setDistanceAttenuation(const Vec3& distanceAttenuation)
[more]inline const Vec3& getDistanceAttenuation() const
[more]virtual void apply(State& state) const
[more]static void init_GL_EXT()

Protected Fields

[more]float _size
[more]float _fadeThresholdSize
[more]Vec3 _distanceAttenuation

Protected Methods

[more]virtual ~Point()


Inherited from StateAttribute:

Public Methods

ovirtual void compile(State&) const

Public Members

otypedef GLenum GLMode
otypedef unsigned int GLModeValue
otypedef unsigned int OverrideValue
oenum Values
oenum Type


Inherited from Object:


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (Referenced&)
oinline void ref() const
oinline void unref() const
oinline const int referenceCount() const

Protected Fields

omutable int _refCount


Documentation

Point - encapsulates the OpenGL point smmothing and size state
o Point()

ovirtual Object* clone() const

ovirtual bool isSameKindAs(const Object* obj) const

ovirtual const char* className() const

ovirtual const Type getType() const

ovirtual void setStateSetModes(StateSet& ds, const GLModeValue value) const

ovoid setSize(const float size)

oinline const float getSize() const

ovoid setFadeThresholdSize(const float fadeThresholdSize)

oinline const float getFadeThresholdSize() const

ovoid setDistanceAttenuation(const Vec3& distanceAttenuation)

oinline const Vec3& getDistanceAttenuation() const

ovirtual void apply(State& state) const

ostatic void init_GL_EXT()

ovirtual ~Point()

ofloat _size

ofloat _fadeThresholdSize

oVec3 _distanceAttenuation


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.