1 #ifndef COIN_SOCONVEXDATACACHE_H     2 #define COIN_SOCONVEXDATACACHE_H    36 #include <Inventor/caches/SoCache.h>    37 #include <Inventor/system/inttypes.h>    42 class SoConvexDataCacheP;
    62                 const int32_t *coordindices,
    63                 const int numcoordindices,
    64                 const int32_t *matindices, 
const int32_t *normindices,
    65                 const int32_t *texindices,
    69   const int32_t *getCoordIndices(
void) 
const;
    70   int getNumCoordIndices(
void) 
const;
    71   const int32_t *getMaterialIndices(
void) 
const;
    72   int getNumMaterialIndices(
void) 
const;
    73   const int32_t *getNormalIndices(
void) 
const;
    74   int getNumNormalIndices(
void) 
const;
    75   const int32_t *getTexIndices(
void) 
const;
    76   int getNumTexIndices(
void) 
const;
    79   SoConvexDataCacheP * pimpl;
    82 #endif // !COIN_SOCONVEXDATACACHE_H The SoConvexDataCache class is used to cache convexified polygons.SoConvexDataCache is used to speed ...
Definition: SoConvexDataCache.h:44
 
Binding
The Binding enum is used to specify bindings. 
Definition: SoConvexDataCache.h:50
 
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 SbVec3f class is a 3 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec3f.h:51
 
The SbMatrix class is a 4x4 dimensional representation of a matrix.SbMatrix is used by many other cla...
Definition: SbMatrix.h:47
 
The SoCache class is the superclass for all internal cache classes.It organizes reference counting to...
Definition: SoCache.h:43