Limit point stencil descriptor.
More...
#include <stencilTable.h>
template<typename REAL>
class OpenSubdiv::OPENSUBDIV_VERSION::Far::LimitStencilReal< REAL >
Limit point stencil descriptor.
Definition at line 303 of file stencilTable.h.
◆ LimitStencilReal()
LimitStencilReal |
( |
int * |
size, |
|
|
Index * |
indices, |
|
|
REAL * |
weights, |
|
|
REAL * |
duWeights = 0 , |
|
|
REAL * |
dvWeights = 0 , |
|
|
REAL * |
duuWeights = 0 , |
|
|
REAL * |
duvWeights = 0 , |
|
|
REAL * |
dvvWeights = 0 |
|
) |
| |
|
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 |
duuWeights | Table pointer to the 'uu' derivative weights |
duvWeights | Table pointer to the 'uv' derivative weights |
dvvWeights | Table pointer to the 'vv' derivative weights |
Definition at line 324 of file stencilTable.h.
◆ GetDuuWeights()
REAL const* GetDuuWeights |
( |
| ) |
const |
|
inline |
◆ GetDuvWeights()
REAL const* GetDuvWeights |
( |
| ) |
const |
|
inline |
◆ GetDuWeights()
REAL const* GetDuWeights |
( |
| ) |
const |
|
inline |
◆ GetDvvWeights()
REAL const* GetDvvWeights |
( |
| ) |
const |
|
inline |
◆ GetDvWeights()
REAL const* GetDvWeights |
( |
| ) |
const |
|
inline |
◆ Next()
Advance to the next stencil in the table.
Definition at line 366 of file stencilTable.h.
◆ LimitStencilTableFactoryReal< REAL >
◆ StencilTableFactoryReal< REAL >
The documentation for this class was generated from the following file: