DataAccessorArgs Struct Reference
[Simple datacentric API]

Descriptor for data access. More...

#include <RasterData.h>

List of all members.

Public Attributes

uint32_t rowStart
uint32_t rowEnd
uint32_t concurrentRows
uint32_t columnStart
uint32_t columnEnd
uint32_t concurrentColumns
uint32_t bandStart
uint32_t bandEnd
uint32_t concurrentBands
uint32_t interleaveFormat
uint32_t writable


Detailed Description

Descriptor for data access.

Rows, columns, and bands are all 0-based and reflect active numbers.

See also:
DataRequest

Definition at line 200 of file RasterData.h.


Member Data Documentation

The first row to access.

Definition at line 202 of file RasterData.h.

The last row to access.

Definition at line 203 of file RasterData.h.

The number of rows to access concurrently or 0 to use the default.

Definition at line 204 of file RasterData.h.

The first column to access.

Definition at line 206 of file RasterData.h.

The last column to access.

Definition at line 207 of file RasterData.h.

The number of columns to access concurrently or 0 to use the default.

Definition at line 208 of file RasterData.h.

The first band to access.

Definition at line 210 of file RasterData.h.

The last band to access.

Definition at line 211 of file RasterData.h.

The number of bands to access concurrently or 0 to use the default.

Definition at line 212 of file RasterData.h.

0 -> BSQ, 1 -> BIP, 2 -> BIL.

See also:
InterleaveFormatType

Definition at line 214 of file RasterData.h.

0 -> Do not request write access, Any other value -> Request write access.

Definition at line 215 of file RasterData.h.


Software Development Kit - Opticks 4.9.0 Build 16218