StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StBichsel
spline3.h
1
/* spline3.h */
2
/* This file was made by the idl compiler "stic". Do not edit.
3
** This was generated for version '(unspecified)'
4
** Instead, edit the source idl file and then re-run the compiler.
5
** For help, type contact Craig Tull or Herb Ward. */
6
/* COMMENTS FROM IDL FILE:
7
spine3.idl
8
9
Table: spine3
10
11
description: keep parameters and knots for TSpline3 creation
12
13
*/
14
#ifndef SPLINE3_H
15
#define SPLINE3_H
16
#define SPLINE3_SPEC \
17
"struct spline3 { \
18
long nknots; \
19
double Xknots[50]; \
20
double Yknots[50]; \
21
double ValBeg; \
22
double ValEnd; \
23
octet option[8]; \
24
};"
25
typedef
struct
spline3_st
{
26
int
nknots;
/* no. of knots <= 50 */
27
double
Xknots[50];
/* X of knots */
28
double
Yknots[50];
/* Y of knots */
29
double
ValBeg;
30
double
ValEnd;
31
unsigned
char
option[8];
/* option for boundary condition */
32
}
SPLINE3_ST
;
33
#endif
/* SPLINE3_H */
spline3_st
Definition:
spline3.h:25
Generated by
1.8.5