Skip to main content

tileparamT

Type Alias tileparamT 

Source
pub type tileparamT = tileparamST;
Expand description

tile parameter data structure

Aliased Type§

#[repr(C)]
pub struct tileparamT { pub firstcol: i64, pub ncol: i64, pub firstrow: i64, pub nrow: i64, }

Fields§

§firstcol: i64§ncol: i64

first column of tile to process (index from 0)

§firstrow: i64

number of columns in tile to process

§nrow: i64

first row of tile to process (index from 0)