57#ifndef  _SO_NORMAL_CACHE 
   58#define  _SO_NORMAL_CACHE 
   82    int                 getNum()
 const          { 
return numNormals; }
 
 
#define SoEXTENDER
Provide inline template functions for abs, swap, min, max, and clamp.
 
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
 
const SbVec3f * getNormals() const
 
SoNormalCache(SoState *state)
Constructor and destructor.
 
void set(int numNormals, const SbVec3f *normals)
Stores a list of normals in the cache.
 
int getNum() const
Returns the number of normals and list of normals.
 
An SoState collects and holds state while traversing a scene graph.