NURBSProceeduralCurve Class Reference
 
 
 
NURBSProceeduralCurve Class Reference

#include <surf_api.h>

Inheritance diagram for NURBSProceeduralCurve:
MaxHeapOperators

Class Description

See also:
Class NURBSCVCurve, Class NURBSCurve.

Description:
This is the base class for procedurally defined curves. Note that this is not subclassed from NURBSObject. You must use the GenNURBSCVCurveProcedurally() function.

The following typedef-ed functions are used by the GenNURBSCVCurveProcedurally() function.

Public Member Functions

DllExport  NURBSProceeduralCurve (CurveParamRangeProc param, CurveEvalProc eval, CurveEvalTan tan, CurveArcLengthProc arclen)

Public Attributes

CurveParamRangeProc  mParamProc
CurveEvalProc  mEvalProc
CurveEvalTan  mEvalTanProc
CurveArcLengthProc  mArcLengthProc

Constructor & Destructor Documentation

Remarks:
Constructor. The data members are initialized to the values passed.

Member Data Documentation