| 
    MeVisLab Toolbox Reference
    
   | 
 
Open Inventor vertex attribute nodes. More...
#include <SoVertexAttributeNodes.h>
  
Public Member Functions | |
| SoVertexAttributeBase () | |
| Constructor.   | |
| void | GLRender (SoGLRenderAction *action) override | 
Static Public Member Functions | |
| static void | initClass () | 
| Initialize class with runtime type system.   | |
Public Attributes | |
| SoSFString | name | 
| SoSFBool | perInstance | 
Protected Member Functions | |
| virtual void | updateInfo () | 
Protected Attributes | |
| SoVertexAttributeInfo | _info | 
Open Inventor vertex attribute nodes.
Base class for vertex attribute nodes.
Definition at line 33 of file SoVertexAttributeNodes.h.
| SoVertexAttributeBase::SoVertexAttributeBase | ( | ) | 
Constructor.
      
  | 
  override | 
      
  | 
  static | 
Initialize class with runtime type system.
      
  | 
  inlineprotectedvirtual | 
Reimplemented in SoVertexAttribute1f, SoVertexAttribute2f, SoVertexAttribute3f, SoVertexAttribute4f, SoVertexAttributeRotation, SoVertexAttribute1ui, SoVertexAttribute1i, and SoVertexAttribute4ub.
Definition at line 54 of file SoVertexAttributeNodes.h.
      
  | 
  protected | 
Definition at line 56 of file SoVertexAttributeNodes.h.
| SoSFString SoVertexAttributeBase::name | 
Definition at line 40 of file SoVertexAttributeNodes.h.
| SoSFBool SoVertexAttributeBase::perInstance | 
Definition at line 42 of file SoVertexAttributeNodes.h.