Click or drag to resize
SoConverterParametersEnableHistogram Method

Specify if the histogram must be computed or not.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void EnableHistogram(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Default is true.

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

It also implies that the following information won't be computed:

  • 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