Class to access a MeshViz view. More...
#include <Inventor/SbViewportRegion.h>
  
 Public Member Functions | |
| SoGetView () | |
| virtual | ~SoGetView () | 
| virtual SbBool | getViewportIsEnabled () const | 
| virtual const SbVec2f | getViewportOrigin () const | 
| virtual const SbVec2f | getViewportSize () const | 
Class to access a MeshViz view.
This class gives access from the Inventor kernel to the external MeshViz nodes managing the views (i.e PoBaseView::viewportOrigin or PoBaseView::viewportSize and its derived class fields).
| SoGetView::SoGetView | ( | ) | 
Default constructor.
| virtual SoGetView::~SoGetView | ( | ) |  [inline, virtual] | 
        
| virtual SbBool SoGetView::getViewportIsEnabled | ( | ) |  const [virtual] | 
        
Returns TRUE if SoGetView functionalities are enabled, FALSE otherwise.
By default, returns FALSE.
| virtual const SbVec2f SoGetView::getViewportOrigin | ( | ) |  const [virtual] | 
        
Returns SbViewportRegion origin.
Default value = (0,0).
| virtual const SbVec2f SoGetView::getViewportSize | ( | ) |  const [virtual] | 
        
Returns SbViewportRegion size.
Default value = (1,1).