|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
Configuration for volume writing. More...
#include <VolumeWriter.hpp>
Collaboration diagram for MayaFlux::IO::VolumeWriteOptions:Public Attributes | |
| float | activity_threshold { 1e-6F } |
| Magnitude below which a cell is written as inactive. | |
| float | background { 0.0F } |
| Value assumed by every inactive cell. | |
| int | compression { -1 } |
| Format-specific compression code, or -1 for the writer's default. | |
| std::unordered_map< std::string, float > | field_thresholds |
| Per-field overrides of activity_threshold, keyed by field name. | |
| bool | half_float { false } |
| Store values at half precision where the format supports it. | |
Configuration for volume writing.
Format-specific knobs are interpreted by the concrete writer; unsupported options are silently ignored.
Definition at line 14 of file VolumeWriter.hpp.