FEDEM Solver
R8.0
Source code of the dynamics solver
|
#include "FiRAOTable.H"
#include <fstream>
#include <string>
#include <cstring>
#include <cstdlib>
#include <cctype>
Macros | |
#define | M_PI 3.14159265358979323846 |
Functions | |
static RAOcomp | interpolate (double x, double x0, double x1, const RAOcomp &r0, const RAOcomp &r1) |
std::istream & | operator>> (std::istream &is, FiRAOTable &rao) |
std::ostream & | operator<< (std::ostream &os, const FiRAOTable &rao) |
#define M_PI 3.14159265358979323846 |
|
static |
std::ostream& operator<< | ( | std::ostream & | os, |
const FiRAOTable & | rao | ||
) |
std::istream& operator>> | ( | std::istream & | is, |
FiRAOTable & | rao | ||
) |