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 35 of file psSpline.h.

Data Fields

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.
psF32p_psDomains
 The boundaries between each spline piece. Size is n+1.


Field Documentation

psVector* psSpline1D::knots
 

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

Definition at line 39 of file psSpline.h.

int psSpline1D::n
 

The number of spline pieces.

Definition at line 37 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 40 of file psSpline.h.

psF32* psSpline1D::p_psDomains
 

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

Definition at line 41 of file psSpline.h.

psPolynomial1D** psSpline1D::spline
 

An array of n pointers to the spline polynomials.

Definition at line 38 of file psSpline.h.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 14 10:43:47 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.2