OpenSubdiv
|
Vertex stencil class wrapping the template for compatibility. More...
#include <stencilTable.h>
Public Member Functions | |
Stencil () | |
Stencil (BaseStencil const &other) | |
Stencil (int *size, Index *indices, float *weights) | |
Public Member Functions inherited from StencilReal< float > | |
StencilReal () | |
Default constructor. | |
StencilReal (int *size, Index *indices, float *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. | |
float const * | GetWeights () const |
Returns the interpolation weights. | |
void | Next () |
Advance to the next stencil in the table. | |
Protected Types | |
typedef StencilReal< float > | BaseStencil |
Additional Inherited Members | |
Protected Attributes inherited from StencilReal< float > | |
int * | _size |
Index * | _indices |
float * | _weights |
Vertex stencil class wrapping the template for compatibility.
Definition at line 116 of file stencilTable.h.
|
protected |
Definition at line 118 of file stencilTable.h.
|
inline |
Definition at line 121 of file stencilTable.h.
|
inline |
Definition at line 122 of file stencilTable.h.
Definition at line 123 of file stencilTable.h.