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