rasdaman client API 10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
Public Member Functions | Public Attributes | List of all members
r_Tile_Structure Struct Reference

Physical raw tile properties in one place. More...

#include <mddtypes.hh>

Public Member Functions

 r_Tile_Structure () noexcept
 
 r_Tile_Structure (r_Data_Format f, r_Band_Linearization b, r_Cell_Linearization c)
 

Public Attributes

r_Data_Format dataFormat {r_Array}
 
r_Band_Linearization bandLinearization {r_Band_Linearization::PixelInterleaved}
 
r_Cell_Linearization cellLinearization {r_Cell_Linearization::ColumnMajor}
 

Detailed Description

Physical raw tile properties in one place.

Constructor & Destructor Documentation

◆ r_Tile_Structure() [1/2]

r_Tile_Structure::r_Tile_Structure ( )
inlinenoexcept

◆ r_Tile_Structure() [2/2]

r_Tile_Structure::r_Tile_Structure ( r_Data_Format  f,
r_Band_Linearization  b,
r_Cell_Linearization  c 
)
inline

Member Data Documentation

◆ bandLinearization

r_Band_Linearization r_Tile_Structure::bandLinearization {r_Band_Linearization::PixelInterleaved}

◆ cellLinearization

r_Cell_Linearization r_Tile_Structure::cellLinearization {r_Cell_Linearization::ColumnMajor}

◆ dataFormat

r_Data_Format r_Tile_Structure::dataFormat {r_Array}

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