![]() |
Describes the range of patches in a PatchArray. More...
#include <patchTables.h>
Public Member Functions | |
| ArrayRange (unsigned int ivertIndex, unsigned int ipatchIndex, unsigned int inpatches, unsigned int iquadOffsetIndex) | |
| Constructor. More... | |
Public Attributes | |
| unsigned int | vertIndex |
| unsigned int | patchIndex |
| unsigned int | npatches |
| unsigned int | quadOffsetIndex |
Describes the range of patches in a PatchArray.
Definition at line 245 of file patchTables.h.
|
inline |
Constructor.
| ivertIndex | absolute index to the first control vertex of the first patch in the PTable |
| ipatchIndex | absolute index of the first patch in the array |
| inpatches | number of patches in the array |
| iquadOffsetIndex | absolute index of the first quad offset entry |
Definition at line 260 of file patchTables.h.
| unsigned int npatches |
Definition at line 263 of file patchTables.h.
| unsigned int patchIndex |
Definition at line 263 of file patchTables.h.
| unsigned int quadOffsetIndex |
Definition at line 263 of file patchTables.h.
| unsigned int vertIndex |
Definition at line 263 of file patchTables.h.