13#ifndef SO_PIXEL_SCALE_ACCESS_H 
   14#define SO_PIXEL_SCALE_ACCESS_H 
   20#include <Inventor/nodes/SoSubNode.h> 
   22#include <Inventor/fields/SoSFFloat.h> 
   25class SoGLRenderAction;
 
   32   typedef SoNode inherited;
 
   54      void GLRender(SoGLRenderAction *action) 
override;
 
   63      float _prevScaleFactor;
 
 
#define SOUTILS_EXPORT
System dependent includes. Disables some compiler/linker warnings.
 
void GLRender(SoGLRenderAction *action) override
Allow access to camer state.
 
SoPixelScaleAccess()
Constructor.
 
~SoPixelScaleAccess() override
Destructor.
 
static void initClass()
Register this node with the Open Inventor runtime system.
 
SoSFFloat scaleFactorOut
Ratio between physical pixels and device-independent pixels of the connected viewer.