1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- \hypertarget{class_q_c_p_data}{}\section{Referencia de la Clase Q\+C\+P\+Data}
- \label{class_q_c_p_data}\index{Q\+C\+P\+Data@{Q\+C\+P\+Data}}
-
-
- Holds the data of one single data point for \hyperlink{class_q_c_p_graph}{Q\+C\+P\+Graph}.
-
-
- \subsection*{Métodos públicos}
- \begin{DoxyCompactItemize}
- \item
- \hyperlink{class_q_c_p_data_a1f06d624e36ba0ed72ac36d42aa5c7ee}{Q\+C\+P\+Data} ()
- \item
- \hyperlink{class_q_c_p_data_aa274181ae8de2a0907ba5464d3c2c103}{Q\+C\+P\+Data} (double key, double value)
- \end{DoxyCompactItemize}
- \subsection*{Atributos públicos}
- \begin{DoxyCompactItemize}
- \item
- \hypertarget{class_q_c_p_data_a2f5ba9aca61bb74f88516e148a4cf71b}{}double {\bfseries key}\label{class_q_c_p_data_a2f5ba9aca61bb74f88516e148a4cf71b}
-
- \item
- \hypertarget{class_q_c_p_data_aefe1ecf8fa2e34ed875b67523e542373}{}double {\bfseries value}\label{class_q_c_p_data_aefe1ecf8fa2e34ed875b67523e542373}
-
- \item
- \hypertarget{class_q_c_p_data_ae468c3808107c2fd23052481156ab5b5}{}double {\bfseries key\+Error\+Plus}\label{class_q_c_p_data_ae468c3808107c2fd23052481156ab5b5}
-
- \item
- \hypertarget{class_q_c_p_data_af107d650b8ee5c3b2961ecddcfb1bccb}{}double {\bfseries key\+Error\+Minus}\label{class_q_c_p_data_af107d650b8ee5c3b2961ecddcfb1bccb}
-
- \item
- \hypertarget{class_q_c_p_data_ad26912552d03485ea20d91dcad16aa8f}{}double {\bfseries value\+Error\+Plus}\label{class_q_c_p_data_ad26912552d03485ea20d91dcad16aa8f}
-
- \item
- \hypertarget{class_q_c_p_data_a51d8f42bf4d49a1f263531e70cadd6a3}{}double {\bfseries value\+Error\+Minus}\label{class_q_c_p_data_a51d8f42bf4d49a1f263531e70cadd6a3}
-
- \end{DoxyCompactItemize}
-
-
- \subsection{Descripción detallada}
- Holds the data of one single data point for \hyperlink{class_q_c_p_graph}{Q\+C\+P\+Graph}.
-
- The container for storing multiple data points is \hyperlink{qcustomplot_8h_a84a9c4a4c2216ccfdcb5f3067cda76e3}{Q\+C\+P\+Data\+Map}.
-
- The stored data is\+: \begin{DoxyItemize}
- \item {\itshape key\+:} coordinate on the key axis of this data point \item {\itshape value\+:} coordinate on the value axis of this data point \item {\itshape key\+Error\+Minus\+:} negative error in the key dimension (for error bars) \item {\itshape key\+Error\+Plus\+:} positive error in the key dimension (for error bars) \item {\itshape value\+Error\+Minus\+:} negative error in the value dimension (for error bars) \item {\itshape value\+Error\+Plus\+:} positive error in the value dimension (for error bars)\end{DoxyItemize}
- \begin{DoxySeeAlso}{Ver también}
- \hyperlink{qcustomplot_8h_a84a9c4a4c2216ccfdcb5f3067cda76e3}{Q\+C\+P\+Data\+Map}
- \end{DoxySeeAlso}
-
-
- \subsection{Documentación del constructor y destructor}
- \hypertarget{class_q_c_p_data_a1f06d624e36ba0ed72ac36d42aa5c7ee}{}\index{Q\+C\+P\+Data@{Q\+C\+P\+Data}!Q\+C\+P\+Data@{Q\+C\+P\+Data}}
- \index{Q\+C\+P\+Data@{Q\+C\+P\+Data}!Q\+C\+P\+Data@{Q\+C\+P\+Data}}
- \subsubsection[{Q\+C\+P\+Data}]{\setlength{\rightskip}{0pt plus 5cm}Q\+C\+P\+Data\+::\+Q\+C\+P\+Data (
- \begin{DoxyParamCaption}
- {}
- \end{DoxyParamCaption}
- )}\label{class_q_c_p_data_a1f06d624e36ba0ed72ac36d42aa5c7ee}
- Constructs a data point with key, value and all errors set to zero. \hypertarget{class_q_c_p_data_aa274181ae8de2a0907ba5464d3c2c103}{}\index{Q\+C\+P\+Data@{Q\+C\+P\+Data}!Q\+C\+P\+Data@{Q\+C\+P\+Data}}
- \index{Q\+C\+P\+Data@{Q\+C\+P\+Data}!Q\+C\+P\+Data@{Q\+C\+P\+Data}}
- \subsubsection[{Q\+C\+P\+Data}]{\setlength{\rightskip}{0pt plus 5cm}Q\+C\+P\+Data\+::\+Q\+C\+P\+Data (
- \begin{DoxyParamCaption}
- \item[{double}]{key, }
- \item[{double}]{value}
- \end{DoxyParamCaption}
- )}\label{class_q_c_p_data_aa274181ae8de2a0907ba5464d3c2c103}
- Constructs a data point with the specified {\itshape key} and {\itshape value}. All errors are set to zero.
-
- La documentación para esta clase fue generada a partir de los siguientes ficheros\+:\begin{DoxyCompactItemize}
- \item
- \hyperlink{qcustomplot_8h}{qcustomplot.\+h}\item
- \hyperlink{qcustomplot_8cpp}{qcustomplot.\+cpp}\end{DoxyCompactItemize}
|