55#ifndef _SO_PICK_STYLE_
56#define _SO_PICK_STYLE_
#define SoEXTENDER
Provide inline template functions for abs, swap, min, max, and clamp.
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
#define SO_NODE_HEADER(className)
Non-abstract classes have everything abstract classes have, plus a way to create an instance.
Abstract base class for all actions.
Performs a generic traversal of the scene graph.
Abstract base class for all database nodes.
Abstract base class for picking objects in a scene.
@ UNPICKABLE
Picks go through objects.
@ SHAPE
Points on surface of shape may be picked.
@ BOUNDING_BOX
Points on bounding boxes may be picked.
virtual void callback(SoCallbackAction *action)
virtual void pick(SoPickAction *action)
SoPickStyle()
Creates a pick style node with default settings.
SoSFEnum style
Picking style.
virtual void doAction(SoAction *action)
This method performs the "typical" operation of a node for any action.
Field containing an enumerated value.