1 #ifndef COIN_SOVERTEXSHAPE_H
2 #define COIN_SOVERTEXSHAPE_H
36 #include <Inventor/nodes/SoSubNode.h>
37 #include <Inventor/nodes/SoShape.h>
38 #include <Inventor/fields/SoSFNode.h>
41 #include <Inventor/nodes/SoVertexProperty.h>
42 #endif // !COIN_INTERNAL
61 virtual SbBool generateDefaultNormals(
SoState * state,
63 virtual SbBool generateDefaultNormals(
SoState * state,
73 void setNormalCache(
SoState *
const state,
74 const int num,
const SbVec3f * normals);
78 void getVertexData(
SoState * state,
81 const SbBool neednormals);
83 void readLockNormalCache(
void);
84 void readUnlockNormalCache(
void);
87 void writeLockNormalCache(
void);
88 void writeUnlockNormalCache(
void);
89 SoVertexShapeP * pimpl;
92 #endif // !COIN_SOVERTEXSHAPE_H