1#ifndef COIN_SOVERTEXSHAPE_H
2#define COIN_SOVERTEXSHAPE_H
27#include <Inventor/nodes/SoSubNode.h>
28#include <Inventor/nodes/SoShape.h>
29#include <Inventor/fields/SoSFNode.h>
32#include <Inventor/nodes/SoVertexProperty.h>
48 static void initClass(
void);
53 virtual SbBool generateDefaultNormals(
SoState * state,
55 virtual SbBool generateDefaultNormals(
SoState * state,
65 void setNormalCache(
SoState *
const state,
70 void getVertexData(
SoState * state,
75 void readLockNormalCache(
void);
76 void readUnlockNormalCache(
void);
79 void writeLockNormalCache(
void);
80 void writeUnlockNormalCache(
void);
The SbList class is a template container class for lists.
Definition SbList.h:47
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:37
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:39
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:34
The SoSFNode class is a container for a single node.
Definition SoSFNode.h:38
The SoShape class is the superclass for geometry shapes.
Definition SoShape.h:43
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:35
The SoVertexShape class is the superclass for all vertex based shapes.
Definition SoVertexShape.h:42
SoSFNode vertexProperty
Definition SoVertexShape.h:50
The SoWriteAction class writes a scene graph to file.
Definition SoWriteAction.h:31