Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
SoGetView Class Reference

Class to access a MeshViz view. More...

#include <Inventor/SbViewportRegion.h>

+ Inheritance diagram for SoGetView:

Public Member Functions

 SoGetView ()
 Default constructor.
 
virtual ~SoGetView ()
 
virtual SbBool getViewportIsEnabled () const
 Returns TRUE if SoGetView functionalities are enabled, FALSE otherwise.
 
virtual const SbVec2f getViewportOrigin () const
 Returns SbViewportRegion origin.
 
virtual const SbVec2f getViewportSize () const
 Returns SbViewportRegion size.
 

Detailed Description

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).

SEE ALSO

PoBaseView.

Definition at line 378 of file SbViewportRegion.h.

Constructor & Destructor Documentation

◆ SoGetView()

SoGetView::SoGetView ( )

Default constructor.

◆ ~SoGetView()

virtual SoGetView::~SoGetView ( )
inlinevirtual

Definition at line 384 of file SbViewportRegion.h.

Member Function Documentation

◆ getViewportIsEnabled()

virtual SbBool SoGetView::getViewportIsEnabled ( ) const
virtual

Returns TRUE if SoGetView functionalities are enabled, FALSE otherwise.

By default, returns FALSE.

◆ getViewportOrigin()

virtual const SbVec2f SoGetView::getViewportOrigin ( ) const
virtual

Returns SbViewportRegion origin.

Default value = (0,0).

◆ getViewportSize()

virtual const SbVec2f SoGetView::getViewportSize ( ) const
virtual

Returns SbViewportRegion size.

Default value = (1,1).


The documentation for this class was generated from the following file: