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 56 static void initClass(
void);
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 The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:45
The SoNormalCache class is used to hold cached normals.As an extension to the original SGI Open Inven...
Definition: SoNormalCache.h:43
The SoNormalBundle class simplifies normal handling.This class is currently not used in Coin but is p...
Definition: SoNormalBundle.h:42
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
The SoCoordinateElement class is yet to be documented.FIXME: write doc.
Definition: SoCoordinateElement.h:40
The SoSFNode class is a container for a single node.This field container stores a pointer to a Coin n...
Definition: SoSFNode.h:47
SoSFNode vertexProperty
Definition: SoVertexShape.h:58
The SbVec3f class is a 3 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec3f.h:51
virtual SbBool shouldGLRender(SoGLRenderAction *action)
Definition: SoShape.cpp:552
virtual void notify(SoNotList *nl)
Definition: SoShape.cpp:1418
The SoWriteAction class writes a scene graph to file.When applied to a scene, this action writes its ...
Definition: SoWriteAction.h:42
The SoVertexShape class is the superclass for all vertex based shapes.Basically, every polygon-...
Definition: SoVertexShape.h:50
The SoShape class is the superclass for geometry shapes.The node types which have actual geometry to ...
Definition: SoShape.h:52
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43
virtual void write(SoWriteAction *action)
Definition: SoNode.cpp:1227
#define SO_NODE_ABSTRACT_HEADER(classname)
The SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:50