Overture
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
Overture.v25.d
include
Edge.h
Go to the documentation of this file.
1
#ifndef EDGE_H
2
#define EDGE_H
3
4
#include "
NurbsMapping.h
"
5
6
class
Edge
7
{
8
public
:
9
Edge
();
// constructor
10
~Edge
();
// destructor
11
12
int
nKnots
;
13
realArray
x
;
// put knots in here
14
NurbsMapping
*
spline_
;
15
16
int
subSurface
;
17
bool
mappingIsTrimmed
;
18
int
trimCurve
;
19
int
subTrimCurve
;
20
21
};
22
#endif
Generated on Fri Jan 4 2013 10:17:51 for Overture by
1.8.3