![]() |
OpenSubdiv
|
Limit point stencil descriptor. More...
#include <stencilTable.h>
Public Member Functions | |
LimitStencilReal (int *size, Index *indices, REAL *weights, REAL *duWeights=0, REAL *dvWeights=0, REAL *duuWeights=0, REAL *duvWeights=0, REAL *dvvWeights=0) | |
Constructor. | |
REAL const * | GetDuWeights () const |
Returns the u derivative weights. | |
REAL const * | GetDvWeights () const |
Returns the v derivative weights. | |
REAL const * | GetDuuWeights () const |
Returns the uu derivative weights. | |
REAL const * | GetDuvWeights () const |
Returns the uv derivative weights. | |
REAL const * | GetDvvWeights () const |
Returns the vv derivative weights. | |
void | Next () |
Advance to the next stencil in the table. | |
![]() | |
StencilReal () | |
Default constructor. | |
StencilReal (int *size, Index *indices, REAL *weights) | |
Constructor. | |
StencilReal (StencilReal const &other) | |
Copy constructor. | |
int | GetSize () const |
Returns the size of the stencil. | |
int * | GetSizePtr () const |
Returns the size of the stencil as a pointer. | |
Index const * | GetVertexIndices () const |
Returns the control vertices' indices. | |
REAL const * | GetWeights () const |
Returns the interpolation weights. | |
void | Next () |
Advance to the next stencil in the table. | |
Friends | |
class | StencilTableFactoryReal< REAL > |
class | LimitStencilTableFactoryReal< REAL > |
Additional Inherited Members | |
![]() | |
int * | _size |
Index * | _indices |
REAL * | _weights |
Limit point stencil descriptor.
Definition at line 303 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 324 of file stencilTable.h.
Returns the uu derivative weights.
Definition at line 351 of file stencilTable.h.
Returns the uv derivative weights.
Definition at line 356 of file stencilTable.h.
Returns the u derivative weights.
Definition at line 341 of file stencilTable.h.
Returns the vv derivative weights.
Definition at line 361 of file stencilTable.h.
Returns the v derivative weights.
Definition at line 346 of file stencilTable.h.
Advance to the next stencil in the table.
Definition at line 366 of file stencilTable.h.
Definition at line 366 of file stencilTable.h.
Definition at line 366 of file stencilTable.h.