#include <GEO_FwdDiff.h>

Public Member Functions | |
| GEO_FwdDiff (int uOrd=4, float uIncrem=1.f, int vOrd=1, float vIncrem=1.f) | |
| virtual | ~GEO_FwdDiff () |
| void | walk (unsigned uCount, unsigned vCount, unsigned crtUCount, unsigned crtVCount, unsigned nCols, UT_Vector4 df[][GB_MAXORDER], UT_Vector4 *val) |
| void | walk (unsigned uCount, unsigned crtUCount, UT_Vector4 df[GB_MAXORDER], UT_Vector4 *val) |
| void SYS_DEPRECATED | walkWAttrib (unsigned uCount, unsigned vCount, unsigned crtUCount, unsigned crtVCount, unsigned nCols, UT_Vector4 df[][GB_MAXORDER], UT_Vector4 *val, GB_AttributeData adf[][GB_MAXORDER], GB_AttributeData *ad, const GB_FloatOffsets &foffsets, int asize) |
| void SYS_DEPRECATED | walkWAttrib (unsigned uCount, unsigned crtUCount, UT_Vector4 df[GB_MAXORDER], UT_Vector4 *val, GB_AttributeData adf[GB_MAXORDER], GB_AttributeData *ad, const GB_FloatOffsets &foffsets, int asize) |
| void | walk (GEO_Detail *gdp, GEO_AttributeHandleList &hlist, uint uCount, uint vCount, uint crtUCount, uint crtVCount, uint nCols, GEO_Vertex *dfr[][GB_MAXORDER], GEO_Vertex **results) |
| void | walk (GEO_Detail *gdp, GEO_AttributeHandleList &hlist, uint uCount, uint crtUCount, GEO_Vertex *dfr[GB_MAXORDER], GEO_Vertex **results) |
Definition at line 38 of file GEO_FwdDiff.h.
| GEO_FwdDiff::GEO_FwdDiff | ( | int | uOrd = 4, |
|
| float | uIncrem = 1.f, |
|||
| int | vOrd = 1, |
|||
| float | vIncrem = 1.f | |||
| ) | [inline] |
Definition at line 43 of file GEO_FwdDiff.h.
| virtual GEO_FwdDiff::~GEO_FwdDiff | ( | ) | [inline, virtual] |
Definition at line 47 of file GEO_FwdDiff.h.
| void GEO_FwdDiff::walk | ( | GEO_Detail * | gdp, | |
| GEO_AttributeHandleList & | hlist, | |||
| uint | uCount, | |||
| uint | crtUCount, | |||
| GEO_Vertex * | dfr[GB_MAXORDER], | |||
| GEO_Vertex ** | results | |||
| ) |
| void GEO_FwdDiff::walk | ( | GEO_Detail * | gdp, | |
| GEO_AttributeHandleList & | hlist, | |||
| uint | uCount, | |||
| uint | vCount, | |||
| uint | crtUCount, | |||
| uint | crtVCount, | |||
| uint | nCols, | |||
| GEO_Vertex * | dfr[][GB_MAXORDER], | |||
| GEO_Vertex ** | results | |||
| ) |
| void GEO_FwdDiff::walk | ( | unsigned | uCount, | |
| unsigned | crtUCount, | |||
| UT_Vector4 | df[GB_MAXORDER], | |||
| UT_Vector4 * | val | |||
| ) |
| void GEO_FwdDiff::walk | ( | unsigned | uCount, | |
| unsigned | vCount, | |||
| unsigned | crtUCount, | |||
| unsigned | crtVCount, | |||
| unsigned | nCols, | |||
| UT_Vector4 | df[][GB_MAXORDER], | |||
| UT_Vector4 * | val | |||
| ) |
| void SYS_DEPRECATED GEO_FwdDiff::walkWAttrib | ( | unsigned | uCount, | |
| unsigned | crtUCount, | |||
| UT_Vector4 | df[GB_MAXORDER], | |||
| UT_Vector4 * | val, | |||
| GB_AttributeData | adf[GB_MAXORDER], | |||
| GB_AttributeData * | ad, | |||
| const GB_FloatOffsets & | foffsets, | |||
| int | asize | |||
| ) |
| void SYS_DEPRECATED GEO_FwdDiff::walkWAttrib | ( | unsigned | uCount, | |
| unsigned | vCount, | |||
| unsigned | crtUCount, | |||
| unsigned | crtVCount, | |||
| unsigned | nCols, | |||
| UT_Vector4 | df[][GB_MAXORDER], | |||
| UT_Vector4 * | val, | |||
| GB_AttributeData | adf[][GB_MAXORDER], | |||
| GB_AttributeData * | ad, | |||
| const GB_FloatOffsets & | foffsets, | |||
| int | asize | |||
| ) |
1.5.9