|
| 1 | +<!-- HTML header for doxygen 1.8.11--> |
| 2 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 | +<html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | +<head> |
| 5 | +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
| 6 | +<meta http-equiv="X-UA-Compatible" content="IE=9"/> |
| 7 | +<meta name="generator" content="Doxygen 1.8.14"/> |
| 8 | +<title>DGtalTools: 3dParametricCurveDigitizer</title> |
| 9 | +<link href="tabs.css" rel="stylesheet" type="text/css"/> |
| 10 | +<script type="text/javascript" src="jquery.js"></script> |
| 11 | +<script type="text/javascript" src="dynsections.js"></script> |
| 12 | +<link href="search/search.css" rel="stylesheet" type="text/css"/> |
| 13 | +<script type="text/javascript" src="search/searchdata.js"></script> |
| 14 | +<script type="text/javascript" src="search/search.js"></script> |
| 15 | +<script type="text/x-mathjax-config"> |
| 16 | + MathJax.Hub.Config({ |
| 17 | + extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"], |
| 18 | + jax: ["input/TeX","output/HTML-CSS"], |
| 19 | +}); |
| 20 | +</script><script type="text/javascript" async src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> |
| 21 | +<link href="doxygen.css" rel="stylesheet" type="text/css" /> |
| 22 | +<link href="modern-doxygen-green.css" rel="stylesheet" type="text/css"/> |
| 23 | +</head> |
| 24 | +<body> |
| 25 | +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
| 26 | +<div id="titlearea"> |
| 27 | +<table cellspacing="0" cellpadding="0"> |
| 28 | + <tbody> |
| 29 | + <tr style="height: 56px;"> |
| 30 | + <td id="projectalign" style="padding-left: 0.5em;"> |
| 31 | + <div id="projectname">DGtalTools |
| 32 | +  <span id="projectnumber">0.9.4</span> |
| 33 | + </div> |
| 34 | + </td> |
| 35 | + </tr> |
| 36 | + </tbody> |
| 37 | +</table> |
| 38 | +</div> |
| 39 | +<!-- end header part --> |
| 40 | +<!-- Generated by Doxygen 1.8.14 --> |
| 41 | +<script type="text/javascript"> |
| 42 | +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 43 | +var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
| 44 | +/* @license-end */ |
| 45 | +</script> |
| 46 | +<script type="text/javascript" src="menudata.js"></script> |
| 47 | +<script type="text/javascript" src="menu.js"></script> |
| 48 | +<script type="text/javascript"> |
| 49 | +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 50 | +$(function() { |
| 51 | + initMenu('',true,false,'search.php','Search'); |
| 52 | + $(document).ready(function() { init_search(); }); |
| 53 | +}); |
| 54 | +/* @license-end */</script> |
| 55 | +<div id="main-nav"></div> |
| 56 | +<!-- window showing the filter options --> |
| 57 | +<div id="MSearchSelectWindow" |
| 58 | + onmouseover="return searchBox.OnSearchSelectShow()" |
| 59 | + onmouseout="return searchBox.OnSearchSelectHide()" |
| 60 | + onkeydown="return searchBox.OnSearchSelectKey(event)"> |
| 61 | +</div> |
| 62 | + |
| 63 | +<!-- iframe showing the search results (closed by default) --> |
| 64 | +<div id="MSearchResultsWindow"> |
| 65 | +<iframe src="javascript:void(0)" frameborder="0" |
| 66 | + name="MSearchResults" id="MSearchResults"> |
| 67 | +</iframe> |
| 68 | +</div> |
| 69 | + |
| 70 | +</div><!-- top --> |
| 71 | +<div class="header"> |
| 72 | + <div class="headertitle"> |
| 73 | +<div class="title">3dParametricCurveDigitizer </div> </div> |
| 74 | +</div><!--header--> |
| 75 | +<div class="contents"> |
| 76 | +<div class="textblock"><p>Digitizes 3D parametric curves using <a class="el" href="namespaceDGtal.html">DGtal</a> library.</p> |
| 77 | +<p><b>Usage:</b> 3dParametricCurveDigitizer [options] –curve <curve> –param1 <double> –param2 <double> –param3 <double> –tstart <double> –tend <double> –step <double> –output <basename></p> |
| 78 | +<p><b>Allowed</b> <b>options</b> <b>are:</b> </p> |
| 79 | +<div class="fragment"><div class="line">-h [ --help ] Display <span class="keyword">this</span> message</div><div class="line">--param1 First parameter e.g. a radius or a scaling factor</div><div class="line">--param2 Second parameter e.g. a radius or a scaling factor</div><div class="line">--param3 Third parameter e.g. a distance between consecutive turns or a scaling factor</div><div class="line">-ts [ --tstart] Start time</div><div class="line">-te [ --tend] End time</div><div class="line">-s [ --step] Step</div><div class="line">-k [ --knext] K_NEXT value</div><div class="line">-l [ --list ] List all available curves</div><div class="line">-c [ --curve] A curve to digitize</div><div class="line">-a [--angle], Rotation angle in radians</div><div class="line">-ox X coordinate of origin</div><div class="line">-oy Y coordinate of origin</div><div class="line">-oz Z coordinate of origin</div><div class="line">-ax X component of rotation axis</div><div class="line">-ay Y component of rotation axis</div><div class="line">-az Z component of rotation axis</div><div class="line">-o [ --output ] arg Basename of the output file</div></div><!-- fragment --><p> You can list the potential curves: </p><div class="fragment"><div class="line">$ 3dParametricCurveDigitizer --list</div><div class="line">3D Parametric curves:</div><div class="line"> EllipticHelix Helix with two axes and a distance between consecutive turns. Its period is 2 * Pi.</div><div class="line"> Required parameter(s): --param1, --param2, --param3</div><div class="line"> Knot_3_1 Parametric knot 3_1 i.e., a trefoli polynomial knot</div><div class="line"> Required parameter(s): --param1, --param2, --param3</div><div class="line"> Knot_3_2 Parametric knot 3_2 i.e., a trefoli knot having a period of 2 * Pi</div><div class="line"> Required parameter(s): --param1, --param2, --param3</div><div class="line"> Knot_4_1 Parametric knot 4_1 (polynomial knot)</div><div class="line"> Required parameter(s): --param1, --param2, --param3</div><div class="line"> Knot_4_3 Parametric knot 4_3 having a period 2 * Pi.</div><div class="line"> Required parameter(s): --param1, --param2, --param3</div><div class="line"> Knot_5_1 Parametric knot 5_1 (polynomial knot)</div><div class="line"> Required parameter(s): --param1, --param2, --param3</div><div class="line"> Knot_5_2 Parametric knot 5_2 having a period 2 * Pi</div><div class="line"> Required parameter(s): --param1, --param2, --param3</div><div class="line"> Knot_6_2 Parametric knot 6_2 (polynomial knot)</div><div class="line"> Required parameter(s): --param1, --param2, --param3</div><div class="line"> Knot_7_4 Parametric knot 7_4 (polynomial knot)</div><div class="line"> Required parameter(s): --param1, --param2, --param3</div></div><!-- fragment --><p><b>Example:</b> </p><div class="fragment"><div class="line"><span class="preprocessor"># generate a trefoli knot:</span></div><div class="line"><span class="preprocessor">3dParametricCurveDigitizer --curve Knot_3_1 --param1 10 --param2 10 --param3 10 --tstart -2.2 --tend 2.2 --step 0.001 --output knot_3_1</span></div></div><!-- fragment --><dl class="section see"><dt>See also</dt><dd><a class="el" href="3dParametricCurveDigitizer_8cpp_source.html">3dParametricCurveDigitizer.cpp</a> 3dParametricCurveDigitizer </dd></dl> |
| 80 | +</div></div><!-- contents --> |
| 81 | +<!-- HTML footer for doxygen 1.8.11--> |
| 82 | +<!-- start footer part --> |
| 83 | +<hr class="footer"/><address class="footer"><small> |
| 84 | +Companion project associated to <a href= "http://liris.cnrs.fr/dgtal/doc/nightly/"> DGtal </a>; |
| 85 | + Generated on Tue Apr 2 2019 13:25:51 for DGtalTools by  <a href="http://www.doxygen.org/index.html"> |
| 86 | +<img class="footer" src="doxygen.png" alt="doxygen"/> |
| 87 | +</a> 1.8.14 |
| 88 | +</small></address> |
| 89 | +</body> |
| 90 | +</html> |
0 commit comments