MeVisLab Toolbox Reference
SoFramebufferSamplerElement Class Reference

Internal Open Inventor element not meant to be used in SDK. More...

#include <SoFramebufferSamplerElement.h>

Inheritance diagram for SoFramebufferSamplerElement:

Public Member Functions

void init (SoState *state) override
 Initialize element. More...
 

Static Public Member Functions

static void set (SoState *state, SoNode *node, SoFramebufferSampler *framebufferSampler)
 Sets the current framebuffer sampler in the state. More...
 
static SoFramebufferSamplerget (SoState *state)
 Returns the current framebuffer sampler from the state. More...
 
static void initClass ()
 Initialize class with runtime type system. More...
 

Protected Member Functions

 ~SoFramebufferSamplerElement () override
 Destructor. More...
 

Protected Attributes

SoFramebufferSampler_framebufferSampler
 

Detailed Description

Internal Open Inventor element not meant to be used in SDK.

Definition at line 25 of file SoFramebufferSamplerElement.h.

Constructor & Destructor Documentation

◆ ~SoFramebufferSamplerElement()

SoFramebufferSamplerElement::~SoFramebufferSamplerElement ( )
overrideprotected

Destructor.

Member Function Documentation

◆ get()

static SoFramebufferSampler* SoFramebufferSamplerElement::get ( SoState *  state)
static

Returns the current framebuffer sampler from the state.

◆ init()

void SoFramebufferSamplerElement::init ( SoState *  state)
override

Initialize element.

◆ initClass()

static void SoFramebufferSamplerElement::initClass ( )
static

Initialize class with runtime type system.

◆ set()

static void SoFramebufferSamplerElement::set ( SoState *  state,
SoNode *  node,
SoFramebufferSampler framebufferSampler 
)
static

Sets the current framebuffer sampler in the state.

Member Data Documentation

◆ _framebufferSampler

SoFramebufferSampler* SoFramebufferSamplerElement::_framebufferSampler
protected

Definition at line 51 of file SoFramebufferSamplerElement.h.


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