Limit point stencil descriptor.
More...
#include <stencilTable.h>
Limit point stencil descriptor.
Definition at line 229 of file stencilTable.h.
◆ LimitStencil()
LimitStencil |
( |
int * |
size, |
|
|
Index * |
indices, |
|
|
float * |
weights, |
|
|
float * |
duWeights, |
|
|
float * |
dvWeights |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
size | Table pointer to the size of the stencil |
indices | Table pointer to the vertex indices of the stencil |
weights | Table pointer to the vertex weights of the stencil |
duWeights | Table pointer to the 'u' derivative weights |
dvWeights | Table pointer to the 'v' derivative weights |
Definition at line 245 of file stencilTable.h.
◆ GetDuWeights()
float const* GetDuWeights |
( |
| ) |
const |
|
inline |
◆ GetDvWeights()
float const* GetDvWeights |
( |
| ) |
const |
|
inline |
◆ Next()
Advance to the next stencil in the table.
Definition at line 266 of file stencilTable.h.
◆ LimitStencilTableFactory
◆ StencilTableFactory
The documentation for this class was generated from the following file: