50#ifndef _SO_PICK_RAY_ELEMENT
51#define _SO_PICK_RAY_ELEMENT
53#include <Inventor/SbLinear.h>
54#include <Inventor/elements/SoSubElement.h>
74SoEXTENDER_Documented
class SoPickRayElement :
public SoElement {
76 SO_ELEMENT_HEADER(SoPickRayElement);
93 virtual void print(FILE *fp)
const;
98 virtual void init(
SoState *state);
104 virtual SbBool matches(
const SoElement* elt)
const;
109 virtual SoElement* copyMatchInfo()
const;
113 static void initClass();
114 static void exitClass();
119 virtual ~SoPickRayElement();
static void set(SoState *state, const SbViewVolume &volume)
Sets the picking ray.
static const SbViewVolume & get(SoState *state)
Returns the current picking ray view volume from the state.
virtual void print(FILE *fp) const
Prints element (for debugging).