Overture  Version 25
nurbsCurveEditor.h
Go to the documentation of this file.
1 #ifndef __EDIT_NURBS_CURVE__
2 #define __EDIT_NURBS_CURVE__
3 
5 #include "GUIState.h"
6 #include "NurbsMapping.h"
7 #include "IntersectionMapping.h"
8 #include "MappingInformation.h"
9 #include "Point.h"
10 
11 #define SC (char *)(const char *)
12 
13 
15  NurbsMapping & curve,
16  int &curve1, int &curve2,
17  int curve1End, int curve2End,
18  const real *xSelect,
19  const real *c1click );
20 
21 int assembleSubCurves(int & currentCurve,
23  NurbsMapping & curve,
24  NurbsMapping & newCurve,
25  int & numberOfAssembledCurves,
26  NurbsMapping ** & assemblyCurves,
27  bool & curveRebuilt,
28  bool & plotCurve );
29 
31 
32 #endif
33