#include <hybrid.H>
Inheritance diagram for HybridCalc2< T >:
Public Member Functions | |
HybridCalc2 () | |
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 99 of file hybrid.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(). |
|
|
Implements SubdivCalc< T >. |
|
Reimplemented from SubdivCalc< T >. |
|
Definition at line 30 of file subdiv_calc.H. |
|
Implements SubdivCalc< T >. |
|
Implements SubdivCalc< T >. |
|
Definition at line 69 of file subdiv_calc.H. Referenced by SubdivCalc< COLOR >::get_val(), and SubdivCalc< COLOR >::set_boss(). |
|
Definition at line 136 of file hybrid.H. Referenced by HybridCalc2< Wpt >::limit_val(), and HybridCalc2< Wpt >::subdiv_val(). |
|
Definition at line 135 of file hybrid.H. Referenced by HybridCalc2< Wpt >::limit_val(), and HybridCalc2< Wpt >::subdiv_val(). |