OEImageGridSetup¶
This namespace encodes symbolic constants used as bit-masks to
indicate which image grid interface parameters are being
created when invoking the
OEConfigureImageGridParams function.
See also
- OEImageGridParamNamenamespace.
The OEImageGridSetup namespace contains the
following constants:
All
The combination of following constants:
NumColumns
Passing this constant to the
OEConfigureImageGridParams function result
in generating the following default interface to configure
the number of columns of image grid  by invoking
the OEConfigureImageGridNumColumns function.
Contents of parameter -cols
    Aliases : -cols
    Type : int
    Allow list : false
    Default : 2
    Simple : true
    Required : false
    Legal ranges :
        10 to 1
    Brief : Number of columns
See also
- OEImageGridParamName.NumColumnsconstant
- OEConfigureImageGridNumColumnsfunction
- OEGetImageGridNumColumnsfunction
NumRows
Passing this constant to the
OEConfigureImageGridParams function result
in generating the following default interface to configure
the number of row of image grid  by invoking
the OEConfigureImageGridNumRows function.
Contents of parameter -rows
    Aliases : -rows
    Type : int
    Allow list : false
    Default : 3
    Simple : true
    Required : false
    Legal ranges :
        10 to 1
    Brief : Number of rows
See also
- OEImageGridParamName.NumRowsconstant
- OEConfigureImageGridNumRowsfunction
- OEGetImageGridNumRowsfunction