![]() |
LibCarna Version 3.4.0
|
Represents Hounsfield Units Values in \(\left[-1024, +3071\right]\), usually used in CT imaging. More...
#include <HUV.hpp>
Public Member Functions | |
| operator signed short () const | |
Implicitly casts into a signed short and yields value. | |
| HUV ()=default | |
| Constructor. | |
| HUV (signed int value) | |
| Creates HUV with value. Clamps to \(\left[-1024, 3071\right]\). | |
| HUV (float intensity) | |
| Creates HUV corresponding to intensity. Clamps to \(\left[-1024, 3071\right]\). | |
| float | intensity () const |
| Returns the corresponding intensity. | |
Public Attributes | |
| signed short | value |
| Holds the HU value. | |
Represents Hounsfield Units Values in \(\left[-1024, +3071\right]\), usually used in CT imaging.
|
inlineexplicit |
|
inline |
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen