|
Celeritas 0.7.0-dev.529+develop.b0df1df8d
|
#include "OrangeTypes.hh"#include <type_traits>#include "corecel/Assert.hh"#include "corecel/io/EnumStringMapper.hh"#include "corecel/io/Logger.hh"#include "corecel/math/Algorithms.hh"#include "corecel/math/SoftEqual.hh"Functions | |
| char const * | celeritas::to_cstring (Sense s) |
| Get a string corresponding to a surface sense. | |
| 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 (UnivType value) |
| Get a string corresponding to a universe type. | |
| char const * | celeritas::to_cstring (LogicNotation value) |
| Get a string corresponding to a logic notation. | |
| 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. | |