1 #ifndef OPALS_GRID_LIMIT_HPP_INCLUDED
2 #define OPALS_GRID_LIMIT_HPP_INCLUDED
7 #include "opals/config.hpp"
8 #include "opals/Array.hpp"
9 #include "opals/CustomOptionType.hpp"
30 bool isRoundLimits()
const {
return forceRound; };
33 void setPixelCorner();
35 void setPixelCenter();
38 void setForceRound(
const bool& Irb_active );
40 void setUserLimits(
const ArrayD4& lim );
42 ArrayD4 getUserLimits()
const {
return userLim; };
47 static const char * help();
48 static const char * syntax();
49 static bool exportsPythonType();
54 unsigned pixRef, limType;
59 #endif //OPALS_GRID_LIMIT_HPP_INCLUDED