Overture
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
Overture.v25.d
include
nurbsCurveEditor.h
Go to the documentation of this file.
1
#ifndef __EDIT_NURBS_CURVE__
2
#define __EDIT_NURBS_CURVE__
3
4
#include "
GenericGraphicsInterface.h
"
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
14
int
snapCurvesToIntersection
(
GenericGraphicsInterface
& gi,
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,
22
GenericGraphicsInterface
& gi,
23
NurbsMapping
& curve,
24
NurbsMapping
& newCurve,
25
int
& numberOfAssembledCurves,
26
NurbsMapping
** & assemblyCurves,
27
bool
& curveRebuilt,
28
bool
& plotCurve );
29
30
int
nurbsCurveEditor
(
NurbsMapping
&curve,
GenericGraphicsInterface
& gi,
PointList
&
points
);
31
32
#endif
33
Generated on Fri Jan 4 2013 10:17:56 for Overture by
1.8.3