Planetary Orbital Evolution due to Tides
Orbital evolution of two objects experiencing tides
Core::SerializableSpline1dInterpolant Class Reference

A serializable (using boost serialization) alglib 1D interpolant. More...

#include <SerializableSpline1dInterpolant.h>

+ Inheritance diagram for Core::SerializableSpline1dInterpolant:
+ Collaboration diagram for Core::SerializableSpline1dInterpolant:

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int)
 

Friends

class boost::serialization::access
 
std::ostream & operator<< (std::ostream &os, const SerializableSpline1dInterpolant &interp)
 Human readable output for interpolants (data is currently not output). More...
 

Detailed Description

A serializable (using boost serialization) alglib 1D interpolant.

Definition at line 15 of file SerializableSpline1dInterpolant.h.

Member Function Documentation

◆ serialize()

template<class Archive >
void Core::SerializableSpline1dInterpolant::serialize ( Archive &  ar,
const unsigned  int 
)
private

Serialize (see boost serialization library) the interpolation.

Serializes everything EXCEPT p_struct->x.data and p_struct->y.data, because I have no idea what they are. Also assumes that the spline data are all stored as doubles.

Parameters
arThe archive to serialize to.
intVersion number. Ignored!

Definition at line 53 of file SerializableSpline1dInterpolant.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const SerializableSpline1dInterpolant interp 
)
friend

Human readable output for interpolants (data is currently not output).

Parameters
osThe stream to output to.
interpThe interpolant to output.

Definition at line 15 of file SerializableSpline1dInterpolant.cpp.


The documentation for this class was generated from the following file: