MeVisLab Resolution Independence API
SoOffscreenViewerProxyNode Class Reference

SoOffscreenViewerProxyNode will put a SoViewerElement with the given SoOffscreenViewerProxy into the scene. More...

#include <SoOffscreenViewerProxy.h>

Inheritance diagram for SoOffscreenViewerProxyNode:

Public Member Functions

 SoOffscreenViewerProxyNode (SoOffscreenViewerProxy *proxy=nullptr)
 Constructor. More...
 
 ~SoOffscreenViewerProxyNode () override
 
void GLRender (SoGLRenderAction *action) override
 set SoOffscreenViewerProxy before scene traversal More...
 
virtual void renderCustom (SoGLRenderAction *)
 method that can be implemented to do additional GL rendering or setup state when offscreen rendering More...
 

Static Public Member Functions

static void initClass ()
 Initializes this class. More...
 

Protected Attributes

SoOffscreenViewerProxy_proxy
 

Detailed Description

SoOffscreenViewerProxyNode will put a SoViewerElement with the given SoOffscreenViewerProxy into the scene.

Definition at line 47 of file SoOffscreenViewerProxy.h.

Constructor & Destructor Documentation

◆ SoOffscreenViewerProxyNode()

SoOffscreenViewerProxyNode::SoOffscreenViewerProxyNode ( SoOffscreenViewerProxy proxy = nullptr)
inline

Constructor.

Definition at line 53 of file SoOffscreenViewerProxy.h.

◆ ~SoOffscreenViewerProxyNode()

SoOffscreenViewerProxyNode::~SoOffscreenViewerProxyNode ( )
inlineoverride

Definition at line 54 of file SoOffscreenViewerProxy.h.

Member Function Documentation

◆ GLRender()

void SoOffscreenViewerProxyNode::GLRender ( SoGLRenderAction *  action)
override

set SoOffscreenViewerProxy before scene traversal

◆ initClass()

static void SoOffscreenViewerProxyNode::initClass ( )
static

Initializes this class.

◆ renderCustom()

virtual void SoOffscreenViewerProxyNode::renderCustom ( SoGLRenderAction *  )
inlinevirtual

method that can be implemented to do additional GL rendering or setup state when offscreen rendering

Definition at line 63 of file SoOffscreenViewerProxy.h.

Member Data Documentation

◆ _proxy

SoOffscreenViewerProxy* SoOffscreenViewerProxyNode::_proxy
protected

Definition at line 66 of file SoOffscreenViewerProxy.h.


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