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,
66 const Binding matbinding,
const Binding normbinding,
67 const Binding texbinding);
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