|
region.splits = new Vector.<int>(parseInt(tuple[0]), parseInt(tuple[1]), parseInt(tuple[2]), parseInt(tuple[3]));
|
|
region.splits = new Vector.<int>(parseInt(tuple[0]), parseInt(tuple[1]), parseInt(tuple[2]), parseInt(tuple[3]));
|
|
if (reader.readTuple(tuple) == 4) { // pad is optional, but only present with splits
|
|
if (reader.readTuple(tuple) == 4) { // pad is optional, but only present with splits
|