FEDEM Solver  R8.0
Source code of the dynamics solver
Macros | Functions
FiRAOTable.C File Reference
#include "FiRAOTable.H"
#include <fstream>
#include <string>
#include <cstring>
#include <cstdlib>
#include <cctype>
Include dependency graph for FiRAOTable.C:

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)
 

Macro Definition Documentation

◆ M_PI

#define M_PI   3.14159265358979323846

Function Documentation

◆ interpolate()

static RAOcomp interpolate ( double  x,
double  x0,
double  x1,
const RAOcomp r0,
const RAOcomp r1 
)
static

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const FiRAOTable rao 
)

◆ operator>>()

std::istream& operator>> ( std::istream &  is,
FiRAOTable rao 
)