3DCoat
3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
|
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. More... | |
REAL const * | GetDuWeights () const |
Returns the u derivative weights. More... | |
REAL const * | GetDvWeights () const |
Returns the v derivative weights. More... | |
REAL const * | GetDuuWeights () const |
Returns the uu derivative weights. More... | |
REAL const * | GetDuvWeights () const |
Returns the uv derivative weights. More... | |
REAL const * | GetDvvWeights () const |
Returns the vv derivative weights. More... | |
void | Next () |
Advance to the next stencil in the table. 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... | |
REAL const * | GetWeights () const |
Returns the interpolation weights. More... | |
Limit point stencil descriptor.
|
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 |
|
inline |
Returns the uu derivative weights.
|
inline |
Returns the uv derivative weights.
|
inline |
Returns the u derivative weights.
|
inline |
Returns the vv derivative weights.
|
inline |
Returns the v derivative weights.
|
inlineinherited |
Returns the size of the stencil.
|
inlineinherited |
Returns the size of the stencil as a pointer.
|
inlineinherited |
Returns the control vertices' indices.
|
inlineinherited |
Returns the interpolation weights.
|
inline |
Advance to the next stencil in the table.