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
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
radiometry_units.hpp
Go to the documentation of this file.
1#ifndef SCIFIR_UNITS_DERIVED_UNITS_RADIOMETRY_UNITS_HPP_INCLUDED
2#define SCIFIR_UNITS_DERIVED_UNITS_RADIOMETRY_UNITS_HPP_INCLUDED
3
4#include "../units/scalar_unit.hpp"
5#include "../units/vector_unit_3d.hpp"
6
7using namespace std;
8
9namespace scifir
10{
19}
20
21#endif // SCIFIR_UNITS_DERIVED_UNITS_RADIOMETRY_UNITS_HPP_INCLUDED
The namespace scifir contains all scifir-units, excepting the string literals, which are outside.
Definition address.cpp:6
#define SCALAR_UNIT_HPP(name)
#define VECTOR_UNIT_HPP(name)