#include <subdiv_calc.H>
Inheritance diagram for HybridCalc< T >:
Public Member Functions | |
HybridCalc () | |
T | sum (CBvert_list &p) const |
virtual T | hybrid_centroid (CBvert *v) const |
virtual str_ptr | name () const |
virtual T | subdiv_val (CBvert *v) const |
virtual T | subdiv_val (CBedge *e) const |
virtual T | limit_val (CBvert *v) 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 | |
LoopCalc< T > | _loop_calc |
CatmullClarkCalc< T > | _cc_calc |
SubdivCalc< T > * | _boss |
Definition at line 586 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(). |
|
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 608 of file subdiv_calc.H. Referenced by HybridCalc< Wpt >::subdiv_val(). |
|
Implements SubdivCalc< T >. Definition at line 735 of file subdiv_calc.H. |
|
Reimplemented from SubdivCalc< T >. Definition at line 646 of file subdiv_calc.H. |
|
Definition at line 30 of file subdiv_calc.H. |
|
Implements SubdivCalc< T >. Definition at line 702 of file subdiv_calc.H. |
|
Implements SubdivCalc< T >. Definition at line 653 of file subdiv_calc.H. |
|
Definition at line 600 of file subdiv_calc.H. Referenced by HybridCalc< Wpt >::hybrid_centroid(). |
|
Definition at line 69 of file subdiv_calc.H. Referenced by SubdivCalc< COLOR >::get_val(), and SubdivCalc< COLOR >::set_boss(). |
|
Definition at line 589 of file subdiv_calc.H. Referenced by HybridCalc< Wpt >::subdiv_val(). |
|
Definition at line 588 of file subdiv_calc.H. Referenced by HybridCalc< Wpt >::limit_val(), and HybridCalc< Wpt >::subdiv_val(). |