1#ifndef COIN_SOPICKACTION_H
2#define COIN_SOPICKACTION_H
27#include <Inventor/actions/SoAction.h>
28#include <Inventor/actions/SoSubAction.h>
29#include <Inventor/SbViewportRegion.h>
43 void enableCulling(
const SbBool flag);
44 SbBool isCullingEnabled()
const;
55 SbBool cullingenabled;
The SbViewportRegion class is a viewport within a full window.
Definition: SbViewportRegion.h:31
The SoAction class is the base class for all traversal actions.
Definition: SoAction.h:67
static void initClass(void)
Definition: SoAction.cpp:392
virtual void beginTraversal(SoNode *node)
Definition: SoAction.cpp:1208
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47
The SoPickAction class is the base class for picking actions.
Definition: SoPickAction.h:32
SbViewportRegion vpRegion
Definition: SoPickAction.h:52