classpointn.html

来自「美国COPLEY驱动器,程序开发工具之一.」· HTML 代码 · 共 156 行

HTML
156
字号
<!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>Copley Motion Library: PointN Class Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.4 --><div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div><h1>PointN Class Reference</h1><!-- doxytag: class="PointN" --><p>Inheritance diagram for PointN:<p><center><img src="classPointN.png" usemap="#PointN_map" border="0" alt=""></center><map name="PointN_map"><area href="classPoint.html" alt="Point" shape="rect" coords="0,56,49,80"></map><a href="classPointN-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>An N axis point. <p>This point specifies a position in N dimensions.<p>This is a pure virtual base class of the more specific <a class="el" href="classPoint.html">Point</a> classes.<p><p>Definition at line <a class="el" href="CML__Geometry_8h-source.html#l00033">33</a> of file <a class="el" href="CML__Geometry_8h-source.html">CML_Geometry.h</a>.<table border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr><tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPointN.html#a0">getDim</a> (void) const =0</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the number of dimensions of this point.  <a href="#a0"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPointN.html#a1">setDim</a> (int d)=0</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set the number of dimensions of this point.  <a href="#a1"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPointN.html#a2">getMax</a> (void) const =0</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the max dimensions that this point can handle.  <a href="#a2"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a8"></a><!-- doxytag: member="PointN::operator+=" ref="a8" args="(PointN &amp;p)" -->virtual <a class="el" href="classPointN.html">PointN</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPointN.html#a8">operator+=</a> (<a class="el" href="classPointN.html">PointN</a> &amp;p)</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a9"></a><!-- doxytag: member="PointN::operator-=" ref="a9" args="(PointN &amp;p)" -->virtual <a class="el" href="classPointN.html">PointN</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPointN.html#a9">operator-=</a> (<a class="el" href="classPointN.html">PointN</a> &amp;p)</td></tr></table><hr><h2>Member Function Documentation</h2><a class="anchor" name="a0"></a><!-- doxytag: member="PointN::getDim" ref="a0" args="(void) const =0" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">virtual int getDim           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">void&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const<code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Get the number of dimensions of this point. <p><dl compact><dt><b>Returns:</b></dt><dd>The point dimension </dd></dl><p>Implemented in <a class="el" href="classPoint.html#a2">Point</a>, <a class="el" href="classPoint.html#a2">Point&lt; CML_MAX_AMPS_PER_LINK &gt;</a>, and <a class="el" href="classPoint.html#a2">Point&lt; PATH_MAX_DIMENSIONS &gt;</a>.    </td>  </tr></table><a class="anchor" name="a2"></a><!-- doxytag: member="PointN::getMax" ref="a2" args="(void) const =0" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">virtual int getMax           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">void&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const<code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Get the max dimensions that this point can handle. <p><dl compact><dt><b>Returns:</b></dt><dd>The max value. </dd></dl><p>Implemented in <a class="el" href="classPoint.html#a3">Point</a>, <a class="el" href="classPoint.html#a3">Point&lt; CML_MAX_AMPS_PER_LINK &gt;</a>, and <a class="el" href="classPoint.html#a3">Point&lt; PATH_MAX_DIMENSIONS &gt;</a>.    </td>  </tr></table><a class="anchor" name="a1"></a><!-- doxytag: member="PointN::setDim" ref="a1" args="(int d)=0" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">virtual void setDim           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">int&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>d</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Set the number of dimensions of this point. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>d</em>&nbsp;</td><td>The new point dimension </td></tr>  </table></dl><p>Implemented in <a class="el" href="classPoint.html#a4">Point</a>, <a class="el" href="classPoint.html#a4">Point&lt; CML_MAX_AMPS_PER_LINK &gt;</a>, and <a class="el" href="classPoint.html#a4">Point&lt; PATH_MAX_DIMENSIONS &gt;</a>.    </td>  </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="CML__Geometry_8h-source.html">CML_Geometry.h</a><li><a class="el" href="Geometry_8cpp-source.html">Geometry.cpp</a></ul><hr><address style="align: right;"><small>Copley Motion Library, Copyright (c) 2002-2003<a href="http://www.copleycontrols.com"><img src="CCC_logo.gif" alt="Copley Controls Corp." align="middle" border=0 ></a></small></address></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?