ImagingTools Core SDK
Static Public Attributes | List of all members
imtsdl::ProcessorParamKeys

this struct describes keys of params for SDL processors More...

#include <imtsdl.h>

Static Public Attributes

static const QByteArray TempDirPath = QByteArrayLiteral("TempDirPath")
 the path to the temporary directory where the processors MUST be work
 

Detailed Description

this struct describes keys of params for SDL processors

Definition at line 42 of file imtsdl.h.

Member Data Documentation

◆ TempDirPath

const QByteArray imtsdl::ProcessorParamKeys::TempDirPath = QByteArrayLiteral("TempDirPath")
inlinestatic

the path to the temporary directory where the processors MUST be work

where the output files MUST be written (if available) represented as ifile::IFileNameParam with type ifile::IFileNameParam::PT_DIRECTORY

Definition at line 50 of file imtsdl.h.