![]() |
Polygon Crucher SDK - Documentation
Documentation
|
Some enums for
Go to the source code of this file.
Typedefs | |
typedef enum BatchSrcMode | BatchSrcMode |
typedef enum BatchDstMode | BatchDstMode |
Enumerations | |
enum | BatchSrcMode { BATCHSRC_SELECTED_FILES = 0 , BATCHSRC_CURRENT_DIR , BATCHSRC_SELECTED_DIR } |
Can be used for defining a batch source mode. More... | |
enum | BatchDstMode { BATCHDST_SRC_DIR = 0 , BATCHDST_SRC_SUBDIR , BATCHDST_NEW_DIR } |
Can be used for defining a batch destt mode. More... | |
Can be used for defining a batch destt mode.
Cf CRUNCHER_DSTMODE_PARAM BatchCruncherOptions::Parameters
Enumerator | |
---|---|
BATCHDST_SRC_DIR | Batch results are in src dir. |
BATCHDST_SRC_SUBDIR | Batch results are in sub dir of the src. |
BATCHDST_NEW_DIR | Batch results are in a new folder. |
Can be used for defining a batch source mode.
Cf CRUNCHER_SRCMODE_PARAM BatchCruncherOptions::Parameters