Classes | |
class | SoFileDataAdapter |
Image data adapter for data in a file. More... | |
class | SoImageDataAdapter |
Abstract base class for all ImageViz image data adapter classes. More... | |
class | SoMemoryDataAdapter |
Image data adapter for in memory data. More... | |
class | SoProxyDataAdapter |
Proxy image data adapter for in memory data. More... | |
class | SoVolumeReaderAdapter |
Image data adapter for an SoVolumeReader. More... | |
class | SoVRImageDataReader |
Reads volume from an SoImageDataAdapter. More... | |
class | SbChannelList |
List of channel to extract. More... | |
class | SbImageDataAccessor |
Class used to retrieve data from an SoImageDataAdapter. More... | |
class | SbImageDataAdapterHelper |
Helper class for SoImageDataAdapter. More... | |
class | SbImageDataType |
Basic class representing multi channel DataType. More... | |
class | SbImageDataVoxel |
Utility class used to safely access channels of a buffer. More... |
Given the diversity of types, the following rules are used to allow type conversions when the data are accessed by the application or by an engine.
The conversion conventions are mentioned here because no warning is issued when data is converted. This is necessary to avoid an avalanche of warning messages.