Stores the current pick method. More...
#include <Inventor/elements/SoPickMethodElement.h>
Public Types | |
enum | Method { AUTO, GPU, CPU } |
Public Member Functions | |
virtual void | print (FILE *fp) const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, Method method) |
static void | set (SoState *state, SoNode *, Method method) |
static Method | get (SoState *state) |
static Method | getDefault () |
Stores the current pick method.
This element stores the current pick method.
SoPickMethod
Returns current pick method from the state.
static int SoPickMethodElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoInt32Element.
static SoType SoPickMethodElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoInt32Element.
static Method SoPickMethodElement::getDefault | ( | ) | [inline, static] |
Returns the default pick method.
virtual void SoPickMethodElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
Reimplemented from SoInt32Element.
Sets the current pick method in the state.
Sets the current pick method in the state.