GLPointStateItem Class Reference

#include <GLState.h>

Inheritance diagram for GLPointStateItem:

GLStateItem IFeatures

List of all members.

Public Member Functions

virtual ~GLPointStateItem ()
virtual bool sync ()
virtual bool apply ()

Public Attributes

State variables
GLfloat pointSize
 glPointSize; <1> (must be positive)
GLfloat pointSizeMin
 glPointParameterf; <0>
GLfloat pointSizeMax
 glPointParameterf; <1>
GLfloat pointFadeThresholdSize
 glPointParameterf; <1>
GLenum pointSpriteCoordOrigin
 glPointParameteri; <GL_LOWER_LEFT> or GL_UPPER_LEFT
GLenum pointDistanceAttenuation [3]
 glPointParameterfv; <1, 0, 0>
GLboolean pointSmooth
 glEnable; GL_TRUE or <GL_FALSE>
GLenum pointSmoothHint
 glHint; GL_FASTEST, GL_NICEST, or <GL_DONT_CARE>
GLboolean pointSprite
 glEnable; GL_TRUE or <GL_FALSE>
GLfloat pointSizeGranularity
 glGetFloat; read-only
GLfloat pointSizeRange [2]


Detailed Description

Definition at line 311 of file GLState.h.


Constructor & Destructor Documentation

virtual GLPointStateItem::~GLPointStateItem (  )  [inline, virtual]

Definition at line 313 of file GLState.h.


Member Function Documentation

virtual bool GLPointStateItem::sync (  )  [virtual]

Implements GLStateItem.

virtual bool GLPointStateItem::apply (  )  [virtual]

Implements GLStateItem.


Member Data Documentation

glPointSize; <1> (must be positive)

Definition at line 323 of file GLState.h.

glPointParameterf; <0>

Definition at line 326 of file GLState.h.

glPointParameterf; <1>

Definition at line 328 of file GLState.h.

glPointParameterf; <1>

Definition at line 330 of file GLState.h.

glPointParameteri; <GL_LOWER_LEFT> or GL_UPPER_LEFT

Definition at line 333 of file GLState.h.

glPointParameterfv; <1, 0, 0>

Definition at line 336 of file GLState.h.

glEnable; GL_TRUE or <GL_FALSE>

Definition at line 339 of file GLState.h.

glHint; GL_FASTEST, GL_NICEST, or <GL_DONT_CARE>

Definition at line 341 of file GLState.h.

glEnable; GL_TRUE or <GL_FALSE>

Definition at line 344 of file GLState.h.

glGetFloat; read-only

Definition at line 347 of file GLState.h.

Definition at line 348 of file GLState.h.


The documentation for this class was generated from the following file:

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6