MeVisLab Toolbox Reference
|
Vertex attribute of type Int32. More...
#include <SoVertexAttributeNodes.h>
Public Member Functions | |
SoVertexAttribute1i () | |
Constructor. | |
Public Member Functions inherited from SoVertexAttributeBase | |
SoVertexAttributeBase () | |
Constructor. | |
void | GLRender (SoGLRenderAction *action) override |
Static Public Member Functions | |
static void | initClass () |
Initialize class with runtime type system. | |
Static Public Member Functions inherited from SoVertexAttributeBase | |
static void | initClass () |
Initialize class with runtime type system. | |
Public Attributes | |
SoMFInt32 | values |
SoSFBool | normalized |
Public Attributes inherited from SoVertexAttributeBase | |
SoSFString | name |
SoSFBool | perInstance |
Protected Member Functions | |
void | updateInfo () override |
Additional Inherited Members | |
Protected Attributes inherited from SoVertexAttributeBase | |
SoVertexAttributeInfo | _info |
Vertex attribute of type Int32.
Definition at line 194 of file SoVertexAttributeNodes.h.
SoVertexAttribute1i::SoVertexAttribute1i | ( | ) |
Constructor.
|
overrideprotectedvirtual |
Reimplemented from SoVertexAttributeBase.
SoSFBool SoVertexAttribute1i::normalized |
Definition at line 202 of file SoVertexAttributeNodes.h.
SoMFInt32 SoVertexAttribute1i::values |
Definition at line 201 of file SoVertexAttributeNodes.h.