SoShaderParameter

Langue: en

Version: 345493 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

SoShaderParameter -

SYNOPSIS


#include <Inventor/nodes/SoShaderParameter.h>

Inherits SoNode.

Inherited by SoUniformShaderParameter.

Static Public Member Functions


static void initClass ()

Public Attributes


SoSFString name

SoSFInt32 identifier

Protected Member Functions


SoShaderParameter ()

virtual ~SoShaderParameter ()

Detailed Description

The SoShaderParameter class is the base class for all shader parameter classes.

In addition to the name and identifier field, all subclasses have a value field which is used for specifying the parameter value.

Constructor & Destructor Documentation

SoShaderParameter::SoShaderParameter (void) [protected]Constructor.

SoShaderParameter::~SoShaderParameter () [protected, virtual]Destructor.

Member Function Documentation

void SoShaderParameter::initClass (void) [static]Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system.

Reimplemented from SoNode.

Author

Generated automatically by Doxygen for Coin from the source code.