Stores full-scene antialiasing properties.
More...
#include <Inventor/elements/SoGLFullSceneAntialiasingElement.h>
Public Member Functions | |
| virtual void | push (SoState *state) |
| virtual void | pop (SoState *state, const SoElement *prevTopElement) |
Static Public Member Functions | |
| static SoType | getClassTypeId () |
| static int | getClassStackIndex () |
Stores full-scene antialiasing properties.
This element stores full-scene antialiasing properties.
NOTE: This class does not exist in Open Inventor 10.0 and later.SoFullSceneAntialiasingElement
| static int SoGLFullSceneAntialiasingElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoFullSceneAntialiasingElement.
| static SoType SoGLFullSceneAntialiasingElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoFullSceneAntialiasingElement.
| virtual void SoGLFullSceneAntialiasingElement::pop | ( | SoState * | state, | |
| const SoElement * | prevTopElement | |||
| ) | [virtual] |
Overrides pop() method so side effects can occur in GL.
| virtual void SoGLFullSceneAntialiasingElement::push | ( | SoState * | state | ) | [virtual] |
Overrides push() method to remember previous element's state so we can sometimes generate more efficient GL calls.
Reimplemented from SoFullSceneAntialiasingElement.