PRTools contents |
GETBATCH
[FLAG,BATCHSIZE,OBJSIZE] = GETBATCH(W)
Input | |
W | Mapping |
Output | |
FLAG | Flags batch processing on (TRUE) or off (FALSE) |
BATCHSIZE | Number of objects per batch |
OBJSIZE | Number of objects above which batch processing is enabled |
FLAG is TRUE in case batch mode is allowed (default). Use SETBATCH to set or disable batch processing of mappings
PRTools contents |