Vertex stencil descriptor.
More...
#include <stencilTable.h>
Vertex stencil descriptor.
Allows access and manipulation of a single stencil in a StencilTable.
Definition at line 46 of file stencilTable.h.
§ Stencil() [1/3]
§ Stencil() [2/3]
Constructor.
- Parameters
-
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 61 of file stencilTable.h.
§ Stencil() [3/3]
§ GetSize()
§ GetSizePtr()
int* GetSizePtr |
( |
| ) |
const |
|
inline |
Returns the size of the stencil as a pointer.
Definition at line 82 of file stencilTable.h.
§ GetVertexIndices()
Index const* GetVertexIndices |
( |
| ) |
const |
|
inline |
Returns the control vertices indices.
Definition at line 87 of file stencilTable.h.
§ GetWeights()
float const* GetWeights |
( |
| ) |
const |
|
inline |
Returns the interpolation weights.
Definition at line 92 of file stencilTable.h.
§ Next()
Advance to the next stencil in the table.
Definition at line 97 of file stencilTable.h.
§ LimitStencilTableFactory
§ StencilTableFactory
§ _indices
§ _size
§ _weights
The documentation for this class was generated from the following file: