Stores the current coordinates. More...
#include <Inventor/elements/SoGLCoordinateElement.h>
Public Member Functions | |
void | send (int index) const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
Stores the current coordinates.
This element stores the current coordinates. 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: This class does not exist in Open Inventor 10.0 and later.Note that this class relies on SoCoordinateElement to store the coordinates in the instance.
static int SoGLCoordinateElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoCoordinateElement.
static SoType SoGLCoordinateElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoCoordinateElement.
void SoGLCoordinateElement::send | ( | int | index | ) | const |
Sends indexed coordinate to GL.