DataPointerArgs 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 columnStart
uint32_t columnEnd
uint32_t bandStart
uint32_t bandEnd
uint32_t interleaveFormat


Detailed Description

Descriptor for data access.

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

See also:
DataRequest

Definition at line 117 of file RasterData.h.


Member Data Documentation

The first row to access.

Definition at line 119 of file RasterData.h.

The last row to access.

Definition at line 120 of file RasterData.h.

The first column to access.

Definition at line 122 of file RasterData.h.

The last column to access.

Definition at line 123 of file RasterData.h.

The first band to access.

Definition at line 125 of file RasterData.h.

The last band to access.

Definition at line 126 of file RasterData.h.

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

See also:
InterleaveFormatType

Definition at line 128 of file RasterData.h.


Software Development Kit - Opticks 4.9.0 Build 16218