Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psSpline1D Struct Reference
[GROUP00]

#include <psSpline.h>

Collaboration diagram for psSpline1D:

Collaboration graph
[legend]

Detailed Description

One-Dimensional Spline.

Definition at line 40 of file psSpline.h.

Data Fields

unsigned int n
 The number of spline pieces.
psPolynomial1D ** spline
 An array of n pointers to the spline polynomials.
psVectorknots
 The boundaries between each spline piece. Size is n+1.
psF32p_psDeriv2
 For cubic splines, the second derivative at each domain point. Size is n+1.


Field Documentation

psVector* psSpline1D::knots
 

The boundaries between each spline piece. Size is n+1.

Definition at line 44 of file psSpline.h.

unsigned int psSpline1D::n
 

The number of spline pieces.

Definition at line 42 of file psSpline.h.

psF32* psSpline1D::p_psDeriv2
 

For cubic splines, the second derivative at each domain point. Size is n+1.

Definition at line 45 of file psSpline.h.

psPolynomial1D** psSpline1D::spline
 

An array of n pointers to the spline polynomials.

Definition at line 43 of file psSpline.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jul 3 14:15:13 2006 for Pan-STARRS Foundation Library by  doxygen 1.4.4