|
| GU_API Status | flattenIsland (Method method, const Island &island, const ConstraintSet &constraints, RWHandleV3R uvh) |
| |
| GU_API void | calcAnglesAndAreas (const Island &island, UT_FprealArray &opposite_angle_cotan, UT_FprealArray &tri_area) |
| |
| GU_API Status | flattenSpectral (const Island &island, const ConstraintSet &constraints, RWHandleV3R uvh) |
| |
| GU_API Status | flattenSpectral (const Island &island, const ConstraintSet &constraints, const UT_FprealArray &opposite_angle_cotan, const UT_FprealArray &tri_area, RWHandleV3R uvh) |
| |
| GU_API Status | flattenLeastSquares (const Island &island, const ConstraintSet &constraints, RWHandleV3R uvh) |
| |
| GU_API Status | flattenLeastSquares (const Island &island, const ConstraintSet &constraints, const UT_FprealArray &opposite_angle_cotan, const UT_FprealArray &tri_area, RWHandleV3R uvh) |
| |
| GU_API Status | flattenProjection (const Island &island, const ConstraintSet &constraints, RWHandleV3R uvh) |
| |
| GU_API Status | flattenAngleBased (const Island &island, const ConstraintSet &constraints, RWHandleV3R uvh) |
| |
| GU_API void | findIslandOuterBoundary (const Island &island, UT_IntArray &outer_bd_tri_hedgefs) |
| |
| GU_API void | repositionIsland (const Island &island, const ConstraintSet &constraints, ROHandleV3R &orig_uvh, RWHandleV3R &uvh, bool use_custom_pins=false) |
| |
| GU_API void | balanceIsland (const Island &island, RWHandleV3R uvh) |
| |
| GU_API void | generateStraighLoopConstraints (const Island &island, const ConstraintSet &constraints, AngleConstraintArray &angle_constraints) |
| |
| GU_API void | generateQuadLayoutConstraints (const Island &island, bool straighten_arcs, bool straighten_grids, bool rectify_patches, ConstraintSet &constraints) |
| |