MeVisLabToolboxReference
SoMLSampler3D Class Reference

Sampler node that uses a 3D ML subimage to define a 3D sampler. More...

#include <SoMLSampler3D.h>

Inheritance diagram for SoMLSampler3D:
SoMLSampler SoSampler SoUniformShaderParameter SoShaderParameter

List of all members.

Public Member Functions

 SoMLSampler3D ()
 Constructor.
virtual void updateParameter (SoUniformParameterBase *uniformBase, SoState *state)
 Assigns or updates the parameter's value.

Static Public Member Functions

static void initClass ()
 Initialize class with runtime type system.

Public Attributes

SoSFEnum wrapT
 Wrapping mode. Default is REPEAT.
SoSFEnum wrapR
 Wrapping mode. Default is REPEAT.

Protected Member Functions

virtual ~SoMLSampler3D ()
 Destructor.
virtual void imageChanged ()
 Called when the ML images has changed.and is valid.

Detailed Description

Sampler node that uses a 3D ML subimage to define a 3D sampler.

Definition at line 19 of file SoMLSampler3D.h.


Constructor & Destructor Documentation

SoMLSampler3D::SoMLSampler3D ( )

Constructor.

virtual SoMLSampler3D::~SoMLSampler3D ( ) [protected, virtual]

Destructor.


Member Function Documentation

virtual void SoMLSampler3D::imageChanged ( ) [protected, virtual]

Called when the ML images has changed.and is valid.

Implements SoMLSampler.

static void SoMLSampler3D::initClass ( ) [static]

Initialize class with runtime type system.

Reimplemented from SoMLSampler.

virtual void SoMLSampler3D::updateParameter ( SoUniformParameterBase uniformBase,
SoState *  state 
) [virtual]

Assigns or updates the parameter's value.

Reimplemented from SoMLSampler.


Member Data Documentation

Wrapping mode. Default is REPEAT.

Definition at line 31 of file SoMLSampler3D.h.

Wrapping mode. Default is REPEAT.

Definition at line 28 of file SoMLSampler3D.h.


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