MeVisLab Toolbox Reference
SoClearBuffers Class Reference

#include <SoClearBuffers.h>

Inheritance diagram for SoClearBuffers:

Public Member Functions

 SoClearBuffers ()
 
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 clearColor
 Fields. More...
 
SoSFColor color
 
SoSFFloat alpha
 
SoSFDouble depth
 
SoSFBool clearDepth
 
SoSFBool clearStencil
 

Protected Member Functions

 ~SoClearBuffers () override
 

Detailed Description

Definition at line 21 of file SoClearBuffers.h.

Constructor & Destructor Documentation

◆ SoClearBuffers()

SoClearBuffers::SoClearBuffers ( )

◆ ~SoClearBuffers()

SoClearBuffers::~SoClearBuffers ( )
overrideprotected

Member Function Documentation

◆ affectsState()

bool SoClearBuffers::affectsState ( ) const
inlineoverride

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

Definition at line 45 of file SoClearBuffers.h.

◆ GLRender()

void SoClearBuffers::GLRender ( SoGLRenderAction *  action)
override

derived render method that renders the background

◆ initClass()

static void SoClearBuffers::initClass ( )
static

inventor runtime system

Member Data Documentation

◆ alpha

SoSFFloat SoClearBuffers::alpha

Definition at line 29 of file SoClearBuffers.h.

◆ clearColor

SoSFBool SoClearBuffers::clearColor

Fields.

Definition at line 27 of file SoClearBuffers.h.

◆ clearDepth

SoSFBool SoClearBuffers::clearDepth

Definition at line 31 of file SoClearBuffers.h.

◆ clearStencil

SoSFBool SoClearBuffers::clearStencil

Definition at line 32 of file SoClearBuffers.h.

◆ color

SoSFColor SoClearBuffers::color

Definition at line 28 of file SoClearBuffers.h.

◆ depth

SoSFDouble SoClearBuffers::depth

Definition at line 30 of file SoClearBuffers.h.


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