2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: multiRotatingAxisMotion::Model Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1multiRotatingAxisMotion_1_1Model.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > multiRotatingAxisMotion::Model Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 11:35:43 -07:00
< p > Motion model class to be passed to computational units/kernels for transfing points and returning velocities at various positions.
< a href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html#details" > More...< / a > < / p >
2023-03-27 10:16:23 -07:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ab420192a9590610b4621c9710a523735" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html#ab420192a9590610b4621c9710a523735" > Model< / a > (< a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "classpFlow_1_1multiRotatingAxis.html" > multiRotatingAxis< / a > > axis, < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > numAxis)< / td > < / tr >
< tr class = "separator:ab420192a9590610b4621c9710a523735" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae3943fba9625fb7145fc8789a4540939" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html#ae3943fba9625fb7145fc8789a4540939" > Model< / a > (const < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html" > Model< / a > & )=default< / td > < / tr >
< tr class = "separator:ae3943fba9625fb7145fc8789a4540939" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2f729f9d4266636fb08728e8a6c0f857" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html" > Model< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html#a2f729f9d4266636fb08728e8a6c0f857" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html" > Model< / a > & )=default< / td > < / tr >
< tr class = "separator:a2f729f9d4266636fb08728e8a6c0f857" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a75c171593aa0ab3d040e993a8eacdccd" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html#a75c171593aa0ab3d040e993a8eacdccd" > pointVelocity< / a > (< a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "NBSLoop_8hpp.html#a58f1256fe216b2e84819aa621b683de1" > n< / a > , const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a75c171593aa0ab3d040e993a8eacdccd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa3b341c21a3f5f2e7531e1119dd1602e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html#aa3b341c21a3f5f2e7531e1119dd1602e" > operator()< / a > (< a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "NBSLoop_8hpp.html#a58f1256fe216b2e84819aa621b683de1" > n< / a > , const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa3b341c21a3f5f2e7531e1119dd1602e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a116927621b80b5ed0a1ff95e376963a8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html#a116927621b80b5ed0a1ff95e376963a8" > transferPoint< / a > (< a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "NBSLoop_8hpp.html#a58f1256fe216b2e84819aa621b683de1" > n< / a > , const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt) const< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a116927621b80b5ed0a1ff95e376963a8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afe5a5b702fc7dd62ed301b4bdc85834a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html#afe5a5b702fc7dd62ed301b4bdc85834a" > numComponents< / a > () const< / td > < / tr >
< tr class = "separator:afe5a5b702fc7dd62ed301b4bdc85834a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:ad85a9f194a8fa7ec87c81103892b2d53" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "classpFlow_1_1multiRotatingAxis.html" > multiRotatingAxis< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html#ad85a9f194a8fa7ec87c81103892b2d53" > axis_< / a > < / td > < / tr >
< tr class = "separator:ad85a9f194a8fa7ec87c81103892b2d53" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a78ef04230ad102f729600a44e6a57394" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html#a78ef04230ad102f729600a44e6a57394" > numAxis_< / a > =0< / td > < / tr >
< tr class = "separator:a78ef04230ad102f729600a44e6a57394" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2023-04-02 11:35:43 -07:00
< div class = "textblock" > < p > Motion model class to be passed to computational units/kernels for transfing points and returning velocities at various positions. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00072" > 72< / a > of file < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html" > multiRotatingAxisMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "ab420192a9590610b4621c9710a523735" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab420192a9590610b4621c9710a523735" > ◆ < / a > < / span > Model() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html" > Model< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "classpFlow_1_1multiRotatingAxis.html" > multiRotatingAxis< / a > >   < / td >
< td class = "paramname" > < em > axis< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
< td class = "paramname" > < em > numAxis< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00082" > 82< / a > of file < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html" > multiRotatingAxisMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ae3943fba9625fb7145fc8789a4540939" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae3943fba9625fb7145fc8789a4540939" > ◆ < / a > < / span > Model() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html" > Model< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html" > Model< / a > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a2f729f9d4266636fb08728e8a6c0f857" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2f729f9d4266636fb08728e8a6c0f857" > ◆ < / a > < / span > operator=()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html" > Model< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html" > Model< / a > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a75c171593aa0ab3d040e993a8eacdccd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a75c171593aa0ab3d040e993a8eacdccd" > ◆ < / a > < / span > pointVelocity()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > pointVelocity < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
< td class = "paramname" > < em > n< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00096" > 96< / a > of file < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html" > multiRotatingAxisMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00076" > multiRotatingAxisMotion::Model::axis_< / a > , and < a class = "el" href = "NBSLoop_8hpp_source.html#l00024" > n< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 11:35:43 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00102" > multiRotatingAxisMotion::Model::operator()()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1multiRotatingAxisMotion_1_1Model_a75c171593aa0ab3d040e993a8eacdccd_icgraph.png" border = "0" usemap = "#classpFlow_1_1multiRotatingAxisMotion_1_1Model_a75c171593aa0ab3d040e993a8eacdccd_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aa3b341c21a3f5f2e7531e1119dd1602e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa3b341c21a3f5f2e7531e1119dd1602e" > ◆ < / a > < / span > operator()()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > operator() < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
< td class = "paramname" > < em > n< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00102" > 102< / a > of file < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html" > multiRotatingAxisMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "NBSLoop_8hpp_source.html#l00024" > n< / a > , and < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00096" > multiRotatingAxisMotion::Model::pointVelocity()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1multiRotatingAxisMotion_1_1Model_aa3b341c21a3f5f2e7531e1119dd1602e_cgraph.png" border = "0" usemap = "#classpFlow_1_1multiRotatingAxisMotion_1_1Model_aa3b341c21a3f5f2e7531e1119dd1602e_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a116927621b80b5ed0a1ff95e376963a8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a116927621b80b5ed0a1ff95e376963a8" > ◆ < / a > < / span > transferPoint()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > transferPoint < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
< td class = "paramname" > < em > n< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td >
< td class = "paramname" > < em > p< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00108" > 108< / a > of file < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html" > multiRotatingAxisMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00076" > multiRotatingAxisMotion::Model::axis_< / a > , and < a class = "el" href = "NBSLoop_8hpp_source.html#l00024" > n< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "afe5a5b702fc7dd62ed301b4bdc85834a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afe5a5b702fc7dd62ed301b4bdc85834a" > ◆ < / a > < / span > numComponents()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > numComponents < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00113" > 113< / a > of file < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html" > multiRotatingAxisMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 11:35:43 -07:00
< p class = "reference" > References < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00077" > multiRotatingAxisMotion::Model::numAxis_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "ad85a9f194a8fa7ec87c81103892b2d53" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad85a9f194a8fa7ec87c81103892b2d53" > ◆ < / a > < / span > axis_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "classpFlow_1_1multiRotatingAxis.html" > multiRotatingAxis< / a > > axis_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00076" > 76< / a > of file < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html" > multiRotatingAxisMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 11:35:43 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00096" > multiRotatingAxisMotion::Model::pointVelocity()< / a > , and < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00108" > multiRotatingAxisMotion::Model::transferPoint()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a78ef04230ad102f729600a44e6a57394" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a78ef04230ad102f729600a44e6a57394" > ◆ < / a > < / span > numAxis_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > numAxis_ =0< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00077" > 77< / a > of file < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html" > multiRotatingAxisMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 11:35:43 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html#l00113" > multiRotatingAxisMotion::Model::numComponents()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > src/MotionModel/multiRotatingAxisMotion/< a class = "el" href = "multiRotatingAxisMotion_8hpp_source.html" > multiRotatingAxisMotion.hpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion.html" > multiRotatingAxisMotion< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html" > Model< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.17 < / li >
< / ul >
< / div >
< / body >
< / html >