13 #ifndef _HOPConstructNURBSCURVE_H
14 #define _HOPConstructNURBSCURVE_H
22 #include "HOpConstructPolyline.h"
45 float* m_WeightsArray;
49 bool m_bFirstTimeThrough;
virtual int OnMButtonDown(HEventInfo &hevent)
virtual int OnLButtonDblClk(HEventInfo &hevent)
The HBaseOperator class serves as a base for classes which handle user input and operate on the scene...
Definition: HBaseOperator.h:60
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332
virtual HBaseOperator * Clone()
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:207
virtual int OnNoButtonDownAndMove(HEventInfo &hevent)
The HOpConstructPolyline class draws a polyline.
Definition: HOpConstructPolyline.h:45
virtual int OnLButtonDown(HEventInfo &hevent)
The HOpConstructNurbsCurve class provides support for constructing a Non Uniform Rational B-Spline (N...
Definition: HOpConstructNurbsCurve.h:41
virtual const char * GetName()