Stores the current uniform shader parameter.
More...
#include <Inventor/elements/SoUniformShaderParameterElement.h>
|
virtual void | push (SoState *state) |
| Overrides push() method to copy values from next instance in the stack.
|
|
virtual void | pop (SoState *state, const SoElement *prevTopElement) |
| Pops element.
|
|
virtual void | print (FILE *fp) const |
| Prints element (for debugging).
|
|
virtual SoType | getTypeId () const |
| Returns type identifier for element instance.
|
|
SbBool | isOfType (const SoType &type) const |
| Returns TRUE if this object is of the type specified in type or is derived from that type.
|
|
template<typename TypedObjectClass> |
SbBool | isOfType () const |
| Returns TRUE if this object is of the type of class TypedObjectClass or is derived from that class.
|
|
Stores the current uniform shader parameter.
This element stores the current uniform shader parameter.
SEE ALSO
SoShaderParameter
Definition at line 46 of file SoUniformShaderParameterElement.h.
◆ add() [1/2]
◆ add() [2/2]
◆ getClassStackIndex()
static int SoUniformShaderParameterElement::getClassStackIndex |
( |
| ) |
|
|
static |
Returns the stack id for this element.
◆ getClassTypeId()
static SoType SoUniformShaderParameterElement::getClassTypeId |
( |
| ) |
|
|
static |
Returns the type identifier for this class.
◆ getInstance()
Returns the top (current) instance of the element in the state.
◆ pop()
virtual void SoUniformShaderParameterElement::pop |
( |
SoState * | state, |
|
|
const SoElement * | prevTopElement ) |
|
virtual |
Pops element.
Allows for side effects to occur. Default methods do nothing.
Reimplemented from SoElement.
◆ push()
virtual void SoUniformShaderParameterElement::push |
( |
SoState * | state | ) |
|
|
virtual |
The documentation for this class was generated from the following file: