OEConfigureImageGridNumRows

bool OEConfigureImageGridNumRows(OESystem::OEInterface &itf,
                                 std::string name=OEImageGridParamName::NumRows,
                                 std::string alias="-rows")

bool OEConfigureImageGridNumRows(OESystem::OEInterface &itf,
                                 unsigned int defnumrows,
                                 std::string=OEImageGridParamName::NumRows,
                                 std::string alias="-rows")

Adds a parameter to the given interface to allows the configuration of the number of grid rows.

itf

The interface being configured.

defnumrows

The default number of rows.

name

The name of the parameter.

alias

The alternative i.e. alias name of the parameter.

See also