|  | 
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.  More... | |
| StencilReal (int *size, Index *indices, float *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... | |
| floatconst * | GetWeights () const | 
| Returns the interpolation weights.  More... | |
| void | Next () | 
| Advance to the next stencil in the table.  More... | |
| 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.