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 class wrapping the template for compatibility. More...
#include <stencilTable.h>
Public Member Functions | |
floatconst * | GetDuWeights () const |
Returns the u derivative weights. More... | |
floatconst * | GetDvWeights () const |
Returns the v derivative weights. More... | |
floatconst * | GetDuuWeights () const |
Returns the uu derivative weights. More... | |
floatconst * | GetDuvWeights () const |
Returns the uv derivative weights. More... | |
floatconst * | 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... | |
floatconst * | GetWeights () const |
Returns the interpolation weights. More... | |
Limit point stencil class wrapping the template for compatibility.
|
inlineinherited |
Returns the uu derivative weights.
|
inlineinherited |
Returns the uv derivative weights.
|
inlineinherited |
Returns the u derivative weights.
|
inlineinherited |
Returns the vv derivative weights.
|
inlineinherited |
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.
|
inlineinherited |
Advance to the next stencil in the table.