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
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
Functions
a
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
g
h
i
l
m
n
o
p
r
s
t
v
x
y
z
Variables
a
b
c
d
e
f
g
h
i
l
n
p
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Files
File List
File Members
All
o
s
v
Functions
o
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
derived_units
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
7
using namespace
std;
8
9
namespace
scifir
10
{
11
SCALAR_UNIT_HPP
(
radioactivity
);
12
VECTOR_UNIT_HPP
(
irradiance
);
13
VECTOR_UNIT_HPP
(
radiant_exposure
);
14
SCALAR_UNIT_HPP
(
radiant_intensity
);
15
SCALAR_UNIT_HPP
(
radiance
);
16
SCALAR_UNIT_HPP
(
spectral_radiance
);
17
VECTOR_UNIT_HPP
(
radiant_flux
);
18
VECTOR_UNIT_HPP
(
spectral_flux
);
19
}
20
21
#endif
// SCIFIR_UNITS_DERIVED_UNITS_RADIOMETRY_UNITS_HPP_INCLUDED
scifir::coordinates_1d
Definition
coordinates_1d.hpp:18
scifir
The namespace scifir contains all scifir-units, excepting the string literals, which are outside.
Definition
address.cpp:6
SCALAR_UNIT_HPP
#define SCALAR_UNIT_HPP(name)
Definition
scalar_unit.hpp:50
VECTOR_UNIT_HPP
#define VECTOR_UNIT_HPP(name)
Definition
vector_unit_3d.hpp:288
Generated by
1.9.8