Open Inventor Reference
SoGLCoordinateElement Class Reference

Element that stores the current coordinates. More...

#include <Inventor/elements/SoGLCoordinateElement.h>

Inheritance diagram for SoGLCoordinateElement:
SoCoordinateElement SoReplacedElement SoElement

List of all members.

Public Member Functions

void send (int index) const
 Sends indexed coordinate to GL.

Static Public Member Functions

static void initClass ()
 Initializes the SoGLCoordinateElement class.

Protected Member Functions

virtual ~SoGLCoordinateElement ()

Detailed Description

Adds methods to send the surface coordinate to GL on demand. The coordinates are sent in the appropriate form, depending on whether they are stored as 3-D or 4-D values.

Note that this class relies on SoCoordinateElement to store the coordinates in the instance.

Definition at line 75 of file SoGLCoordinateElement.h.


Constructor & Destructor Documentation

virtual SoGLCoordinateElement::~SoGLCoordinateElement ( ) [protected, virtual]

Member Function Documentation

static void SoGLCoordinateElement::initClass ( ) [static]

Reimplemented from SoCoordinateElement.

void SoGLCoordinateElement::send ( int  index) const

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