Limit point stencil descriptor. More...
#include <stencilTables.h>
Public Member Functions | |
LimitStencil (unsigned char *size, int *indices, float *weights, float *duWeights, float *dvWeights) | |
Constructor. More... | |
float const * | GetDuWeights () const |
float const * | GetDvWeights () const |
void | Next () |
Advance to the next stencil in the table. More... | |
Public Member Functions inherited from Stencil | |
Stencil () | |
Default constructor. More... | |
Stencil (unsigned char *size, int *indices, float *weights) | |
Constructor. More... | |
Stencil (Stencil const &other) | |
Copy constructor. More... | |
int | GetSize () const |
int const * | GetVertexIndices () const |
Returns the control vertices indices. More... | |
float const * | GetWeights () const |
Returns the interpolation weights. More... | |
void | Next () |
Advance to the next stencil in the table. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Stencil | |
unsigned char * | _size |
int * | _indices |
float * | _weights |
Limit point stencil descriptor.
Definition at line 191 of file stencilTables.h.
|
inline |
Constructor.
size | Table pointer to the size of the stencil |
indices | Table pointer to the vertex indices of the stencil |
weights | Table pointer to the vertex weights of the stencil |
duWeights | Table pointer to the 'u' derivative weights |
dvWeights | Table pointer to the 'v' derivative weights |
Definition at line 207 of file stencilTables.h.
|
inline |
Definition at line 218 of file stencilTables.h.
|
inline |
Definition at line 223 of file stencilTables.h.
|
inline |
Advance to the next stencil in the table.
Definition at line 228 of file stencilTables.h.