Represents offsets to Hounsfield Units Values.
More...
#include <HUV.hpp>
Represents offsets to Hounsfield Units Values.
- Author
- Leonid Kostrykin
Definition at line 120 of file HUV.hpp.
◆ HUVOffset() [1/2]
LibCarna::base::HUVOffset::HUVOffset |
( |
signed int |
value | ) |
|
|
inlineexplicit |
Creates a HUV offset with value. Clamps to \(\left[-4095, +4095\right]\).
Definition at line 162 of file HUV.hpp.
◆ HUVOffset() [2/2]
LibCarna::base::HUVOffset::HUVOffset |
( |
float |
intensity | ) |
|
|
inlineexplicit |
Creates a HUV offset corresponding to intensity. Clamps to \(\left[-4095, +4095\right]\).
Definition at line 170 of file HUV.hpp.
◆ intensity()
float LibCarna::base::HUVOffset::intensity |
( |
| ) |
const |
|
inline |
Returns the corresponding intensity offset.
Definition at line 156 of file HUV.hpp.
◆ value
Holds the HU value.
Definition at line 126 of file HUV.hpp.
The documentation for this struct was generated from the following file: