Click or drag to resize
SoMemoryDataAdapterLayerOrganizations Enumeration

Layer organization.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum LayerOrganizations
Members
  Member nameValueDescription
CONTIGUOUS_PER_PIXEL0

values of each layer are grouped by pixel (e.g.

: RGBA RGBA ... )

CONTIGUOUS_PER_LAYER1

values of each layer are separated (e.g.

: RRRR... GGGG... BBBB... AAAA... )

CONTIGUOUS_PER_PLANE2

values of each layer are separated by 2d simple plane (e.g.

: RR... GG... BB... RR... GG... BB...)

CONTIGUOUS_PER_VOLUME3

values of each layer are separated by 3d simple volume

Remarks