Public Member Functions

crv::BezierCurver Class Reference

this curves a mesh with Bezier shapes More...

Inheritance diagram for crv::BezierCurver:
crv::MeshCurver crv::GregoryCurver

List of all members.

Public Member Functions

virtual bool run ()
 curves a mesh using bezier curves of chosen order
void convertInterpolatingToBezier ()
 converts interpolating points to bezier control points

Detailed Description

this curves a mesh with Bezier shapes

converts the mesh and snaps boundary entities to geometry P is the order, B is the blending order (set to 0 to use full shapes)


Member Function Documentation

virtual bool crv::BezierCurver::run (  )  [virtual]

curves a mesh using bezier curves of chosen order

finds interpolating points, then converts to control points see crvBezier.cc

Implements crv::MeshCurver.

Reimplemented in crv::GregoryCurver.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines