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

Parameters with prefix reading/ppmreader. More...

Variables

constexpr Param< int > COEFFICIENTLIMIT { "reading/ppmreader/coefficientlimit" }
 splitting coefficients in this number of intervals
 
constexpr Param< bool > RGBASCII { "reading/ppmreader/rgbascii" }
 should the output format be binary(P6) (otherwise plain(P3) format)
 
constexpr Param< int > RGBLIMIT { "reading/ppmreader/rgblimit" }
 maximal color value
 
constexpr Param< bool > RGBRELATIV { "reading/ppmreader/rgbrelativ" }
 should the coloring values be relativ or absolute
 

Detailed Description

Parameters with prefix reading/ppmreader.

Variable Documentation

◆ COEFFICIENTLIMIT

constexpr Param<int> scippp::params::READING::PPMREADER::COEFFICIENTLIMIT { "reading/ppmreader/coefficientlimit" }
constexpr

splitting coefficients in this number of intervals

Definition at line 5458 of file parameters.hpp.

◆ RGBASCII

constexpr Param<bool> scippp::params::READING::PPMREADER::RGBASCII { "reading/ppmreader/rgbascii" }
constexpr

should the output format be binary(P6) (otherwise plain(P3) format)

Definition at line 5456 of file parameters.hpp.

◆ RGBLIMIT

constexpr Param<int> scippp::params::READING::PPMREADER::RGBLIMIT { "reading/ppmreader/rgblimit" }
constexpr

maximal color value

Definition at line 5460 of file parameters.hpp.

◆ RGBRELATIV

constexpr Param<bool> scippp::params::READING::PPMREADER::RGBRELATIV { "reading/ppmreader/rgbrelativ" }
constexpr

should the coloring values be relativ or absolute

Definition at line 5454 of file parameters.hpp.