![]() |
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.
|
Vertex stencil descriptor. More...
#include <stencilTable.h>
Public Member Functions | |
| StencilReal () | |
| Default constructor. More... | |
| StencilReal (int *size, Index *indices, REAL *weights) | |
| Constructor. More... | |
| StencilReal (StencilReal 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... | |
| REAL const * | GetWeights () const |
| Returns the interpolation weights. More... | |
| void | Next () |
| Advance to the next stencil in the table. More... | |
Vertex stencil descriptor.
Allows access and manipulation of a single stencil in a StencilTable.
Inheritance diagram for OpenSubdiv::v3_4_3::Far::StencilReal< REAL >:
|
inline |
Default constructor.
|
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 |
|
inline |
Copy constructor.
|
inline |
Returns the size of the stencil.
|
inline |
Returns the size of the stencil as a pointer.
|
inline |
Returns the control vertices' indices.
|
inline |
Returns the interpolation weights.
|
inline |
Advance to the next stencil in the table.