Coin
4.0.3
Coin3D core library
|
The SoPointSizeElement changes the point size setting of the render state. More...
#include <Inventor/elements/SoPointSizeElement.h>
Public Member Functions | |
virtual void | init (SoState *state) |
Public Member Functions inherited from SoFloatElement | |
virtual SoElement * | copyMatchInfo (void) const |
virtual SbBool | matches (const SoElement *element) const |
virtual void | print (FILE *file) const |
virtual void | setElt (float value) |
Public Member Functions inherited from SoElement | |
virtual | ~SoElement () |
int | getDepth (void) const |
int | getStackIndex (void) const |
const SoType | getTypeId (void) const |
virtual void | pop (SoState *state, const SoElement *prevTopElement) |
virtual void | push (SoState *state) |
void | setDepth (const int depth) |
Protected Member Functions | |
virtual | ~SoPointSizeElement () |
Protected Member Functions inherited from SoFloatElement | |
virtual | ~SoFloatElement () |
Protected Member Functions inherited from SoElement | |
SoElement (void) | |
void | capture (SoState *const state) const |
virtual void | captureThis (SoState *state) const |
SoElement * | getNextFree (void) const |
SoElement * | getNextInStack (void) const |
void | setStackIndex (const int index) |
void | setTypeId (const SoType typeId) |
Additional Inherited Members | |
Static Protected Member Functions inherited from SoElement | |
static int | createStackIndex (const SoType id) |
static const SoElement * | getConstElement (SoState *const state, const int stackIndex) |
static SoElement * | getElement (SoState *const state, const int stackIndex) |
Protected Attributes inherited from SoFloatElement | |
float | data |
Protected Attributes inherited from SoElement | |
int | depth |
int | stackIndex |
SoType | typeId |
Static Protected Attributes inherited from SoElement | |
static int | classStackIndex |
static SoTypeList * | stackToType |
The SoPointSizeElement changes the point size setting of the render state.
Requests from the scene graph to change the point size when rendering point primitives will be made through this element.
The SoPointSizeElement class itself is just a generic abstraction for the underlying So*PointSizeElement classes with code specific for each supported immediate mode rendering library.
|
protectedvirtual |
Destructor.
This API member is considered internal to the library, as it is not likely to be of interest to the application programmer.
Creates a new instance of the class type corresponding to the SoType object.
Static method for returning the current point size setting in the given traversal state.
|
static |
This static method returns the state stack index for the class.
This static method returns the SoType object associated with objects of this class.
|
static |
Returns default point size setting.
Initializes the element to its default value. The default value for point size is 0.0.
Reimplemented from SoFloatElement.
Reimplemented in SoGLPointSizeElement.
Initialize relevant common data for all instances, like the type system.
Static method for setting the current pointSize value in the given traversal state.
|
static |
Static method for setting the current pointSize value in the given traversal state.