ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
REPOS_ERICCA
/
polyexemple
/
src
/
curve.h
Revision:
416
Committed:
Wed Aug 21 15:24:24 2013 UTC
(11 years, 8 months ago) by
cuillier
Content type:
text/plain
File size:
187 byte(s)
Log Message:
Import initial
File Contents
#
User
Rev
Content
1
cuillier
416
#ifndef _CURVE_
2
#define _CURVE_
3
4
class CURVE
5
{
6
public:
7
CURVE();
8
CURVE(CURVE &mdd);
9
virtual ~CURVE();
10
11
virtual void evaluer(double t,double *xyz)=0;
12
13
protected:
14
};
15
16
#endif
Properties
Name
Value
svn:executable