scifir-units 2.0.0
scifir-units is a library of units of measurement, angles, coordinates, fields, and related data, all lightweight, that help in the development of scientific software and scientific machines
|
#include "../meca_number/angle.hpp"
#include "./coordinates_3d.hpp"
#include "../units/base_units.hpp"
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | scifir::coordinates_3dr< T > |
class | scifir::coordinates_3dr< float > |
Namespaces | |
namespace | scifir |
The namespace scifir contains all scifir-units, excepting the string literals, which are outside. | |
Functions | |
template<typename T > | |
string | scifir::to_string (const coordinates_3dr< T > &x) |
string | scifir::to_string (const coordinates_3dr< float > &x) |
template<typename T , typename U > | |
T | scifir::distance (const coordinates_3dr< T > &x, const coordinates_3dr< U > &y) |
float | scifir::distance (const coordinates_3dr< float > &x, const coordinates_3dr< float > &y) |
template<typename T , typename U > | |
T | scifir::distance (const coordinates_3dr< T > &x, const coordinates_3d< U > &y) |
float | scifir::distance (const coordinates_3dr< float > &x, const coordinates_3d< float > &y) |
template<typename T , typename U > | |
T | scifir::distance (const coordinates_3d< T > &x, const coordinates_3dr< U > &y) |
float | scifir::distance (const coordinates_3d< float > &x, const coordinates_3dr< float > &y) |
template<typename T , typename U > | |
bool | operator== (const scifir::coordinates_3dr< T > &x, const scifir::coordinates_3dr< U > &y) |
template<typename T , typename U > | |
bool | operator!= (const scifir::coordinates_3dr< T > &x, const scifir::coordinates_3dr< U > &y) |
template<typename T , typename U > | |
bool | operator== (const scifir::coordinates_3dr< T > &x, const scifir::coordinates_3d< U > &y) |
template<typename T , typename U > | |
bool | operator!= (const scifir::coordinates_3dr< T > &x, const scifir::coordinates_3d< U > &y) |
template<typename T , typename U > | |
bool | operator== (const scifir::coordinates_3d< T > &x, const scifir::coordinates_3dr< U > &y) |
template<typename T , typename U > | |
bool | operator!= (const scifir::coordinates_3d< T > &x, const scifir::coordinates_3dr< U > &y) |
template<typename T > | |
bool | operator== (const scifir::coordinates_3dr< T > &x, const string &init_coordinates_3dr) |
template<typename T > | |
bool | operator!= (const scifir::coordinates_3dr< T > &x, const string &init_coordinates_3dr) |
template<typename T > | |
bool | operator== (const string &init_coordinates_3dr, const scifir::coordinates_3dr< T > &x) |
template<typename T > | |
bool | operator!= (const string &init_coordinates_3dr, const scifir::coordinates_3dr< T > &x) |
template<typename T > | |
void | operator+= (string &x, const scifir::coordinates_3dr< T > &y) |
template<typename T > | |
string | operator+ (const string &x, const scifir::coordinates_3dr< T > &y) |
template<typename T > | |
string | operator+ (const scifir::coordinates_3dr< T > &x, const string &y) |
template<typename T > | |
ostream & | operator<< (ostream &os, const scifir::coordinates_3dr< T > &x) |
ostream & | operator<< (ostream &os, const scifir::coordinates_3dr< float > &x) |
template<typename T > | |
istream & | operator>> (istream &is, scifir::coordinates_3dr< T > &x) |
bool operator!= | ( | const scifir::coordinates_3d< T > & | x, |
const scifir::coordinates_3dr< U > & | y | ||
) |
Definition at line 984 of file coordinates_3dr.hpp.
bool operator!= | ( | const scifir::coordinates_3dr< T > & | x, |
const scifir::coordinates_3d< U > & | y | ||
) |
Definition at line 965 of file coordinates_3dr.hpp.
bool operator!= | ( | const scifir::coordinates_3dr< T > & | x, |
const scifir::coordinates_3dr< U > & | y | ||
) |
Definition at line 946 of file coordinates_3dr.hpp.
bool operator!= | ( | const scifir::coordinates_3dr< T > & | x, |
const string & | init_coordinates_3dr | ||
) |
Definition at line 997 of file coordinates_3dr.hpp.
bool operator!= | ( | const string & | init_coordinates_3dr, |
const scifir::coordinates_3dr< T > & | x | ||
) |
Definition at line 1010 of file coordinates_3dr.hpp.
string operator+ | ( | const scifir::coordinates_3dr< T > & | x, |
const string & | y | ||
) |
Definition at line 1028 of file coordinates_3dr.hpp.
string operator+ | ( | const string & | x, |
const scifir::coordinates_3dr< T > & | y | ||
) |
Definition at line 1022 of file coordinates_3dr.hpp.
void operator+= | ( | string & | x, |
const scifir::coordinates_3dr< T > & | y | ||
) |
Definition at line 1016 of file coordinates_3dr.hpp.
ostream & operator<< | ( | ostream & | os, |
const scifir::coordinates_3dr< float > & | x | ||
) |
Definition at line 28 of file coordinates_3dr.cpp.
ostream & operator<< | ( | ostream & | os, |
const scifir::coordinates_3dr< T > & | x | ||
) |
Definition at line 1034 of file coordinates_3dr.hpp.
bool operator== | ( | const scifir::coordinates_3d< T > & | x, |
const scifir::coordinates_3dr< U > & | y | ||
) |
Definition at line 971 of file coordinates_3dr.hpp.
bool operator== | ( | const scifir::coordinates_3dr< T > & | x, |
const scifir::coordinates_3d< U > & | y | ||
) |
Definition at line 952 of file coordinates_3dr.hpp.
bool operator== | ( | const scifir::coordinates_3dr< T > & | x, |
const scifir::coordinates_3dr< U > & | y | ||
) |
Definition at line 933 of file coordinates_3dr.hpp.
bool operator== | ( | const scifir::coordinates_3dr< T > & | x, |
const string & | init_coordinates_3dr | ||
) |
Definition at line 990 of file coordinates_3dr.hpp.
bool operator== | ( | const string & | init_coordinates_3dr, |
const scifir::coordinates_3dr< T > & | x | ||
) |
Definition at line 1003 of file coordinates_3dr.hpp.
istream & operator>> | ( | istream & | is, |
scifir::coordinates_3dr< T > & | x | ||
) |
Definition at line 1042 of file coordinates_3dr.hpp.