Polygon Crucher SDK - Documentation
Documentation
Loading...
Searching...
No Matches
BatchTools.h File Reference

Detailed Description

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...
 

Enumeration Type Documentation

◆ BatchDstMode

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.

◆ BatchSrcMode

Can be used for defining a batch source mode.

Cf CRUNCHER_SRCMODE_PARAM BatchCruncherOptions::Parameters

Enumerator
BATCHSRC_SELECTED_FILES 

Source are selected files (might be in different folders)

BATCHSRC_CURRENT_DIR 

Source is a directory unless BATCHINFO_IS_ALBUM is set.

BATCHSRC_SELECTED_DIR 

Source is a selected directory.