SoDataCompressor::TileInfo Struct Reference

This structure contains the dimension and the type of the tile being processed. More...

#include <LDM/compressors/SoDataCompressor.h>

List of all members.

Public Member Functions

 TileInfo ()
 TileInfo (const SbVec3i32 &dims, const SbDataType &dataType)
 TileInfo (const SbVec3i32 &dims, const SbDataType &dataType, const SbVec2d &range)

Public Attributes

SbVec3i32 dims
SoDataSet::DataType dataType
SbVec2d range
bool isRGBA

Detailed Description

This structure contains the dimension and the type of the tile being processed.


Constructor & Destructor Documentation

SoDataCompressor::TileInfo::TileInfo (  ) 
SoDataCompressor::TileInfo::TileInfo ( const SbVec3i32 dims,
const SbDataType dataType 
)
SoDataCompressor::TileInfo::TileInfo ( const SbVec3i32 dims,
const SbDataType dataType,
const SbVec2d range 
)

Member Data Documentation

Tile's data type (byte, int, etc.

).

Dimensions of the tile.

True if tile data is a RGBA color packed in a 32bits integer.

Data range of the tile's volume.


The documentation for this struct was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/