Click or drag to resize
SoVRLdmFileWriterenableHistogram Property

Specify if the histogram must be computed or not.

Namespace: OIV.LDM.Writers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFBool enableHistogram { get; }

Property Value

Type: SoSFBool
Remarks

Default is true.

Disabling histogram generation will greatly speedup the writing process, but some VolumeViz rendering features and optimizations won't be available.

Enabling the histogram enables computation of:

  • dataset min and max values

  • per Tile min max values

Note also that if RGBA mode is set then no histogram is computed.

See Also