#include <subdiv_calc.H>
Inheritance diagram for CatmullClarkCalc< T >:
Public Member Functions | |
virtual str_ptr | name () const |
T | vcentroid (CBvert *v) const |
T | fcentroid (CBface *f) const |
T | fcentroids (CARRAY< Bface * > &faces) const |
T | smooth_centroid (CBvert *v) const |
T | crease_centroid (CBvert *v) const |
T | smooth_subdiv_val (CBvert *v) const |
T | crease_subdiv_val (CBvert *v) const |
T | smooth_subdiv_val (CBedge *e) const |
T | crease_subdiv_val (CBedge *e) const |
virtual T | subdiv_val (CBvert *v) const |
virtual T | subdiv_val (CBedge *e) const |
virtual T | limit_val (CBvert *) const |
void | set_boss (SubdivCalc< T > *boss) |
virtual T | get_val (CBvert *v) const |
virtual void | clear (T &) const |
virtual SubdivCalc< T > * | dup () const |
Protected Attributes | |
SubdivCalc< T > * | _boss |
Definition at line 415 of file subdiv_calc.H.
|
Definition at line 46 of file subdiv_calc.H. Referenced by LoopCalc< COLOR >::centroid(), CatmullClarkCalc< Wpt >::fcentroids(), HybridCalc< Wpt >::sum(), and CatmullClarkCalc< Wpt >::vcentroid(). |
|
Definition at line 478 of file subdiv_calc.H. Referenced by CatmullClarkCalc< Wpt >::crease_subdiv_val(). |
|
Definition at line 531 of file subdiv_calc.H. |
|
Definition at line 514 of file subdiv_calc.H. Referenced by CatmullClarkCalc< Wpt >::subdiv_val(). |
|
Reimplemented in Hybrid2Loc, LoopLoc, LoopColor, CatmullClarkLoc, HybridLoc, LoopUV, and SimpleUVCalc. Definition at line 66 of file subdiv_calc.H. Referenced by LMESH::allocate_subdiv_mesh(), LMESH::set_subdiv_color_calc(), and LMESH::set_subdiv_loc_calc(). |
|
Definition at line 444 of file subdiv_calc.H. Referenced by CatmullClarkCalc< Wpt >::fcentroids(), and CatmullClarkCalc< Wpt >::smooth_subdiv_val(). |
|
Definition at line 454 of file subdiv_calc.H. Referenced by CatmullClarkCalc< Wpt >::smooth_centroid(). |
|
|
Implements SubdivCalc< T >. Definition at line 558 of file subdiv_calc.H. |
|
Reimplemented from SubdivCalc< T >. Definition at line 419 of file subdiv_calc.H. |
|
Definition at line 30 of file subdiv_calc.H. |
|
Definition at line 467 of file subdiv_calc.H. Referenced by CatmullClarkCalc< Wpt >::smooth_subdiv_val(). |
|
Definition at line 518 of file subdiv_calc.H. |
|
Definition at line 504 of file subdiv_calc.H. Referenced by CatmullClarkCalc< Wpt >::subdiv_val(). |
|
Implements SubdivCalc< T >. Definition at line 554 of file subdiv_calc.H. |
|
Implements SubdivCalc< T >. Definition at line 536 of file subdiv_calc.H. |
|
Definition at line 425 of file subdiv_calc.H. Referenced by CatmullClarkCalc< Wpt >::smooth_centroid(). |
|
Definition at line 69 of file subdiv_calc.H. Referenced by SubdivCalc< COLOR >::get_val(), and SubdivCalc< COLOR >::set_boss(). |