1 #ifndef COIN_SOPICKACTION_H 2 #define COIN_SOPICKACTION_H 36 #include <Inventor/actions/SoAction.h> 37 #include <Inventor/actions/SoSubAction.h> 38 #include <Inventor/tools/SbLazyPimplPtr.h> 39 #include <Inventor/SbViewportRegion.h> 54 void enableCulling(
const SbBool flag);
55 SbBool isCullingEnabled(
void)
const;
66 SbBool cullingenabled;
76 #endif // !COIN_SOPICKACTION_H static void initClass(void)
Definition: SoAction.cpp:370
The SoPickAction class is the base class for picking actions.
Definition: SoPickAction.h:43
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
The SoAction class is the base class for all traversal actions.
Definition: SoAction.h:77
SbViewportRegion vpRegion
Definition: SoPickAction.h:63
virtual void beginTraversal(SoNode *node)
Definition: SoAction.cpp:1270
The SbViewportRegion class is a viewport within a full window.
Definition: SbViewportRegion.h:40