Vertex stencil descriptor. More...
#include <stencilTables.h>
Public Member Functions | |
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... | |
Protected Attributes | |
unsigned char * | _size |
int * | _indices |
float * | _weights |
Friends | |
class | StencilTablesFactory |
Vertex stencil descriptor.
Allows access and manipulation of a single stencil in a StencilTables.
Definition at line 42 of file stencilTables.h.
|
inline |
Default constructor.
Definition at line 47 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 |
Definition at line 57 of file stencilTables.h.
Copy constructor.
Definition at line 66 of file stencilTables.h.
|
inline |
Definition at line 72 of file stencilTables.h.
|
inline |
Returns the control vertices indices.
Definition at line 77 of file stencilTables.h.
|
inline |
Returns the interpolation weights.
Definition at line 82 of file stencilTables.h.
|
inline |
Advance to the next stencil in the table.
Definition at line 87 of file stencilTables.h.
|
friend |
Definition at line 95 of file stencilTables.h.
|
protected |
Definition at line 98 of file stencilTables.h.
|
protected |
Definition at line 97 of file stencilTables.h.
|
protected |
Definition at line 99 of file stencilTables.h.