All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LimitStencil Class Reference

Limit point stencil descriptor. More...

#include <stencilTables.h>

Inheritance diagram for LimitStencil:
Stencil

Public Member Functions

 LimitStencil (unsigned char *size, int *indices, float *weights, float *duWeights, float *dvWeights)
 Constructor. More...
 
float const * GetDuWeights () const
 
float const * GetDvWeights () const
 
void Next ()
 Advance to the next stencil in the table. More...
 
- Public Member Functions inherited from Stencil
 Stencil ()
 Default constructor. More...
 
 Stencil (unsigned char *size, int *indices, float *weights)
 Constructor. More...
 
 Stencil (Stencil const &other)
 Copy constructor. More...
 
int GetSize () const
 
int const * GetVertexIndices () const
 Returns the control vertices indices. More...
 
float const * GetWeights () const
 Returns the interpolation weights. More...
 
void Next ()
 Advance to the next stencil in the table. More...
 

Additional Inherited Members

- Protected Attributes inherited from Stencil
unsigned char * _size
 
int * _indices
 
float * _weights
 

Detailed Description

Limit point stencil descriptor.

Definition at line 191 of file stencilTables.h.

Constructor & Destructor Documentation

LimitStencil ( unsigned char *  size,
int *  indices,
float *  weights,
float *  duWeights,
float *  dvWeights 
)
inline

Constructor.

Parameters
sizeTable pointer to the size of the stencil
indicesTable pointer to the vertex indices of the stencil
weightsTable pointer to the vertex weights of the stencil
duWeightsTable pointer to the 'u' derivative weights
dvWeightsTable pointer to the 'v' derivative weights

Definition at line 207 of file stencilTables.h.

Member Function Documentation

float const* GetDuWeights ( ) const
inline

Definition at line 218 of file stencilTables.h.

float const* GetDvWeights ( ) const
inline

Definition at line 223 of file stencilTables.h.

void Next ( )
inline

Advance to the next stencil in the table.

Definition at line 228 of file stencilTables.h.


The documentation for this class was generated from the following file: