#include <subdiv_calc.H>
Inheritance diagram for SimpleCalc< T >:
Public Member Functions | |
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 | |
SubdivCalc< T > * | _boss |
Definition at line 79 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(). |
|
|
Implements SubdivCalc< T >. Definition at line 121 of file subdiv_calc.H. |
|
Reimplemented from SubdivCalc< T >. Definition at line 83 of file subdiv_calc.H. |
|
Definition at line 30 of file subdiv_calc.H. |
|
Implements SubdivCalc< T >. Reimplemented in SimpleUVCalc. Definition at line 95 of file subdiv_calc.H. |
|
Implements SubdivCalc< T >. Reimplemented in SimpleUVCalc. Definition at line 92 of file subdiv_calc.H. |
|
Definition at line 69 of file subdiv_calc.H. Referenced by SubdivCalc< COLOR >::get_val(), and SubdivCalc< COLOR >::set_boss(). |