All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Stencil Class Reference

Vertex stencil class wrapping the template for compatibility. More...

#include <stencilTable.h>

Inheritance diagram for Stencil:
StencilReal< float >

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
 

Detailed Description

Vertex stencil class wrapping the template for compatibility.

Definition at line 116 of file stencilTable.h.

Member Typedef Documentation

typedef StencilReal<float> BaseStencil
protected

Definition at line 118 of file stencilTable.h.

Constructor & Destructor Documentation

Stencil ( )
inline

Definition at line 121 of file stencilTable.h.

Stencil ( BaseStencil const &  other)
inline

Definition at line 122 of file stencilTable.h.

Stencil ( int *  size,
Index indices,
float *  weights 
)
inline

Definition at line 123 of file stencilTable.h.


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