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/tools/SbLazyPimplPtr.h> 
   30 #include <Inventor/SbViewportRegion.h> 
   45   void enableCulling(
const SbBool flag);
 
   46   SbBool isCullingEnabled(
void) 
const;
 
   57   SbBool cullingenabled;
 
   60   SbLazyPimplPtr<SoPickActionP> pimpl;
 
   67 #endif // !COIN_SOPICKACTION_H 
static void initClass(void)
Definition: SoAction.cpp:366
The SoPickAction class is the base class for picking actions.The basis for all interaction features t...
Definition: SoPickAction.h:34
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoAction class is the base class for all traversal actions.Applying actions is the basic mechanis...
Definition: SoAction.h:68
SbViewportRegion vpRegion
Definition: SoPickAction.h:54
virtual void beginTraversal(SoNode *node)
Definition: SoAction.cpp:1263
The SbViewportRegion class is a viewport within a full window.The SbViewportRegion class contains inf...
Definition: SbViewportRegion.h:31