Public Member Functions | |
LoopUV (CBface *f) | |
virtual UVpt | get_val (CBvert *v) const |
virtual UVpt | centroid (CLvert *v) const |
virtual UVpt | subdiv_val (CBvert *bv) const |
virtual UVpt | subdiv_val (CBedge *be) const |
virtual SubdivCalc< UVpt > * | dup () const |
virtual str_ptr | name () const |
UVpt | smooth_subdiv_val (CLvert *v) const |
UVpt | crease_subdiv_val (CLvert *v) const |
UVpt | smooth_limit_val (CLvert *v) const |
UVpt | crease_limit_val (CLvert *v) const |
virtual UVpt | limit_val (CBvert *bv) const |
SubdivCalc () | |
void | set_boss (SubdivCalc< UVpt > *boss) |
virtual void | clear (UVpt &) const |
Protected Attributes | |
CBface * | _face |
SubdivCalc< UVpt > * | _boss |
Definition at line 734 of file uv_data.C.
|
|
|
Reimplemented from LoopCalc< UVpt >. Definition at line 756 of file uv_data.C. References _face, UVdata::discontinuity_degree(), UVdata::get_uv(), UVdata::is_continuous(), and UVdata::lookup(). |
|
Definition at line 46 of file subdiv_calc.H. |
|
Definition at line 242 of file subdiv_calc.H. |
|
Definition at line 218 of file subdiv_calc.H. Referenced by subdiv_val(). |
|
Reimplemented from SubdivCalc< UVpt >. |
|
Reimplemented from SubdivCalc< UVpt >. Definition at line 742 of file uv_data.C. References _face, and UVdata::get_uv(). Referenced by subdiv_val(). |
|
Implements SubdivCalc< UVpt >. Definition at line 283 of file subdiv_calc.H. |
|
Reimplemented from SubdivCalc< UVpt >. Definition at line 147 of file subdiv_calc.H. |
|
Definition at line 30 of file subdiv_calc.H. |
|
Definition at line 226 of file subdiv_calc.H. |
|
Definition at line 206 of file subdiv_calc.H. Referenced by subdiv_val(). |
|
Reimplemented from LoopCalc< UVpt >. Definition at line 810 of file uv_data.C. References UVdata::get_uv(), get_val(), and UVdata::is_continuous(). |
|
Reimplemented from LoopCalc< UVpt >. Definition at line 796 of file uv_data.C. References LoopCalc< UVpt >::crease_subdiv_val(), UVdata::discontinuity_degree(), get_val(), and LoopCalc< UVpt >::smooth_subdiv_val(). |
|
Definition at line 27 of file subdiv_calc.H. |
|
Definition at line 69 of file subdiv_calc.H. |
|
Definition at line 736 of file uv_data.C. Referenced by centroid(), and get_val(). |