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> 
   33 #endif // !COIN_INTERNAL 
   48   static void initClass(
void);
 
   53   virtual SbBool generateDefaultNormals(
SoState * state,
 
   55   virtual SbBool generateDefaultNormals(
SoState * state,
 
   65   void setNormalCache(
SoState * 
const state,
 
   66                       const int num, 
const SbVec3f * normals);
 
   70   void getVertexData(
SoState * state,
 
   73                      const SbBool neednormals);
 
   75   void readLockNormalCache(
void);
 
   76   void readUnlockNormalCache(
void);
 
   79   void writeLockNormalCache(
void);
 
   80   void writeUnlockNormalCache(
void);
 
   81   SoVertexShapeP * pimpl;
 
   84 #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:36
The SoNormalCache class is used to hold cached normals.As an extension to the original SGI Open Inven...
Definition: SoNormalCache.h:34
The SoNormalBundle class simplifies normal handling.This class is currently not used in Coin but is p...
Definition: SoNormalBundle.h:33
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
The SoCoordinateElement class is yet to be documented.FIXME: write doc. 
Definition: SoCoordinateElement.h:31
The SoSFNode class is a container for a single node.This field container stores a pointer to a Coin n...
Definition: SoSFNode.h:38
SoSFNode vertexProperty
Definition: SoVertexShape.h:50
The SbVec3f class is a 3 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec3f.h:40
virtual SbBool shouldGLRender(SoGLRenderAction *action)
Definition: SoShape.cpp:547
The SoTextureCoordinateElement class is yet to be documented.FIXME: write doc. 
Definition: SoTextureCoordinateElement.h:41
virtual void notify(SoNotList *nl)
Definition: SoShape.cpp:1416
The SoWriteAction class writes a scene graph to file.When applied to a scene, this action writes its ...
Definition: SoWriteAction.h:33
The SoVertexShape class is the superclass for all vertex based shapes.Basically, every polygon-...
Definition: SoVertexShape.h:42
The SoShape class is the superclass for geometry shapes.The node types which have actual geometry to ...
Definition: SoShape.h:43
The SoNotList class is a list of SoNotRec notification records. 
Definition: SoNotification.h:34
virtual void write(SoWriteAction *action)
Definition: SoNode.cpp:1217
#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:41