1#ifndef COIN_SOCONVEXDATACACHE_H
2#define COIN_SOCONVEXDATACACHE_H
36#include <Inventor/caches/SoCache.h>
37#include <Inventor/system/inttypes.h>
42class 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;
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition SbMatrix.h:47
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:51
The SoCache class is the superclass for all internal cache classes.
Definition SoCache.h:43
The SoConvexDataCache class is used to cache convexified polygons.
Definition SoConvexDataCache.h:44
Binding
The Binding enum is used to specify bindings.
Definition SoConvexDataCache.h:50
The SoCoordinateElement class is yet to be documented.
Definition SoCoordinateElement.h:40
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44