Go to the source code of this file.
◆ FALSE
Data structure where the entire input file will be read
◆ PANO_PARSER_COEF_COUNT
#define PANO_PARSER_COEF_COUNT 7 |
◆ PANO_PARSER_MAX_MASK_POINTS
#define PANO_PARSER_MAX_MASK_POINTS 20 |
◆ PANO_PARSER_MAX_PROJECTION_PARMS
#define PANO_PARSER_MAX_PROJECTION_PARMS 10 |
◆ PANO_PARSER_RESP_CURVE_COEF_COUNT
#define PANO_PARSER_RESP_CURVE_COEF_COUNT 5 |
◆ PANO_PARSER_VIGN_COEF_COUNT
#define PANO_PARSER_VIGN_COEF_COUNT 6 |
◆ PANO_PROJECTION_COEF_COUNT
#define PANO_PROJECTION_COEF_COUNT 2 |
◆ PANO_TRANSLATION_COEF_COUNT
#define PANO_TRANSLATION_COEF_COUNT 3 |
◆ PARSER_MAX_LINE
#define PARSER_MAX_LINE 1000 |
Maximum size for an input token
◆ PT_TOKEN_MAX_LEN
◆ TRUE
◆ pt_bitdepthoutput
Enumerator |
---|
BD_UINT8 | |
BD_UINT16 | |
BD_FLOAT | |
◆ pt_mask_type
Enumerator |
---|
NEGATIVE | |
POSITIVE | |
NEGATIVESTACKAWARE | |
POSITVESTACKAWARE | |
NEGATIVELENS | |
◆ panoScriptFree()
References pt_script::ctrlPoints_prevComments, pt_script::ctrlPointsSpec, pt_script::endingComments, FREE, pt_script::iCtrlPoints_prevCommentsCount, pt_script::iCtrlPointsCount, pt_script::iEndingCommentsCount, pt_script::iImage_prevCommentsCount, pt_script::iInputImagesCount, pt_script::image_prevComments, pt_script::iMasks_prevCommentsCount, pt_script::iMasksCount, pt_script::inputImageSpec, pt_script::iOptimize_prevCommentsCount, pt_script::iPano_prevCommentsCount, pt_script::iVarsToOptimize_prevCommentsCount, pt_script::iVarsToOptimizeCount, pt_script::masks, pt_script::masks_prevComments, pt_script_image::name, pt_script::optimize_prevComments, pt_script_pano::outputFormat, pt_script::pano, pt_script::pano_prevComments, panoScriptParserSetDefaults(), pt_script_mask::points, pt_script_optimize_var::varName, pt_script::varsToOptimize, and pt_script::varsToOptimize_prevComments.
Referenced by Digikam::PTOFile::openFile(), panoScriptParse(), and Digikam::PTOFile::~PTOFile().
◆ panoScriptParse()
int panoScriptParse |
( |
const char *const |
filename, |
|
|
pt_script * |
scriptOut |
|
) |
| |
◆ panoScriptParserSetDefaults()
void panoScriptParserSetDefaults |
( |
pt_script * |
ptr | ) |
|