![]() |
Limit point stencil descriptor. More...
#include <stencilTable.h>
Public Member Functions | |
LimitStencil (int *size, Index *indices, float *weights, float *duWeights=0, float *dvWeights=0, float *duuWeights=0, float *duvWeights=0, float *dvvWeights=0) | |
Constructor. More... | |
float const * | GetDuWeights () const |
Returns the u derivative weights. More... | |
float const * | GetDvWeights () const |
Returns the v derivative weights. More... | |
float const * | GetDuuWeights () const |
Returns the uu derivative weights. More... | |
float const * | GetDuvWeights () const |
Returns the uv derivative weights. More... | |
float const * | GetDvvWeights () const |
Returns the vv derivative weights. More... | |
void | Next () |
Advance to the next stencil in the table. More... | |
![]() | |
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 | |
![]() | |
int * | _size |
Index * | _indices |
float * | _weights |
Limit point stencil descriptor.
Definition at line 242 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 |
duuWeights | Table pointer to the 'uu' derivative weights |
duvWeights | Table pointer to the 'uv' derivative weights |
dvvWeights | Table pointer to the 'vv' derivative weights |
Definition at line 264 of file stencilTable.h.
|
inline |
Returns the uu derivative weights.
Definition at line 291 of file stencilTable.h.
|
inline |
Returns the uv derivative weights.
Definition at line 296 of file stencilTable.h.
|
inline |
Returns the u derivative weights.
Definition at line 281 of file stencilTable.h.
|
inline |
Returns the vv derivative weights.
Definition at line 301 of file stencilTable.h.
|
inline |
Returns the v derivative weights.
Definition at line 286 of file stencilTable.h.
|
inline |
Advance to the next stencil in the table.
Definition at line 306 of file stencilTable.h.
|
friend |
Definition at line 321 of file stencilTable.h.
|
friend |
Definition at line 320 of file stencilTable.h.