MeVisLab Toolbox Reference
|
Vertex attribute of type SbVec3f. More...
#include <SoVertexAttributeNodes.h>
Public Member Functions | |
SoVertexAttribute3f () | |
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 | |
SoMFVec3f | values |
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 SbVec3f.
Definition at line 105 of file SoVertexAttributeNodes.h.
SoVertexAttribute3f::SoVertexAttribute3f | ( | ) |
Constructor.
|
overrideprotectedvirtual |
Reimplemented from SoVertexAttributeBase.
SoMFVec3f SoVertexAttribute3f::values |
Definition at line 112 of file SoVertexAttributeNodes.h.