LimitStencil Class Reference

Limit point stencil descriptor. More...

#include <stencilTable.h>

Inheritance diagram for LimitStencil:
Stencil

Public Member Functions

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

Friends

class StencilTableFactory
 
class LimitStencilTableFactory
 

Additional Inherited Members

- Protected Attributes inherited from Stencil
int * _size
 
Index_indices
 
float * _weights
 

Detailed Description

Limit point stencil descriptor.

Definition at line 227 of file stencilTable.h.

Constructor & Destructor Documentation

LimitStencil ( int *  size,
Index 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 243 of file stencilTable.h.

Member Function Documentation

float const* GetDuWeights ( ) const
inline

Definition at line 254 of file stencilTable.h.

float const* GetDvWeights ( ) const
inline

Definition at line 259 of file stencilTable.h.

void Next ( )
inline

Advance to the next stencil in the table.

Definition at line 264 of file stencilTable.h.

Friends And Related Function Documentation

friend class LimitStencilTableFactory
friend

Definition at line 276 of file stencilTable.h.

friend class StencilTableFactory
friend

Definition at line 275 of file stencilTable.h.


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