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>
66 const int num,
const SbVec3f * normals);
73 const SbBool neednormals);
79 void writeLockNormalCache(
void);
80 void writeUnlockNormalCache(
void);
81 SoVertexShapeP * pimpl;
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:40
static void initClass(void)
Definition SoBase.cpp:338
The SoCoordinateElement class is yet to be documented.
Definition SoCoordinateElement.h:31
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:41
virtual void write(SoWriteAction *action)
Definition SoNode.cpp:1217
The SoNormalBundle class simplifies normal handling.
Definition SoNormalBundle.h:33
The SoNormalCache class is used to hold cached normals.
Definition SoNormalCache.h:34
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
SoShape(void)
Definition SoShape.cpp:344
virtual void notify(SoNotList *nl)
Definition SoShape.cpp:1416
virtual SbBool shouldGLRender(SoGLRenderAction *action)
Definition SoShape.cpp:547
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:35
The SoTextureCoordinateElement class is yet to be documented.
Definition SoTextureCoordinateElement.h:41
SoSFNode vertexProperty
Definition SoVertexShape.h:50
virtual SbBool generateDefaultNormals(SoState *state, SoNormalBundle *bundle)
Definition SoVertexShape.cpp:182
void readUnlockNormalCache(void)
Definition SoVertexShape.cpp:352
SoNormalCache * generateAndReadLockNormalCache(SoState *const state)
Definition SoVertexShape.cpp:263
void readLockNormalCache(void)
Definition SoVertexShape.cpp:337
SoNormalCache * getNormalCache(void) const
Definition SoVertexShape.cpp:242
void setNormalCache(SoState *const state, const int num, const SbVec3f *normals)
Definition SoVertexShape.cpp:219
SoVertexShape(void)
Definition SoVertexShape.cpp:138
void getVertexData(SoState *state, const SoCoordinateElement *&coords, const SbVec3f *&normals, const SbBool neednormals)
Definition SoVertexShape.cpp:301
The SoWriteAction class writes a scene graph to file.
Definition SoWriteAction.h:33
#define SO_NODE_ABSTRACT_HEADER(classname)
Definition macros.dox:54