Celeritas
0.5.0-56+6b053cd
|
#include "OrangeTypes.hh"
#include <type_traits>
#include "corecel/Assert.hh"
#include "corecel/io/EnumStringMapper.hh"
#include "corecel/math/Algorithms.hh"
#include "corecel/math/SoftEqual.hh"
Functions | |
char const * | celeritas::to_cstring (SurfaceType value) |
Get a string corresponding to a surface type. | |
char const * | celeritas::to_cstring (TransformType value) |
Get a string corresponding to a transform type. | |
char const * | celeritas::to_cstring (SignedSense s) |
Get a string corresponding to a signed sense. | |
char const * | celeritas::to_cstring (ZOrder zo) |
Get a string corresponding to a transform type. | |
char | celeritas::to_char (ZOrder zo) |
Get a printable character corresponding to a z ordering. | |
ZOrder | celeritas::to_zorder (char c) |
Convert a printable character to a z ordering. | |