1#ifndef COIN_SOTRANSFORMERMANIP_H
2#define COIN_SOTRANSFORMERMANIP_H
36#include <Inventor/manips/SoTransformManip.h>
37#include <Inventor/tools/SbLazyPimplPtr.h>
39class SoTransformerManipP;
50 SbBool isLocateHighlighting(
void);
51 void setLocateHighlighting(SbBool onoff);
53 void unsquishKnobs(
void);
59 SbLazyPimplPtr<SoTransformerManipP> pimpl;