Click or drag to resize
SoVRRasterStackReaderSetDirectory Method

Specify a directory containing image files to load (jpg, png, tif,...).

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SetDirectory(
	string directory
)

Parameters

directory
Type: SystemString

The directory from which to load files.

Return Value

Type: Boolean

true if successful.

Remarks

Each image file in this folder with the exact same dimension and the exact same number of components will be loaded.

Notes:

  • The directory should contain only valid image files.

  • The file format is automatically detected.

  • If the images are RGB or RGBA, the volume is loaded as RGBA data. (It is not possible to load a single component using this method.)

Note Note

Member available since Open Inventor 9.5.0

See Also