MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::IO::VolumeWriteOptions Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: