MeVisLab Toolbox Reference
SoGLGet Class Reference

#include <SoGLGet.h>

Inheritance diagram for SoGLGet:

Public Member Functions

 SoGLGet ()
 
void GLRender (SoGLRenderAction *action) override
 derived render method that renders the background More...
 
bool affectsState () const override
 this node does not affect the state, so return false! More...
 

Static Public Member Functions

static void initClass ()
 inventor runtime system More...
 

Public Attributes

SoSFEnum variable
 Fields. More...
 
SoSFDouble doubleResult
 
SoSFInt32 intResult
 
SoSFVec4f vecResult
 

Protected Member Functions

void getInt (GLint var)
 
void getInt4 (GLint var)
 
 ~SoGLGet () override
 

Detailed Description

Definition at line 21 of file SoGLGet.h.

Constructor & Destructor Documentation

◆ SoGLGet()

SoGLGet::SoGLGet ( )

◆ ~SoGLGet()

SoGLGet::~SoGLGet ( )
overrideprotected

Member Function Documentation

◆ affectsState()

bool SoGLGet::affectsState ( ) const
inlineoverride

this node does not affect the state, so return false!

Definition at line 45 of file SoGLGet.h.

◆ getInt()

void SoGLGet::getInt ( GLint  var)
protected

◆ getInt4()

void SoGLGet::getInt4 ( GLint  var)
protected

◆ GLRender()

void SoGLGet::GLRender ( SoGLRenderAction *  action)
override

derived render method that renders the background

◆ initClass()

static void SoGLGet::initClass ( )
static

inventor runtime system

Member Data Documentation

◆ doubleResult

SoSFDouble SoGLGet::doubleResult

Definition at line 29 of file SoGLGet.h.

◆ intResult

SoSFInt32 SoGLGet::intResult

Definition at line 30 of file SoGLGet.h.

◆ variable

SoSFEnum SoGLGet::variable

Fields.

Definition at line 28 of file SoGLGet.h.

◆ vecResult

SoSFVec4f SoGLGet::vecResult

Definition at line 31 of file SoGLGet.h.


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