SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::params::READING::PBMREADER Namespace Reference

Parameters with prefix reading/pbmreader. More...

Variables

constexpr Param< bool > BINARY { "reading/pbmreader/binary" }
 should the output format be binary(P4) (otherwise plain(P1) format)
 
constexpr Param< int > MAXCOLS { "reading/pbmreader/maxcols" }
 maximum number of columns in the scaled picture (-1 for no limit)
 
constexpr Param< int > MAXROWS { "reading/pbmreader/maxrows" }
 maximum number of rows in the scaled picture (-1 for no limit)
 

Detailed Description

Parameters with prefix reading/pbmreader.

Variable Documentation

◆ BINARY

constexpr Param<bool> scippp::params::READING::PBMREADER::BINARY { "reading/pbmreader/binary" }
constexpr

should the output format be binary(P4) (otherwise plain(P1) format)

Definition at line 5445 of file parameters.hpp.

◆ MAXCOLS

constexpr Param<int> scippp::params::READING::PBMREADER::MAXCOLS { "reading/pbmreader/maxcols" }
constexpr

maximum number of columns in the scaled picture (-1 for no limit)

Definition at line 5449 of file parameters.hpp.

◆ MAXROWS

constexpr Param<int> scippp::params::READING::PBMREADER::MAXROWS { "reading/pbmreader/maxrows" }
constexpr

maximum number of rows in the scaled picture (-1 for no limit)

Definition at line 5447 of file parameters.hpp.