Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoDataCompressor::TileInfo Struct Reference

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

#include <LDM/compressors/SoDataCompressor.h>

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
 Dimensions of the tile.
 
SoDataSet::DataType dataType
 Tile's data type (byte, int, etc.).
 
SbVec2d range
 Data range of the tile's volume.
 
bool isRGBA
 True if tile data is a RGBA color packed in a 32bits integer.
 

Detailed Description

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

Definition at line 75 of file SoDataCompressor.h.

Constructor & Destructor Documentation

◆ TileInfo() [1/3]

SoDataCompressor::TileInfo::TileInfo ( )

◆ TileInfo() [2/3]

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

◆ TileInfo() [3/3]

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

Member Data Documentation

◆ dataType

SoDataSet::DataType SoDataCompressor::TileInfo::dataType

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

Definition at line 89 of file SoDataCompressor.h.

◆ dims

SbVec3i32 SoDataCompressor::TileInfo::dims

Dimensions of the tile.

Definition at line 84 of file SoDataCompressor.h.

◆ isRGBA

bool SoDataCompressor::TileInfo::isRGBA

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

Definition at line 99 of file SoDataCompressor.h.

◆ range

SbVec2d SoDataCompressor::TileInfo::range

Data range of the tile's volume.

Definition at line 94 of file SoDataCompressor.h.


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