Limit point stencil class wrapping the template for compatibility.  
 More...
#include <stencilTable.h>
|  | 
|  | LimitStencil (BaseStencil const &other) | 
|  | 
|  | LimitStencil (int *size, Index *indices, float *weights, float *duWeights=0, float *dvWeights=0, float *duuWeights=0, float *duvWeights=0, float *dvvWeights=0) | 
|  | 
|  | LimitStencilReal (int *size, Index *indices, float *weights, float *duWeights=0, float *dvWeights=0, float *duuWeights=0, float *duvWeights=0, float *dvvWeights=0) | 
|  | Constructor.  More... 
 | 
|  | 
| 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... 
 | 
|  | 
|  | 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... 
 | 
|  | 
Limit point stencil class wrapping the template for compatibility. 
Definition at line 392 of file stencilTable.h.
  
  | 
        
          | LimitStencil | ( | int * | size, |  
          |  |  | Index * | indices, |  
          |  |  | float * | weights, |  
          |  |  | float * | duWeights = 0, |  
          |  |  | float * | dvWeights = 0, |  
          |  |  | float * | duuWeights = 0, |  
          |  |  | float * | duvWeights = 0, |  
          |  |  | float * | dvvWeights = 0 |  
          |  | ) |  |  |  | inline | 
 
 
The documentation for this class was generated from the following file: