1 #ifndef COIN_SOCONVEXDATACACHE_H
2 #define COIN_SOCONVEXDATACACHE_H
27 #include <Inventor/caches/SoCache.h>
28 #include <Inventor/system/inttypes.h>
33 class SoConvexDataCacheP;
53 const int32_t *coordindices,
54 const int numcoordindices,
55 const int32_t *matindices,
const int32_t *normindices,
56 const int32_t *texindices,
57 const Binding matbinding,
const Binding normbinding,
58 const Binding texbinding);
60 const int32_t *getCoordIndices(
void)
const;
61 int getNumCoordIndices(
void)
const;
62 const int32_t *getMaterialIndices(
void)
const;
63 int getNumMaterialIndices(
void)
const;
64 const int32_t *getNormalIndices(
void)
const;
65 int getNumNormalIndices(
void)
const;
66 const int32_t *getTexIndices(
void)
const;
67 int getNumTexIndices(
void)
const;
70 SoConvexDataCacheP * pimpl;
73 #endif // !COIN_SOCONVEXDATACACHE_H
The SoConvexDataCache class is used to cache convexified polygons.SoConvexDataCache is used to speed ...
Definition: SoConvexDataCache.h:35
Binding
The Binding enum is used to specify bindings.
Definition: SoConvexDataCache.h:41
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 SbVec3f class is a 3 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec3f.h:40
The SbMatrix class is a 4x4 dimensional representation of a matrix.SbMatrix is used by many other cla...
Definition: SbMatrix.h:37
The SoCache class is the superclass for all internal cache classes.It organizes reference counting to...
Definition: SoCache.h:34