Man Linux: Main Page and Category List

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.