Limit point stencil descriptor. More...
#include <stencilTable.h>
Public Member Functions | |
LimitStencil (int *size, Index *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 (int *size, Index *indices, float *weights) | |
Constructor. More... | |
Stencil (Stencil const &other) | |
Copy constructor. More... | |
int | GetSize () const |
Returns the size of the stencil. More... | |
int * | GetSizePtr () const |
Returns the size of the stencil as a pointer. More... | |
Index 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... | |
Friends | |
class | StencilTableFactory |
class | LimitStencilTableFactory |
Additional Inherited Members | |
Protected Attributes inherited from Stencil | |
int * | _size |
Index * | _indices |
float * | _weights |
Limit point stencil descriptor.
Definition at line 227 of file stencilTable.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 243 of file stencilTable.h.
|
inline |
Definition at line 254 of file stencilTable.h.
|
inline |
Definition at line 259 of file stencilTable.h.
|
inline |
Advance to the next stencil in the table.
Definition at line 264 of file stencilTable.h.
|
friend |
Definition at line 276 of file stencilTable.h.
|
friend |
Definition at line 275 of file stencilTable.h.