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