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: compareTwo< T, Operator > Class Template 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_1compareTwo.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-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1compareTwo-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > compareTwo< T, Operator > Class Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:a70aeb9dbd262f6e14634dfcb1bc9607a" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1compareTwo.html#a70aeb9dbd262f6e14634dfcb1bc9607a" > opertorType< / a > = Operator< T > < / td > < / tr >
< tr class = "separator:a70aeb9dbd262f6e14634dfcb1bc9607a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < 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:aeb8daf4459039f4440da2f472857ea31" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1compareTwo.html#aeb8daf4459039f4440da2f472857ea31" > TypeInfoNV< / a > (opertorType::TYPENAME())< / td > < / tr >
< tr class = "separator:aeb8daf4459039f4440da2f472857ea31" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1f48d648603e6927d482ccb5e41a9fd6" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1compareTwo.html#a1f48d648603e6927d482ccb5e41a9fd6" > compareTwo< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a1f48d648603e6927d482ccb5e41a9fd6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a959617eb88ef5b9a23aad7c00775ac69" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1compareTwo.html#a959617eb88ef5b9a23aad7c00775ac69" > operator()< / a > (const T & value) const< / td > < / tr >
< tr class = "separator:a959617eb88ef5b9a23aad7c00775ac69" > < 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:aa194c19afbb3e5d39d773bdf7f51d23c" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1compareTwo.html#aa194c19afbb3e5d39d773bdf7f51d23c" > compValue1_< / a > < / td > < / tr >
< tr class = "separator:aa194c19afbb3e5d39d773bdf7f51d23c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a90b4e9387fc252b078d1c25d58fe2e8e" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1compareTwo.html#a90b4e9387fc252b078d1c25d58fe2e8e" > compValue2_< / a > < / td > < / tr >
< tr class = "separator:a90b4e9387fc252b078d1c25d58fe2e8e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab69ecda75e2a1ea153958dae11f986d4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1compareTwo.html#a70aeb9dbd262f6e14634dfcb1bc9607a" > opertorType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1compareTwo.html#ab69ecda75e2a1ea153958dae11f986d4" > operator_< / a > {}< / td > < / tr >
< tr class = "separator:ab69ecda75e2a1ea153958dae11f986d4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < h3 > template< typename T, template< class > class Operator> < br / >
class pFlow::compareTwo< T, Operator > < / h3 >
< p class = "definition" > Definition at line < a class = "el" href = "IncludeMask_8hpp_source.html#l00140" > 140< / a > of file < a class = "el" href = "IncludeMask_8hpp_source.html" > IncludeMask.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a70aeb9dbd262f6e14634dfcb1bc9607a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a70aeb9dbd262f6e14634dfcb1bc9607a" > ◆ < / a > < / span > opertorType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1compareTwo.html#a70aeb9dbd262f6e14634dfcb1bc9607a" > opertorType< / a > = Operator< T> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "IncludeMask_8hpp_source.html#l00143" > 143< / a > of file < a class = "el" href = "IncludeMask_8hpp_source.html" > IncludeMask.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a1f48d648603e6927d482ccb5e41a9fd6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1f48d648603e6927d482ccb5e41a9fd6" > ◆ < / a > < / span > compareTwo()< / 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 = "classpFlow_1_1compareTwo.html" > compareTwo< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "IncludeMask_8hpp_source.html#l00152" > 152< / a > of file < a class = "el" href = "IncludeMask_8hpp_source.html" > IncludeMask.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "aeb8daf4459039f4440da2f472857ea31" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeb8daf4459039f4440da2f472857ea31" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
< td class = "paramtype" > opertorType::TYPENAME()  < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a959617eb88ef5b9a23aad7c00775ac69" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a959617eb88ef5b9a23aad7c00775ac69" > ◆ < / 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" > bool operator() < / td >
< td > (< / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > value< / em > < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "IncludeMask_8hpp_source.html#l00158" > 158< / a > of file < a class = "el" href = "IncludeMask_8hpp_source.html" > IncludeMask.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "IncludeMask_8hpp_source.html#l00145" > compareTwo< T, Operator > ::compValue1_< / a > , < a class = "el" href = "IncludeMask_8hpp_source.html#l00146" > compareTwo< T, Operator > ::compValue2_< / a > , and < a class = "el" href = "IncludeMask_8hpp_source.html#l00147" > compareTwo< T, Operator > ::operator_< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "aa194c19afbb3e5d39d773bdf7f51d23c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa194c19afbb3e5d39d773bdf7f51d23c" > ◆ < / a > < / span > compValue1_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T compValue1_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "IncludeMask_8hpp_source.html#l00145" > 145< / a > of file < a class = "el" href = "IncludeMask_8hpp_source.html" > IncludeMask.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "IncludeMask_8hpp_source.html#l00158" > compareTwo< T, Operator > ::operator()()< / a > .< / p >
< / div >
< / div >
< a id = "a90b4e9387fc252b078d1c25d58fe2e8e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a90b4e9387fc252b078d1c25d58fe2e8e" > ◆ < / a > < / span > compValue2_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T compValue2_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "IncludeMask_8hpp_source.html#l00146" > 146< / a > of file < a class = "el" href = "IncludeMask_8hpp_source.html" > IncludeMask.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "IncludeMask_8hpp_source.html#l00158" > compareTwo< T, Operator > ::operator()()< / a > .< / p >
< / div >
< / div >
< a id = "ab69ecda75e2a1ea153958dae11f986d4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab69ecda75e2a1ea153958dae11f986d4" > ◆ < / 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 = "classpFlow_1_1compareTwo.html#a70aeb9dbd262f6e14634dfcb1bc9607a" > opertorType< / a > operator_ {}< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "IncludeMask_8hpp_source.html#l00147" > 147< / a > of file < a class = "el" href = "IncludeMask_8hpp_source.html" > IncludeMask.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "IncludeMask_8hpp_source.html#l00158" > compareTwo< T, Operator > ::operator()()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > utilities/postprocessPhasicFlow/< a class = "el" href = "IncludeMask_8hpp_source.html" > IncludeMask.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_1compareTwo.html" > compareTwo< / 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 >