1#ifndef COIN_SOVERTEXATTRIBUTE_H
2#define COIN_SOVERTEXATTRIBUTE_H
36#include <Inventor/nodes/SoNode.h>
37#include <Inventor/nodes/SoSubNode.h>
38#include <Inventor/elements/SoVertexAttributeElement.h>
39#include <Inventor/fields/SoSFName.h>
40#include <Inventor/fields/SoMField.h>
41#include <Inventor/fields/SoSFEnum.h>
42#include <Inventor/tools/SbPimplPtr.h>
45class SoVertexAttributeP;
52 static void initClass(
void);
54 static SoType getClassTypeId(
void);
55 virtual SoType getTypeId(
void)
const;
60 SoMField * getValuesField(
void)
const;
62 virtual void doAction(
SoAction * action);
72 virtual SbBool readInstance(
SoInput *
in,
unsigned short flags);
76 static void * createInstance(
void);
77 virtual const SoFieldData * getFieldData(
void)
const;
79 void initFieldData(
void);
The SbList class is a template container class for lists.
Definition SbList.h:70
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
The SoFieldContainer class is a base class for all classes that contain fields.
Definition SoFieldContainer.h:43
The SoFieldData class is a container for a prototype set of fields.
Definition SoFieldData.h:48
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:50
The SoMField class is the base class for fields which can contain multiple values.
Definition SoMField.h:41
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:43
The SoSFName class is a container for an SbName.
Definition SoSFName.h:40
The SoType class is the basis for the runtime type system in Coin.
Definition SoType.h:59
A generic node for providing GL vertex attributes of various types.
Definition SoVertexAttribute.h:47
The SoWriteAction class writes a scene graph to file.
Definition SoWriteAction.h:42