Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 4bc66056a634db26a1f4d0845dc41ca6 > files > 3754

mrpt-doc-0.9.5-0.1.20110925svn2670.fc16.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>mpFXYVector Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<div align="left"><a href="http://www.mrpt.org/">Main MRPT website</a> &gt; <b>C++ reference</b> </div>
<div align="right">
<a href="index.html"><img border="0" src="mrpt_logo.png" alt="MRPT logo"></a>
</div>
<!-- Generated by Doxygen 1.7.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
          <div class="left">
            <form id="FSearchBox" action="search.php" method="get">
              <img id="MSearchSelect" src="search/mag.png" alt=""/>
              <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" 
                     onfocus="searchBox.OnSearchFieldFocus(true)" 
                     onblur="searchBox.OnSearchFieldFocus(false)"/>
            </form>
          </div><div class="right"></div>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-methods">Protected Member Functions</a> &#124;
<a href="#pro-attribs">Protected Attributes</a>  </div>
  <div class="headertitle">
<div class="title">mpFXYVector Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="mpFXYVector" --><!-- doxytag: inherits="mpFXY" --><hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>A class providing graphs functionality for a 2D plot (either continuous or a set of points), from vectors of data. </p>
<p>This class can be used directly, the user does not need to derive any new class. Simply pass the data as two vectors with the same length containing the X and Y coordinates to the method SetData.</p>
<p>To generate a graph with a set of points, call </p>
<div class="fragment"><pre class="fragment">     layerVar-&gt;SetContinuity(<span class="keyword">false</span>)
</pre></div><p>or</p>
<div class="fragment"><pre class="fragment">     layerVar-&gt;SetContinuity(<span class="keyword">true</span>)
</pre></div><p>to render the sequence of coordinates as a continuous line.</p>
<p>(Added: Jose Luis Blanco, AGO-2007) </p>
</div>
<p><code>#include &lt;<a class="el" href="mathplot_8h_source.html">mrpt/otherlibs/mathplot/mathplot.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for mpFXYVector:</div>
<div class="dyncontent">
<div class="center"><img src="classmp_f_x_y_vector__inherit__graph.png" border="0" usemap="#mp_f_x_y_vector_inherit__map" alt="Inheritance graph"/></div>
<map name="mp_f_x_y_vector_inherit__map" id="mp_f_x_y_vector_inherit__map">
<area shape="rect" id="node2" href="classmp_f_x_y.html" title="Abstract base class providing plot and labeling functionality for a locus plot F:N&#45;&gt;X,Y." alt="" coords="24,80,91,107"/><area shape="rect" id="node4" href="classmp_layer.html" title="Plot layer, abstract base class." alt="" coords="21,5,93,32"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classmp_f_x_y_vector-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#adadebe9276b604b55899da171bc52f3c">mpFXYVector</a> (wxString name=wxEmptyString, int flags=mpALIGN_NE)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#a760c8520a011747f27fe2980d787b78d">SetData</a> (const <a class="el" href="classstd_1_1vector.html">std::vector</a>&lt; double &gt; &amp;xs, const <a class="el" href="classstd_1_1vector.html">std::vector</a>&lt; double &gt; &amp;ys)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Changes the internal data: the set of points to draw.  <a href="#a760c8520a011747f27fe2980d787b78d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#ac06bacc60d914f4055d890d79146a1b2">SetData</a> (const <a class="el" href="classstd_1_1vector.html">std::vector</a>&lt; float &gt; &amp;xs, const <a class="el" href="classstd_1_1vector.html">std::vector</a>&lt; float &gt; &amp;ys)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Changes the internal data: the set of points to draw.  <a href="#ac06bacc60d914f4055d890d79146a1b2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#a7ba8c021c9e6ce98bd653229f0f20c81">Clear</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Clears all the data, leaving the layer empty.  <a href="#a7ba8c021c9e6ce98bd653229f0f20c81"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#a26a50f88254e3bf9039084c609819c30">GetDataLength</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the number of data points currently hold in X &amp; Y.  <a href="#a26a50f88254e3bf9039084c609819c30"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#afcb790727b144065d1b8c852c017edbd">AppendDataPoint</a> (float x, float y)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Append a new data point (x,y)  <a href="#afcb790727b144065d1b8c852c017edbd"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#a0efea77c24defb8c30fc1b6a868bd665">GetMinX</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the actual minimum X data (loaded in SetData).  <a href="#a0efea77c24defb8c30fc1b6a868bd665"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#a16e6eaba8664ccc285c10f86fb941797">GetMinY</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the actual minimum Y data (loaded in SetData).  <a href="#a16e6eaba8664ccc285c10f86fb941797"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#a1f04de4dfc2f87c0b29f0afcf7132271">GetMaxX</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the actual maximum X data (loaded in SetData).  <a href="#a1f04de4dfc2f87c0b29f0afcf7132271"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#aeabbeed556f96689f79e451780636ac5">GetMaxY</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the actual maximum Y data (loaded in SetData).  <a href="#aeabbeed556f96689f79e451780636ac5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y.html#ac1e52db477be43fccc6077f34c5ad21d">Plot</a> (wxDC &amp;dc, <a class="el" href="classmp_window.html">mpWindow</a> &amp;w)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Layer plot handler.  <a href="#ac1e52db477be43fccc6077f34c5ad21d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#accf17c5510e6d2fb21974b1cb8a0455e">HasBBox</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Check whether this layer has a bounding box.  <a href="#accf17c5510e6d2fb21974b1cb8a0455e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a10235d5fa7f3a61bb63dd307a6caf0df">IsInfo</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Check whether the layer is an info box.  <a href="#a10235d5fa7f3a61bb63dd307a6caf0df"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxString&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a463e8f75a2c19fb710078d436ee94f5d">GetName</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get layer name.  <a href="#a463e8f75a2c19fb710078d436ee94f5d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const wxFont &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#af13bd4b41d687aca653b85132a08f101">GetFont</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get font set for this layer.  <a href="#af13bd4b41d687aca653b85132a08f101"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const wxPen &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ae9520bcefffcc18a948fac21d817a391">GetPen</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get pen set for this layer.  <a href="#ae9520bcefffcc18a948fac21d817a391"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a7f07b31cca9bc30591f98fa739a9c3df">SetContinuity</a> (bool continuity)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the 'continuity' property of the layer (true:draws a continuous line, false:draws separate points).  <a href="#a7f07b31cca9bc30591f98fa739a9c3df"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#adeab23218fa3f473429ccbd7b40a3f1d">GetContinuity</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the 'continuity' property of the layer.  <a href="#adeab23218fa3f473429ccbd7b40a3f1d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a83d3d0e46f840b23eb23630bccf1a3dc">ShowName</a> (bool show)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Shows or hides the text label with the name of the layer (default is visible).  <a href="#a83d3d0e46f840b23eb23630bccf1a3dc"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#adfeb5ca318a709902e485969f7964caa">SetName</a> (wxString name)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set layer name.  <a href="#adfeb5ca318a709902e485969f7964caa"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a83ea2ceefa0c955e18a2972a066d4f7f">SetFont</a> (wxFont &amp;font)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set layer font.  <a href="#a83ea2ceefa0c955e18a2972a066d4f7f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a62bf0a870e470d274dd373bd5f87f94b">SetPen</a> (wxPen pen)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set layer pen.  <a href="#a62bf0a870e470d274dd373bd5f87f94b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#afc08c8f852363550e5714959d71806a7">SetDrawOutsideMargins</a> (bool drawModeOutside)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set Draw mode: inside or outside margins.  <a href="#afc08c8f852363550e5714959d71806a7"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a68faceee0b732f4271e9a9320a218d1d">GetDrawOutsideMargins</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get Draw mode: inside or outside margins.  <a href="#a68faceee0b732f4271e9a9320a218d1d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxBitmap&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a513a1d20cc7e3927b2415382737c577c">GetColourSquare</a> (int side=16)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get a small square bitmap filled with the colour of the pen used in the layer.  <a href="#a513a1d20cc7e3927b2415382737c577c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="mathplot_8h.html#acf8b83e86e129762abc1b70e84db342c">mpLayerType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#aebff4fbed09cc38e04f758c5e6f03a15">GetLayerType</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get layer type: a Layer can be of different types: plot lines, axis, info boxes, etc, this method returns the right value.  <a href="#aebff4fbed09cc38e04f758c5e6f03a15"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a22f21390e1bad50af27487c8b48dd494">IsVisible</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Checks whether the layer is visible or not.  <a href="#a22f21390e1bad50af27487c8b48dd494"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ab972a81522238b708573cd0b2bbc2578">SetVisible</a> (bool show)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets layer visibility.  <a href="#ab972a81522238b708573cd0b2bbc2578"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const wxBrush &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ac27b14f700e6193a936834e3994813c3">GetBrush</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get brush set for this layer.  <a href="#ac27b14f700e6193a936834e3994813c3"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#abc07f029f172cab8ab80e0bc9b036dfb">SetBrush</a> (wxBrush brush)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set layer brush.  <a href="#abc07f029f172cab8ab80e0bc9b036dfb"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#ad8e91bc6810efdeff80c1dcb65733f6e">Rewind</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Rewind value enumeration with <a class="el" href="classmp_f_x_y.html#aed5490766b08e2198d36e7e4fbc374a6" title="Get locus value for next N.">mpFXY::GetNextXY</a>.  <a href="#ad8e91bc6810efdeff80c1dcb65733f6e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#ac6d2b453db373a1e06b615d2a8968a08">GetNextXY</a> (double &amp;x, double &amp;y)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get locus value for next N.  <a href="#ac6d2b453db373a1e06b615d2a8968a08"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y.html#a9c8c6d75184a937d1f677f80e7526e5c">UpdateViewBoundary</a> (wxCoord xnew, wxCoord ynew)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Update label positioning data.  <a href="#a9c8c6d75184a937d1f677f80e7526e5c"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classstd_1_1vector.html">std::vector</a>&lt; double &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#a616617861ad1752396aaab7f1dbf05ab">m_xs</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The internal copy of the set of data to draw.  <a href="#a616617861ad1752396aaab7f1dbf05ab"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classstd_1_1vector.html">std::vector</a>&lt; double &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#a4f19a60c9cfaebb10b247bb06ebc3a11">m_ys</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#afb7491292a612e00f62728cb4dd752e4">m_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The internal counter for the "GetNextXY" interface.  <a href="#afb7491292a612e00f62728cb4dd752e4"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#a5fe024028df12eb0ab9d79a7f3d69749">m_minX</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Loaded at SetData.  <a href="#a5fe024028df12eb0ab9d79a7f3d69749"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#a7947c7f6dfe03e1cda6b3d678b6ddd37">m_maxX</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#aff47cd32e800bcd23f74e9f93e0b1fa2">m_minY</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#a4afdd028e39b46ebc1be1198f4e18df0">m_maxY</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y_vector.html#ac7036cc274a56e2ed7da5da48dce9579">m_flags</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Holds label alignment.  <a href="#ac7036cc274a56e2ed7da5da48dce9579"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxCoord&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y.html#a2ff3bb9a6e807d27f8d01b98ecc84c82">maxDrawX</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxCoord&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y.html#ab70f3883926276231a4ec232c420d203">minDrawX</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxCoord&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y.html#a1d3f90ff8e057f165963ead3665be15d">maxDrawY</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxCoord&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_f_x_y.html#ae6ceb303e254f75957946dfd42e89b2e">minDrawY</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxFont&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a1b6acab5d04921f905df4bcdbfd334e1">m_font</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Layer's font.  <a href="#a1b6acab5d04921f905df4bcdbfd334e1"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxPen&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ad24283efc41df6b8f0d80030f0e6a56d">m_pen</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Layer's pen.  <a href="#ad24283efc41df6b8f0d80030f0e6a56d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxBrush&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ac3d0ae222700628378471709bc62f76c">m_brush</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Layer's brush.  <a href="#ac3d0ae222700628378471709bc62f76c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxString&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ac0894b3ff9ce5a82524256497599636c">m_name</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Layer's name.  <a href="#ac0894b3ff9ce5a82524256497599636c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a59361dc98bdf0cdb1f279f5d86b6b9f5">m_continuous</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Specify if the layer will be plotted as a continuous line or a set of points.  <a href="#a59361dc98bdf0cdb1f279f5d86b6b9f5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a634c0423aad7ce8b908b9122952e5d5d">m_showName</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">States whether the name of the layer must be shown (default is true).  <a href="#a634c0423aad7ce8b908b9122952e5d5d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a2254c13cc469d401eaa0833a3d4a4034">m_drawOutsideMargins</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">select if the layer should draw only inside margins or over all DC  <a href="#a2254c13cc469d401eaa0833a3d4a4034"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="mathplot_8h.html#acf8b83e86e129762abc1b70e84db342c">mpLayerType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ab84741fba387364a0508e957b2350f57">m_type</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Define layer type, which is assigned by constructor.  <a href="#ab84741fba387364a0508e957b2350f57"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a6388b1d9d1480546c27d00eb989fe818">m_visible</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Toggles layer visibility.  <a href="#a6388b1d9d1480546c27d00eb989fe818"></a><br/></td></tr>
</table>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="adadebe9276b604b55899da171bc52f3c"></a><!-- doxytag: member="mpFXYVector::mpFXYVector" ref="adadebe9276b604b55899da171bc52f3c" args="(wxString name=wxEmptyString, int flags=mpALIGN_NE)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">mpFXYVector::mpFXYVector </td>
          <td>(</td>
          <td class="paramtype">wxString&#160;</td>
          <td class="paramname"><em>name</em> = <code>wxEmptyString</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>flags</em> = <code>mpALIGN_NE</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">name</td><td>Label </td></tr>
    <tr><td class="paramname">flags</td><td>Label alignment, pass one of <a class="el" href="mathplot_8h.html#aefebdec22b0dadaa9bc5bbe0b18bc097" title="Aligns label to north-east.">mpALIGN_NE</a>, <a class="el" href="mathplot_8h.html#a4fbe5732cf8c7dea25b7e003d0ce7997" title="Aligns label to north-west.">mpALIGN_NW</a>, <a class="el" href="mathplot_8h.html#a64a1a80f27b52a442b809d01deb8ba6b" title="Aligns label to south-west.">mpALIGN_SW</a>, <a class="el" href="mathplot_8h.html#adce1c76657684412bdd157eeea813a74" title="Aligns label to south-east.">mpALIGN_SE</a>. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="afcb790727b144065d1b8c852c017edbd"></a><!-- doxytag: member="mpFXYVector::AppendDataPoint" ref="afcb790727b144065d1b8c852c017edbd" args="(float x, float y)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpFXYVector::AppendDataPoint </td>
          <td>(</td>
          <td class="paramtype">float&#160;</td>
          <td class="paramname"><em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&#160;</td>
          <td class="paramname"><em>y</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Append a new data point (x,y) </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_f_x_y_vector.html#a760c8520a011747f27fe2980d787b78d" title="Changes the internal data: the set of points to draw.">SetData</a> </dd></dl>

</div>
</div>
<a class="anchor" id="a7ba8c021c9e6ce98bd653229f0f20c81"></a><!-- doxytag: member="mpFXYVector::Clear" ref="a7ba8c021c9e6ce98bd653229f0f20c81" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpFXYVector::Clear </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Clears all the data, leaving the layer empty. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_f_x_y_vector.html#a760c8520a011747f27fe2980d787b78d" title="Changes the internal data: the set of points to draw.">SetData</a> </dd></dl>

</div>
</div>
<a class="anchor" id="ac27b14f700e6193a936834e3994813c3"></a><!-- doxytag: member="mpFXYVector::GetBrush" ref="ac27b14f700e6193a936834e3994813c3" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const wxBrush&amp; mpLayer::GetBrush </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get brush set for this layer. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>brush. </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00314">314</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a513a1d20cc7e3927b2415382737c577c"></a><!-- doxytag: member="mpFXYVector::GetColourSquare" ref="a513a1d20cc7e3927b2415382737c577c" args="(int side=16)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxBitmap mpLayer::GetColourSquare </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>side</em> = <code>16</code></td><td>)</td>
          <td><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get a small square bitmap filled with the colour of the pen used in the layer. </p>
<p>Useful to create legends or similar reference to the layers. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">side</td><td>side length in pixels </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a wxBitmap filled with layer's colour </dd></dl>

</div>
</div>
<a class="anchor" id="adeab23218fa3f473429ccbd7b40a3f1d"></a><!-- doxytag: member="mpFXYVector::GetContinuity" ref="adeab23218fa3f473429ccbd7b40a3f1d" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool mpLayer::GetContinuity </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Gets the 'continuity' property of the layer. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_layer.html#a7f07b31cca9bc30591f98fa739a9c3df" title="Set the &#39;continuity&#39; property of the layer (true:draws a continuous line, false:draws separate points...">SetContinuity</a> </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00266">266</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a26a50f88254e3bf9039084c609819c30"></a><!-- doxytag: member="mpFXYVector::GetDataLength" ref="a26a50f88254e3bf9039084c609819c30" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t mpFXYVector::GetDataLength </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the number of data points currently hold in X &amp; Y. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_f_x_y_vector.html#a760c8520a011747f27fe2980d787b78d" title="Changes the internal data: the set of points to draw.">SetData</a> </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01309">1309</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a68faceee0b732f4271e9a9320a218d1d"></a><!-- doxytag: member="mpFXYVector::GetDrawOutsideMargins" ref="a68faceee0b732f4271e9a9320a218d1d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool mpLayer::GetDrawOutsideMargins </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get Draw mode: inside or outside margins. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The draw mode </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00293">293</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="af13bd4b41d687aca653b85132a08f101"></a><!-- doxytag: member="mpFXYVector::GetFont" ref="af13bd4b41d687aca653b85132a08f101" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const wxFont&amp; mpLayer::GetFont </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get font set for this layer. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Font </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00251">251</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="aebff4fbed09cc38e04f758c5e6f03a15"></a><!-- doxytag: member="mpFXYVector::GetLayerType" ref="aebff4fbed09cc38e04f758c5e6f03a15" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="mathplot_8h.html#acf8b83e86e129762abc1b70e84db342c">mpLayerType</a> mpLayer::GetLayerType </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get layer type: a Layer can be of different types: plot lines, axis, info boxes, etc, this method returns the right value. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>An integer indicating layer type </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00302">302</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a1f04de4dfc2f87c0b29f0afcf7132271"></a><!-- doxytag: member="mpFXYVector::GetMaxX" ref="a1f04de4dfc2f87c0b29f0afcf7132271" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double mpFXYVector::GetMaxX </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the actual maximum X data (loaded in SetData). </p>

<p>Reimplemented from <a class="el" href="classmp_layer.html#ad3f65fde6150433717e3d2eb387ab88f">mpLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01355">1355</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="aeabbeed556f96689f79e451780636ac5"></a><!-- doxytag: member="mpFXYVector::GetMaxY" ref="aeabbeed556f96689f79e451780636ac5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double mpFXYVector::GetMaxY </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the actual maximum Y data (loaded in SetData). </p>

<p>Reimplemented from <a class="el" href="classmp_layer.html#ae30ffdb060c11c9a88be5a3cd718f750">mpLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01359">1359</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a0efea77c24defb8c30fc1b6a868bd665"></a><!-- doxytag: member="mpFXYVector::GetMinX" ref="a0efea77c24defb8c30fc1b6a868bd665" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double mpFXYVector::GetMinX </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the actual minimum X data (loaded in SetData). </p>

<p>Reimplemented from <a class="el" href="classmp_layer.html#adf8df2da43c1dc3f0e382f0ae3698b5a">mpLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01347">1347</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a16e6eaba8664ccc285c10f86fb941797"></a><!-- doxytag: member="mpFXYVector::GetMinY" ref="a16e6eaba8664ccc285c10f86fb941797" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double mpFXYVector::GetMinY </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the actual minimum Y data (loaded in SetData). </p>

<p>Reimplemented from <a class="el" href="classmp_layer.html#ae3dbe3838f6494bb1395f486e2c766af">mpLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01351">1351</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a463e8f75a2c19fb710078d436ee94f5d"></a><!-- doxytag: member="mpFXYVector::GetName" ref="a463e8f75a2c19fb710078d436ee94f5d" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxString mpLayer::GetName </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get layer name. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Name </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00246">246</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ac6d2b453db373a1e06b615d2a8968a08"></a><!-- doxytag: member="mpFXYVector::GetNextXY" ref="ac6d2b453db373a1e06b615d2a8968a08" args="(double &amp;x, double &amp;y)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool mpFXYVector::GetNextXY </td>
          <td>(</td>
          <td class="paramtype">double &amp;&#160;</td>
          <td class="paramname"><em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double &amp;&#160;</td>
          <td class="paramname"><em>y</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get locus value for next N. </p>
<p>Overridden in this implementation. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">x</td><td>Returns X value </td></tr>
    <tr><td class="paramname">y</td><td>Returns Y value </td></tr>
  </table>
  </dd>
</dl>

<p>Implements <a class="el" href="classmp_f_x_y.html#aed5490766b08e2198d36e7e4fbc374a6">mpFXY</a>.</p>

</div>
</div>
<a class="anchor" id="ae9520bcefffcc18a948fac21d817a391"></a><!-- doxytag: member="mpFXYVector::GetPen" ref="ae9520bcefffcc18a948fac21d817a391" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const wxPen&amp; mpLayer::GetPen </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get pen set for this layer. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Pen </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00256">256</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="accf17c5510e6d2fb21974b1cb8a0455e"></a><!-- doxytag: member="mpFXYVector::HasBBox" ref="accf17c5510e6d2fb21974b1cb8a0455e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool mpLayer::HasBBox </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Check whether this layer has a bounding box. </p>
<p>The default implementation returns <em>TRUE</em>. Override and return FALSE if your <a class="el" href="classmp_layer.html" title="Plot layer, abstract base class.">mpLayer</a> implementation should be ignored by the calculation of the global bounding box for all layers in a <a class="el" href="classmp_window.html" title="Canvas for plotting mpLayer implementations.">mpWindow</a>. </p>
<dl><dt><b>Return values:</b></dt><dd>
  <table class="retval">
    <tr><td class="paramname">TRUE</td><td>Has bounding box </td></tr>
    <tr><td class="paramname">FALSE</td><td>Has not bounding box </td></tr>
  </table>
  </dd>
</dl>

<p>Reimplemented in <a class="el" href="classmp_bitmap_layer.html#ab49c42d6266878610331ece65c0f2245">mpBitmapLayer</a>, <a class="el" href="classmp_movable_object.html#aaab037c1c46ea2f73dfe9a279bbcc44b">mpMovableObject</a>, <a class="el" href="classmp_text.html#a140380deb1dfa7ef3ea2a6a4aa90f1dd">mpText</a>, <a class="el" href="classmp_scale_y.html#a85658ced4d699d319d4380054bb9f71f">mpScaleY</a>, <a class="el" href="classmp_scale_x.html#acffa30948812c2cdc3f94b4debb3cc9d">mpScaleX</a>, and <a class="el" href="classmp_info_layer.html#a54711e4b80bb20b5cd80aab0e0a34f8e">mpInfoLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00170">170</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a10235d5fa7f3a61bb63dd307a6caf0df"></a><!-- doxytag: member="mpFXYVector::IsInfo" ref="a10235d5fa7f3a61bb63dd307a6caf0df" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool mpLayer::IsInfo </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Check whether the layer is an info box. </p>
<p>The default implementation returns <em>FALSE</em>. It is overrided to <em>TRUE</em> for <a class="el" href="classmp_info_layer.html" title="Base class to create small rectangular info boxes mpInfoLayer is the base class to create a small rec...">mpInfoLayer</a> class and its derivative. It is necessary to define mouse actions behaviour over info boxes. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>whether the layer is an info boxes </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_info_layer.html#a58e554ec2cf13f4ed73e75bd79c221e2" title="Specifies that this is an Info box layer.">mpInfoLayer::IsInfo</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classmp_info_layer.html#a58e554ec2cf13f4ed73e75bd79c221e2">mpInfoLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00178">178</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a22f21390e1bad50af27487c8b48dd494"></a><!-- doxytag: member="mpFXYVector::IsVisible" ref="a22f21390e1bad50af27487c8b48dd494" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool mpLayer::IsVisible </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Checks whether the layer is visible or not. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd><em>true</em> if visible </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00306">306</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ac1e52db477be43fccc6077f34c5ad21d"></a><!-- doxytag: member="mpFXYVector::Plot" ref="ac1e52db477be43fccc6077f34c5ad21d" args="(wxDC &amp;dc, mpWindow &amp;w)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void mpFXY::Plot </td>
          <td>(</td>
          <td class="paramtype">wxDC &amp;&#160;</td>
          <td class="paramname"><em>dc</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classmp_window.html">mpWindow</a> &amp;&#160;</td>
          <td class="paramname"><em>w</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Layer plot handler. </p>
<p>This implementation will plot the locus in the visible area and put a label according to the alignment specified. </p>

<p>Implements <a class="el" href="classmp_layer.html#a0c62e377dbdba1956b02bda3a5ac88b4">mpLayer</a>.</p>

</div>
</div>
<a class="anchor" id="ad8e91bc6810efdeff80c1dcb65733f6e"></a><!-- doxytag: member="mpFXYVector::Rewind" ref="ad8e91bc6810efdeff80c1dcb65733f6e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpFXYVector::Rewind </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Rewind value enumeration with <a class="el" href="classmp_f_x_y.html#aed5490766b08e2198d36e7e4fbc374a6" title="Get locus value for next N.">mpFXY::GetNextXY</a>. </p>
<p>Overridden in this implementation. </p>

<p>Implements <a class="el" href="classmp_f_x_y.html#a382cea30f2ca997b6986e246384e4c9b">mpFXY</a>.</p>

</div>
</div>
<a class="anchor" id="abc07f029f172cab8ab80e0bc9b036dfb"></a><!-- doxytag: member="mpFXYVector::SetBrush" ref="abc07f029f172cab8ab80e0bc9b036dfb" args="(wxBrush brush)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetBrush </td>
          <td>(</td>
          <td class="paramtype">wxBrush&#160;</td>
          <td class="paramname"><em>brush</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set layer brush. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">brush</td><td>brush, will be copied to internal class member </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00318">318</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a7f07b31cca9bc30591f98fa739a9c3df"></a><!-- doxytag: member="mpFXYVector::SetContinuity" ref="a7f07b31cca9bc30591f98fa739a9c3df" args="(bool continuity)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetContinuity </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>continuity</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set the 'continuity' property of the layer (true:draws a continuous line, false:draws separate points). </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_layer.html#adeab23218fa3f473429ccbd7b40a3f1d" title="Gets the &#39;continuity&#39; property of the layer.">GetContinuity</a> </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00261">261</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a760c8520a011747f27fe2980d787b78d"></a><!-- doxytag: member="mpFXYVector::SetData" ref="a760c8520a011747f27fe2980d787b78d" args="(const std::vector&lt; double &gt; &amp;xs, const std::vector&lt; double &gt; &amp;ys)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpFXYVector::SetData </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classstd_1_1vector.html">std::vector</a>&lt; double &gt; &amp;&#160;</td>
          <td class="paramname"><em>xs</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classstd_1_1vector.html">std::vector</a>&lt; double &gt; &amp;&#160;</td>
          <td class="paramname"><em>ys</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Changes the internal data: the set of points to draw. </p>
<p>Both vectors MUST be of the same length. This method DOES NOT refresh the <a class="el" href="classmp_window.html" title="Canvas for plotting mpLayer implementations.">mpWindow</a>; do it manually. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_f_x_y_vector.html#a7ba8c021c9e6ce98bd653229f0f20c81" title="Clears all the data, leaving the layer empty.">Clear</a> </dd></dl>

</div>
</div>
<a class="anchor" id="ac06bacc60d914f4055d890d79146a1b2"></a><!-- doxytag: member="mpFXYVector::SetData" ref="ac06bacc60d914f4055d890d79146a1b2" args="(const std::vector&lt; float &gt; &amp;xs, const std::vector&lt; float &gt; &amp;ys)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpFXYVector::SetData </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classstd_1_1vector.html">std::vector</a>&lt; float &gt; &amp;&#160;</td>
          <td class="paramname"><em>xs</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classstd_1_1vector.html">std::vector</a>&lt; float &gt; &amp;&#160;</td>
          <td class="paramname"><em>ys</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Changes the internal data: the set of points to draw. </p>
<p>Both vectors MUST be of the same length. This method DOES NOT refresh the <a class="el" href="classmp_window.html" title="Canvas for plotting mpLayer implementations.">mpWindow</a>; do it manually. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_f_x_y_vector.html#a7ba8c021c9e6ce98bd653229f0f20c81" title="Clears all the data, leaving the layer empty.">Clear</a> </dd></dl>

</div>
</div>
<a class="anchor" id="afc08c8f852363550e5714959d71806a7"></a><!-- doxytag: member="mpFXYVector::SetDrawOutsideMargins" ref="afc08c8f852363550e5714959d71806a7" args="(bool drawModeOutside)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetDrawOutsideMargins </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>drawModeOutside</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set Draw mode: inside or outside margins. </p>
<p>Default is outside, which allows the layer to draw up to the <a class="el" href="classmp_window.html" title="Canvas for plotting mpLayer implementations.">mpWindow</a> border. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">drawModeOutside</td><td>The draw mode to be set </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00289">289</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a83ea2ceefa0c955e18a2972a066d4f7f"></a><!-- doxytag: member="mpFXYVector::SetFont" ref="a83ea2ceefa0c955e18a2972a066d4f7f" args="(wxFont &amp;font)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetFont </td>
          <td>(</td>
          <td class="paramtype">wxFont &amp;&#160;</td>
          <td class="paramname"><em>font</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set layer font. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">font</td><td>Font, will be copied to internal class member </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00280">280</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="adfeb5ca318a709902e485969f7964caa"></a><!-- doxytag: member="mpFXYVector::SetName" ref="adfeb5ca318a709902e485969f7964caa" args="(wxString name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetName </td>
          <td>(</td>
          <td class="paramtype">wxString&#160;</td>
          <td class="paramname"><em>name</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set layer name. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">name</td><td>Name, will be copied to internal class member </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00275">275</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a62bf0a870e470d274dd373bd5f87f94b"></a><!-- doxytag: member="mpFXYVector::SetPen" ref="a62bf0a870e470d274dd373bd5f87f94b" args="(wxPen pen)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetPen </td>
          <td>(</td>
          <td class="paramtype">wxPen&#160;</td>
          <td class="paramname"><em>pen</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set layer pen. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">pen</td><td>Pen, will be copied to internal class member </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00285">285</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ab972a81522238b708573cd0b2bbc2578"></a><!-- doxytag: member="mpFXYVector::SetVisible" ref="ab972a81522238b708573cd0b2bbc2578" args="(bool show)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetVisible </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>show</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets layer visibility. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">show</td><td>visibility bool. </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00310">310</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a83d3d0e46f840b23eb23630bccf1a3dc"></a><!-- doxytag: member="mpFXYVector::ShowName" ref="a83d3d0e46f840b23eb23630bccf1a3dc" args="(bool show)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::ShowName </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>show</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Shows or hides the text label with the name of the layer (default is visible). </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00270">270</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a9c8c6d75184a937d1f677f80e7526e5c"></a><!-- doxytag: member="mpFXYVector::UpdateViewBoundary" ref="a9c8c6d75184a937d1f677f80e7526e5c" args="(wxCoord xnew, wxCoord ynew)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpFXY::UpdateViewBoundary </td>
          <td>(</td>
          <td class="paramtype">wxCoord&#160;</td>
          <td class="paramname"><em>xnew</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">wxCoord&#160;</td>
          <td class="paramname"><em>ynew</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Update label positioning data. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">xnew</td><td>New x coordinate </td></tr>
    <tr><td class="paramname">ynew</td><td>New y coordinate </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="ac3d0ae222700628378471709bc62f76c"></a><!-- doxytag: member="mpFXYVector::m_brush" ref="ac3d0ae222700628378471709bc62f76c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxBrush <a class="el" href="classmp_layer.html#ac3d0ae222700628378471709bc62f76c">mpLayer::m_brush</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Layer's brush. </p>

<p>Reimplemented in <a class="el" href="classmp_info_layer.html#af3366ac05d6f5f15831f380bdcf29ea2">mpInfoLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00323">323</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a59361dc98bdf0cdb1f279f5d86b6b9f5"></a><!-- doxytag: member="mpFXYVector::m_continuous" ref="a59361dc98bdf0cdb1f279f5d86b6b9f5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classmp_layer.html#a59361dc98bdf0cdb1f279f5d86b6b9f5">mpLayer::m_continuous</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Specify if the layer will be plotted as a continuous line or a set of points. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00325">325</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a2254c13cc469d401eaa0833a3d4a4034"></a><!-- doxytag: member="mpFXYVector::m_drawOutsideMargins" ref="a2254c13cc469d401eaa0833a3d4a4034" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classmp_layer.html#a2254c13cc469d401eaa0833a3d4a4034">mpLayer::m_drawOutsideMargins</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>select if the layer should draw only inside margins or over all DC </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00327">327</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ac7036cc274a56e2ed7da5da48dce9579"></a><!-- doxytag: member="mpFXYVector::m_flags" ref="ac7036cc274a56e2ed7da5da48dce9579" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classmp_f_x_y_vector.html#ac7036cc274a56e2ed7da5da48dce9579">mpFXYVector::m_flags</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Holds label alignment. </p>

<p>Reimplemented from <a class="el" href="classmp_f_x_y.html#a5a18bca45b091ff3b03eafc023d5509f">mpFXY</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01362">1362</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a1b6acab5d04921f905df4bcdbfd334e1"></a><!-- doxytag: member="mpFXYVector::m_font" ref="a1b6acab5d04921f905df4bcdbfd334e1" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxFont <a class="el" href="classmp_layer.html#a1b6acab5d04921f905df4bcdbfd334e1">mpLayer::m_font</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Layer's font. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00318">318</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="afb7491292a612e00f62728cb4dd752e4"></a><!-- doxytag: member="mpFXYVector::m_index" ref="afb7491292a612e00f62728cb4dd752e4" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t <a class="el" href="classmp_f_x_y_vector.html#afb7491292a612e00f62728cb4dd752e4">mpFXYVector::m_index</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The internal counter for the "GetNextXY" interface. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01326">1326</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a7947c7f6dfe03e1cda6b3d678b6ddd37"></a><!-- doxytag: member="mpFXYVector::m_maxX" ref="a7947c7f6dfe03e1cda6b3d678b6ddd37" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="classmp_f_x_y_vector.html#a7947c7f6dfe03e1cda6b3d678b6ddd37">mpFXYVector::m_maxX</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01330">1330</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a4afdd028e39b46ebc1be1198f4e18df0"></a><!-- doxytag: member="mpFXYVector::m_maxY" ref="a4afdd028e39b46ebc1be1198f4e18df0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="classmp_f_x_y_vector.html#a4afdd028e39b46ebc1be1198f4e18df0">mpFXYVector::m_maxY</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01330">1330</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a5fe024028df12eb0ab9d79a7f3d69749"></a><!-- doxytag: member="mpFXYVector::m_minX" ref="a5fe024028df12eb0ab9d79a7f3d69749" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="classmp_f_x_y_vector.html#a5fe024028df12eb0ab9d79a7f3d69749">mpFXYVector::m_minX</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Loaded at SetData. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01330">1330</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="aff47cd32e800bcd23f74e9f93e0b1fa2"></a><!-- doxytag: member="mpFXYVector::m_minY" ref="aff47cd32e800bcd23f74e9f93e0b1fa2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="classmp_f_x_y_vector.html#aff47cd32e800bcd23f74e9f93e0b1fa2">mpFXYVector::m_minY</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01330">1330</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ac0894b3ff9ce5a82524256497599636c"></a><!-- doxytag: member="mpFXYVector::m_name" ref="ac0894b3ff9ce5a82524256497599636c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxString <a class="el" href="classmp_layer.html#ac0894b3ff9ce5a82524256497599636c">mpLayer::m_name</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Layer's name. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00324">324</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ad24283efc41df6b8f0d80030f0e6a56d"></a><!-- doxytag: member="mpFXYVector::m_pen" ref="ad24283efc41df6b8f0d80030f0e6a56d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxPen <a class="el" href="classmp_layer.html#ad24283efc41df6b8f0d80030f0e6a56d">mpLayer::m_pen</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Layer's pen. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00322">322</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a634c0423aad7ce8b908b9122952e5d5d"></a><!-- doxytag: member="mpFXYVector::m_showName" ref="a634c0423aad7ce8b908b9122952e5d5d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classmp_layer.html#a634c0423aad7ce8b908b9122952e5d5d">mpLayer::m_showName</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>States whether the name of the layer must be shown (default is true). </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00326">326</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ab84741fba387364a0508e957b2350f57"></a><!-- doxytag: member="mpFXYVector::m_type" ref="ab84741fba387364a0508e957b2350f57" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="mathplot_8h.html#acf8b83e86e129762abc1b70e84db342c">mpLayerType</a> <a class="el" href="classmp_layer.html#ab84741fba387364a0508e957b2350f57">mpLayer::m_type</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Define layer type, which is assigned by constructor. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00328">328</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a6388b1d9d1480546c27d00eb989fe818"></a><!-- doxytag: member="mpFXYVector::m_visible" ref="a6388b1d9d1480546c27d00eb989fe818" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classmp_layer.html#a6388b1d9d1480546c27d00eb989fe818">mpLayer::m_visible</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Toggles layer visibility. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00329">329</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a616617861ad1752396aaab7f1dbf05ab"></a><!-- doxytag: member="mpFXYVector::m_xs" ref="a616617861ad1752396aaab7f1dbf05ab" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classstd_1_1vector.html">std::vector</a>&lt;double&gt; <a class="el" href="classmp_f_x_y_vector.html#a616617861ad1752396aaab7f1dbf05ab">mpFXYVector::m_xs</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The internal copy of the set of data to draw. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01322">1322</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a4f19a60c9cfaebb10b247bb06ebc3a11"></a><!-- doxytag: member="mpFXYVector::m_ys" ref="a4f19a60c9cfaebb10b247bb06ebc3a11" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classstd_1_1vector.html">std::vector</a>&lt;double&gt; <a class="el" href="classmp_f_x_y_vector.html#a4f19a60c9cfaebb10b247bb06ebc3a11">mpFXYVector::m_ys</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01322">1322</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a2ff3bb9a6e807d27f8d01b98ecc84c82"></a><!-- doxytag: member="mpFXYVector::maxDrawX" ref="a2ff3bb9a6e807d27f8d01b98ecc84c82" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxCoord <a class="el" href="classmp_f_x_y.html#a2ff3bb9a6e807d27f8d01b98ecc84c82">mpFXY::maxDrawX</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00627">627</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a1d3f90ff8e057f165963ead3665be15d"></a><!-- doxytag: member="mpFXYVector::maxDrawY" ref="a1d3f90ff8e057f165963ead3665be15d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxCoord <a class="el" href="classmp_f_x_y.html#a1d3f90ff8e057f165963ead3665be15d">mpFXY::maxDrawY</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00627">627</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ab70f3883926276231a4ec232c420d203"></a><!-- doxytag: member="mpFXYVector::minDrawX" ref="ab70f3883926276231a4ec232c420d203" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxCoord <a class="el" href="classmp_f_x_y.html#ab70f3883926276231a4ec232c420d203">mpFXY::minDrawX</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00627">627</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ae6ceb303e254f75957946dfd42e89b2e"></a><!-- doxytag: member="mpFXYVector::minDrawY" ref="ae6ceb303e254f75957946dfd42e89b2e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxCoord <a class="el" href="classmp_f_x_y.html#ae6ceb303e254f75957946dfd42e89b2e">mpFXY::minDrawY</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00627">627</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
</div>
<br><hr><br> <table border="0" width="100%"> <tr> <td> Page generated by <a href="http://www.doxygen.org" target="_blank">Doxygen 1.7.5</a> for MRPT 0.9.5 SVN: at Sun Sep 25 17:20:18 UTC 2011</td><td></td> <td width="100"> </td> <td width="150">  </td></tr> </table>  </body></html>