\hypertarget{class_q_c_p_range}{}\section{Q\+C\+P\+Range Class Reference} \label{class_q_c_p_range}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}} Represents the range an axis is encompassing. \subsection*{Public Member Functions} \begin{DoxyCompactItemize} \item \hyperlink{class_q_c_p_range_aca158d7e69702cee5d77d10a269b01e2}{Q\+C\+P\+Range} () \item \hyperlink{class_q_c_p_range_a1d9d84d084c8f368fdedd42e0978d405}{Q\+C\+P\+Range} (double lower, double upper) \item double \hyperlink{class_q_c_p_range_afa57c13049b965edb6fd1c00ac56338a}{size} () const \item double \hyperlink{class_q_c_p_range_a3825b53cf17da5de0843c1f3baad07db}{center} () const \item void \hyperlink{class_q_c_p_range_af914a7740269b0604d0827c634a878a9}{normalize} () \item void \hyperlink{class_q_c_p_range_a0fa1bc8048be50d52bea93a8caf08305}{expand} (const \hyperlink{class_q_c_p_range}{Q\+C\+P\+Range} \&other\+Range) \item \hyperlink{class_q_c_p_range}{Q\+C\+P\+Range} \hyperlink{class_q_c_p_range_a6437bdf29a7ebc2c88a6045c4e622384}{expanded} (const \hyperlink{class_q_c_p_range}{Q\+C\+P\+Range} \&other\+Range) const \item \hyperlink{class_q_c_p_range}{Q\+C\+P\+Range} \hyperlink{class_q_c_p_range_aaf6a9046e78d91eeb8e89584fe46b034}{sanitized\+For\+Log\+Scale} () const \item \hyperlink{class_q_c_p_range}{Q\+C\+P\+Range} \hyperlink{class_q_c_p_range_a1ff029704c29a75adbc1dc36cecaf44c}{sanitized\+For\+Lin\+Scale} () const \item bool \hyperlink{class_q_c_p_range_a030ce95b527c32e01414d0351347b46d}{contains} (double value) const \end{DoxyCompactItemize} \subsection*{Static Public Member Functions} \begin{DoxyCompactItemize} \item static bool \hyperlink{class_q_c_p_range_ab38bd4841c77c7bb86c9eea0f142dcc0}{valid\+Range} (double lower, double upper) \item static bool \hyperlink{class_q_c_p_range_a801b964752eaad6219be9d8a651ec2b3}{valid\+Range} (const \hyperlink{class_q_c_p_range}{Q\+C\+P\+Range} \&range) \end{DoxyCompactItemize} \subsection*{Public Attributes} \begin{DoxyCompactItemize} \item \hypertarget{class_q_c_p_range_aa3aca3edb14f7ca0c85d912647b91745}{}double {\bfseries lower}\label{class_q_c_p_range_aa3aca3edb14f7ca0c85d912647b91745} \item \hypertarget{class_q_c_p_range_ae44eb3aafe1d0e2ed34b499b6d2e074f}{}double {\bfseries upper}\label{class_q_c_p_range_ae44eb3aafe1d0e2ed34b499b6d2e074f} \end{DoxyCompactItemize} \subsection*{Static Public Attributes} \begin{DoxyCompactItemize} \item static const double \hyperlink{class_q_c_p_range_ab46d3bc95030ee25efda41b89e2b616b}{min\+Range} = 1e-\/280 \item static const double \hyperlink{class_q_c_p_range_a5ca51e7a2dc5dc0d49527ab171fe1f4f}{max\+Range} = 1e250 \end{DoxyCompactItemize} \subsection{Detailed Description} Represents the range an axis is encompassing. contains a {\itshape lower} and {\itshape upper} double value and provides convenience input, output and modification functions. \begin{DoxySeeAlso}{See also} \hyperlink{class_q_c_p_axis_aebdfea5d44c3a0ad2b4700cd4d25b641}{Q\+C\+P\+Axis\+::set\+Range} \end{DoxySeeAlso} \subsection{Constructor \& Destructor Documentation} \hypertarget{class_q_c_p_range_aca158d7e69702cee5d77d10a269b01e2}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{Q\+C\+P\+Range}]{\setlength{\rightskip}{0pt plus 5cm}Q\+C\+P\+Range\+::\+Q\+C\+P\+Range ( \begin{DoxyParamCaption} {} \end{DoxyParamCaption} )}\label{class_q_c_p_range_aca158d7e69702cee5d77d10a269b01e2} Constructs a range with {\itshape lower} and {\itshape upper} set to zero. \hypertarget{class_q_c_p_range_a1d9d84d084c8f368fdedd42e0978d405}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{Q\+C\+P\+Range}]{\setlength{\rightskip}{0pt plus 5cm}Q\+C\+P\+Range\+::\+Q\+C\+P\+Range ( \begin{DoxyParamCaption} \item[{double}]{lower, } \item[{double}]{upper} \end{DoxyParamCaption} )}\label{class_q_c_p_range_a1d9d84d084c8f368fdedd42e0978d405} This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Constructs a range with the specified {\itshape lower} and {\itshape upper} values. \subsection{Member Function Documentation} \hypertarget{class_q_c_p_range_a3825b53cf17da5de0843c1f3baad07db}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!center@{center}} \index{center@{center}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{center}]{\setlength{\rightskip}{0pt plus 5cm}double Q\+C\+P\+Range\+::center ( \begin{DoxyParamCaption} {} \end{DoxyParamCaption} ) const}\label{class_q_c_p_range_a3825b53cf17da5de0843c1f3baad07db} Returns the center of the range, i.\+e. ({\itshape upper+{\itshape lower})$\ast$0}.5 \hypertarget{class_q_c_p_range_a030ce95b527c32e01414d0351347b46d}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!contains@{contains}} \index{contains@{contains}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{contains}]{\setlength{\rightskip}{0pt plus 5cm}bool Q\+C\+P\+Range\+::contains ( \begin{DoxyParamCaption} \item[{double}]{value} \end{DoxyParamCaption} ) const}\label{class_q_c_p_range_a030ce95b527c32e01414d0351347b46d} Returns true when {\itshape value} lies within or exactly on the borders of the range. \hypertarget{class_q_c_p_range_a0fa1bc8048be50d52bea93a8caf08305}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!expand@{expand}} \index{expand@{expand}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{expand}]{\setlength{\rightskip}{0pt plus 5cm}void Q\+C\+P\+Range\+::expand ( \begin{DoxyParamCaption} \item[{const {\bf Q\+C\+P\+Range} \&}]{other\+Range} \end{DoxyParamCaption} )}\label{class_q_c_p_range_a0fa1bc8048be50d52bea93a8caf08305} Expands this range such that {\itshape other\+Range} is contained in the new range. It is assumed that both this range and {\itshape other\+Range} are normalized (see \hyperlink{class_q_c_p_range_af914a7740269b0604d0827c634a878a9}{normalize}). If {\itshape other\+Range} is already inside the current range, this function does nothing. \begin{DoxySeeAlso}{See also} \hyperlink{class_q_c_p_range_a6437bdf29a7ebc2c88a6045c4e622384}{expanded} \end{DoxySeeAlso} \hypertarget{class_q_c_p_range_a6437bdf29a7ebc2c88a6045c4e622384}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!expanded@{expanded}} \index{expanded@{expanded}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{expanded}]{\setlength{\rightskip}{0pt plus 5cm}{\bf Q\+C\+P\+Range} Q\+C\+P\+Range\+::expanded ( \begin{DoxyParamCaption} \item[{const {\bf Q\+C\+P\+Range} \&}]{other\+Range} \end{DoxyParamCaption} ) const}\label{class_q_c_p_range_a6437bdf29a7ebc2c88a6045c4e622384} Returns an expanded range that contains this and {\itshape other\+Range}. It is assumed that both this range and {\itshape other\+Range} are normalized (see \hyperlink{class_q_c_p_range_af914a7740269b0604d0827c634a878a9}{normalize}). \begin{DoxySeeAlso}{See also} \hyperlink{class_q_c_p_range_a0fa1bc8048be50d52bea93a8caf08305}{expand} \end{DoxySeeAlso} \hypertarget{class_q_c_p_range_af914a7740269b0604d0827c634a878a9}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!normalize@{normalize}} \index{normalize@{normalize}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{normalize}]{\setlength{\rightskip}{0pt plus 5cm}void Q\+C\+P\+Range\+::normalize ( \begin{DoxyParamCaption} {} \end{DoxyParamCaption} )}\label{class_q_c_p_range_af914a7740269b0604d0827c634a878a9} Makes sure {\itshape lower} is numerically smaller than {\itshape upper}. If this is not the case, the values are swapped. \hypertarget{class_q_c_p_range_a1ff029704c29a75adbc1dc36cecaf44c}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!sanitized\+For\+Lin\+Scale@{sanitized\+For\+Lin\+Scale}} \index{sanitized\+For\+Lin\+Scale@{sanitized\+For\+Lin\+Scale}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{sanitized\+For\+Lin\+Scale}]{\setlength{\rightskip}{0pt plus 5cm}{\bf Q\+C\+P\+Range} Q\+C\+P\+Range\+::sanitized\+For\+Lin\+Scale ( \begin{DoxyParamCaption} {} \end{DoxyParamCaption} ) const}\label{class_q_c_p_range_a1ff029704c29a75adbc1dc36cecaf44c} Returns a sanitized version of the range. Sanitized means for linear scales, that {\itshape lower} will always be numerically smaller (or equal) to {\itshape upper}. \hypertarget{class_q_c_p_range_aaf6a9046e78d91eeb8e89584fe46b034}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!sanitized\+For\+Log\+Scale@{sanitized\+For\+Log\+Scale}} \index{sanitized\+For\+Log\+Scale@{sanitized\+For\+Log\+Scale}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{sanitized\+For\+Log\+Scale}]{\setlength{\rightskip}{0pt plus 5cm}{\bf Q\+C\+P\+Range} Q\+C\+P\+Range\+::sanitized\+For\+Log\+Scale ( \begin{DoxyParamCaption} {} \end{DoxyParamCaption} ) const}\label{class_q_c_p_range_aaf6a9046e78d91eeb8e89584fe46b034} Returns a sanitized version of the range. Sanitized means for logarithmic scales, that the range won\textquotesingle{}t span the positive and negative sign domain, i.\+e. contain zero. Further {\itshape lower} will always be numerically smaller (or equal) to {\itshape upper}. If the original range does span positive and negative sign domains or contains zero, the returned range will try to approximate the original range as good as possible. If the positive interval of the original range is wider than the negative interval, the returned range will only contain the positive interval, with lower bound set to {\itshape range\+Fac} or {\itshape range\+Fac} $\ast${\itshape upper}, whichever is closer to zero. Same procedure is used if the negative interval is wider than the positive interval, this time by changing the {\itshape upper} bound. \hypertarget{class_q_c_p_range_afa57c13049b965edb6fd1c00ac56338a}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!size@{size}} \index{size@{size}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{size}]{\setlength{\rightskip}{0pt plus 5cm}double Q\+C\+P\+Range\+::size ( \begin{DoxyParamCaption} {} \end{DoxyParamCaption} ) const}\label{class_q_c_p_range_afa57c13049b965edb6fd1c00ac56338a} Returns the size of the range, i.\+e. {\itshape upper-\/{\itshape lower} } \hypertarget{class_q_c_p_range_ab38bd4841c77c7bb86c9eea0f142dcc0}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!valid\+Range@{valid\+Range}} \index{valid\+Range@{valid\+Range}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{valid\+Range}]{\setlength{\rightskip}{0pt plus 5cm}bool Q\+C\+P\+Range\+::valid\+Range ( \begin{DoxyParamCaption} \item[{double}]{lower, } \item[{double}]{upper} \end{DoxyParamCaption} )\hspace{0.3cm}{\ttfamily [static]}}\label{class_q_c_p_range_ab38bd4841c77c7bb86c9eea0f142dcc0} Checks, whether the specified range is within valid bounds, which are defined as \hyperlink{class_q_c_p_range_a5ca51e7a2dc5dc0d49527ab171fe1f4f}{Q\+C\+P\+Range\+::max\+Range} and \hyperlink{class_q_c_p_range_ab46d3bc95030ee25efda41b89e2b616b}{Q\+C\+P\+Range\+::min\+Range}. A valid range means\+: \begin{DoxyItemize} \item range bounds within -\/max\+Range and max\+Range \item range size above min\+Range \item range size below max\+Range \end{DoxyItemize} \hypertarget{class_q_c_p_range_a801b964752eaad6219be9d8a651ec2b3}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!valid\+Range@{valid\+Range}} \index{valid\+Range@{valid\+Range}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{valid\+Range}]{\setlength{\rightskip}{0pt plus 5cm}bool Q\+C\+P\+Range\+::valid\+Range ( \begin{DoxyParamCaption} \item[{const {\bf Q\+C\+P\+Range} \&}]{range} \end{DoxyParamCaption} )\hspace{0.3cm}{\ttfamily [static]}}\label{class_q_c_p_range_a801b964752eaad6219be9d8a651ec2b3} This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Checks, whether the specified range is within valid bounds, which are defined as \hyperlink{class_q_c_p_range_a5ca51e7a2dc5dc0d49527ab171fe1f4f}{Q\+C\+P\+Range\+::max\+Range} and \hyperlink{class_q_c_p_range_ab46d3bc95030ee25efda41b89e2b616b}{Q\+C\+P\+Range\+::min\+Range}. A valid range means\+: \begin{DoxyItemize} \item range bounds within -\/max\+Range and max\+Range \item range size above min\+Range \item range size below max\+Range \end{DoxyItemize} \subsection{Member Data Documentation} \hypertarget{class_q_c_p_range_a5ca51e7a2dc5dc0d49527ab171fe1f4f}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!max\+Range@{max\+Range}} \index{max\+Range@{max\+Range}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{max\+Range}]{\setlength{\rightskip}{0pt plus 5cm}const double Q\+C\+P\+Range\+::max\+Range = 1e250\hspace{0.3cm}{\ttfamily [static]}}\label{class_q_c_p_range_a5ca51e7a2dc5dc0d49527ab171fe1f4f} Maximum values (negative and positive) the range will accept in range-\/changing functions. Larger absolute values would cause errors due to the 11-\/bit exponent of double precision numbers, corresponding to a maximum magnitude of roughly 1e308. Since the number of planck-\/volumes in the entire visible universe is only $\sim$1e183, this should be enough. \begin{DoxySeeAlso}{See also} \hyperlink{class_q_c_p_range_ab38bd4841c77c7bb86c9eea0f142dcc0}{valid\+Range}, \hyperlink{class_q_c_p_range_ab46d3bc95030ee25efda41b89e2b616b}{min\+Range} \end{DoxySeeAlso} \hypertarget{class_q_c_p_range_ab46d3bc95030ee25efda41b89e2b616b}{}\index{Q\+C\+P\+Range@{Q\+C\+P\+Range}!min\+Range@{min\+Range}} \index{min\+Range@{min\+Range}!Q\+C\+P\+Range@{Q\+C\+P\+Range}} \subsubsection[{min\+Range}]{\setlength{\rightskip}{0pt plus 5cm}const double Q\+C\+P\+Range\+::min\+Range = 1e-\/280\hspace{0.3cm}{\ttfamily [static]}}\label{class_q_c_p_range_ab46d3bc95030ee25efda41b89e2b616b} Minimum range size ({\itshape upper} -\/ {\itshape lower}) the range changing functions will accept. Smaller intervals would cause errors due to the 11-\/bit exponent of double precision numbers, corresponding to a minimum magnitude of roughly 1e-\/308. \begin{DoxySeeAlso}{See also} \hyperlink{class_q_c_p_range_ab38bd4841c77c7bb86c9eea0f142dcc0}{valid\+Range}, \hyperlink{class_q_c_p_range_a5ca51e7a2dc5dc0d49527ab171fe1f4f}{max\+Range} \end{DoxySeeAlso} The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item \hyperlink{qcustomplot_8h}{qcustomplot.\+h}\item \hyperlink{qcustomplot_8cpp}{qcustomplot.\+cpp}\end{DoxyCompactItemize}