MeVisLab Toolbox Reference
SoBackground Class Reference

SoBackground renders a background bar It uses the lookuptable element to draw a 8bit Lookuptable on the bar rendering. More...

#include <SoBackground.h>

Inheritance diagram for SoBackground:

Public Member Functions

 SoBackground ()
 
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

SoSFBool on
 Fields. More...
 
SoSFBool rotate
 
SoSFBool flip
 
SoSFBool depthBuffer
 

Protected Member Functions

 ~SoBackground () override
 

Detailed Description

SoBackground renders a background bar It uses the lookuptable element to draw a 8bit Lookuptable on the bar rendering.

Definition at line 33 of file SoBackground.h.

Constructor & Destructor Documentation

◆ SoBackground()

SoBackground::SoBackground ( )

◆ ~SoBackground()

SoBackground::~SoBackground ( )
overrideprotected

Member Function Documentation

◆ affectsState()

bool SoBackground::affectsState ( ) const
inlineoverride

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

Definition at line 55 of file SoBackground.h.

◆ GLRender()

void SoBackground::GLRender ( SoGLRenderAction *  action)
override

derived render method that renders the background

◆ initClass()

static void SoBackground::initClass ( )
static

inventor runtime system

Member Data Documentation

◆ depthBuffer

SoSFBool SoBackground::depthBuffer

Definition at line 42 of file SoBackground.h.

◆ flip

SoSFBool SoBackground::flip

Definition at line 41 of file SoBackground.h.

◆ on

SoSFBool SoBackground::on

Fields.

Definition at line 39 of file SoBackground.h.

◆ rotate

SoSFBool SoBackground::rotate

Definition at line 40 of file SoBackground.h.


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