1 #ifndef COIN_SOTRANSFORMERMANIP_H 
    2 #define COIN_SOTRANSFORMERMANIP_H 
   27 #include <Inventor/manips/SoTransformManip.h> 
   28 #include <Inventor/tools/SbLazyPimplPtr.h> 
   30 class SoTransformerManipP;
 
   38   static void initClass(
void);
 
   41   SbBool isLocateHighlighting(
void);
 
   42   void setLocateHighlighting(SbBool onoff);
 
   44   void unsquishKnobs(
void);
 
   50   SbLazyPimplPtr<SoTransformerManipP> pimpl;
 
   57 #endif // !COIN_SOTRANSFORMERMANIP_H 
The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:36
#define SO_NODE_HEADER(classname)