Skip to content
Snippets Groups Projects
Commit ba2f67b6 authored by Florent LANGLOIS's avatar Florent LANGLOIS
Browse files

- RE re generation of doxygen html docs

parent 662be5a2
Branches
Tags
No related merge requests found
Showing
with 323 additions and 83 deletions
# Doxyfile 1.4.4
# Doxyfile 1.4.5
#---------------------------------------------------------------------------
# Project related configuration options
......@@ -32,12 +32,13 @@ JAVADOC_AUTOBRIEF = YES
MULTILINE_CPP_IS_BRIEF = NO
DETAILS_AT_TOP = NO
INHERIT_DOCS = YES
DISTRIBUTE_GROUP_DOC = NO
SEPARATE_MEMBER_PAGES = NO
TAB_SIZE = 8
ALIASES =
OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_JAVA = NO
BUILTIN_STL_SUPPORT = NO
DISTRIBUTE_GROUP_DOC = NO
SUBGROUPING = YES
#---------------------------------------------------------------------------
# Build related configuration options
......@@ -81,11 +82,10 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = ..\include \
..\src
INPUT = T:/DEV/flocvs/MonoLibs/Utils
FILE_PATTERNS = *.h \
*.cpp
RECURSIVE = NO
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
......@@ -205,9 +205,9 @@ PERL_PATH =
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
CLASS_DIAGRAMS = YES
CLASS_DIAGRAMS = NO
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = NO
HAVE_DOT = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
GROUP_GRAPHS = YES
......@@ -215,7 +215,7 @@ UML_LOOK = NO
TEMPLATE_RELATIONS = YES
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
CALL_GRAPH = NO
CALL_GRAPH = YES
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png
......
......@@ -2,11 +2,24 @@
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Utils Library: Bound.cpp Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.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="namespaces.html">Namespace List</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="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<!-- Generated by Doxygen 1.4.5 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="dir_000000.html">src</a></div>
<a class="el" href="dir_T_3A_2FDEV_2Fflocvs_2FMonoLibs_2FUtils_2Fsrc_2F.html">src</a></div>
<h1>Bound.cpp</h1><a href="Bound_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Bound.cpp: implementation of the Bound class.</span>
<a name="l00002"></a>00002 <span class="comment">//</span>
<a name="l00004"></a>00004 <span class="comment"></span>
......@@ -19,105 +32,105 @@
<a name="l00012"></a>00012 <span class="comment"></span><span class="comment">// Construction/Destruction</span>
<a name="l00014"></a>00014 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment">//##ModelId=43872EC80066</span>
<a name="l00017"></a><a class="code" href="classBound.html#a0">00017</a> <a class="code" href="classBound.html#a0">Bound::Bound</a>()
<a name="l00017"></a><a class="code" href="classBound.html#aa258711226bd4ff06cae771f64eb707">00017</a> <a class="code" href="classBound.html#aa258711226bd4ff06cae771f64eb707">Bound::Bound</a>()
<a name="l00018"></a>00018 {
<a name="l00019"></a>00019
<a name="l00020"></a>00020 }
<a name="l00021"></a>00021
<a name="l00023"></a>00023 <span class="comment">//##ModelId=43872EC8006B</span>
<a name="l00024"></a><a class="code" href="classBound.html#a2">00024</a> <a class="code" href="classBound.html#a2">Bound::~Bound</a>()
<a name="l00024"></a><a class="code" href="classBound.html#b8c64d0dd1ab221e3e1cdf76c25ff65d">00024</a> <a class="code" href="classBound.html#b8c64d0dd1ab221e3e1cdf76c25ff65d">Bound::~Bound</a>()
<a name="l00025"></a>00025 {
<a name="l00026"></a>00026
<a name="l00027"></a>00027 }
<a name="l00028"></a>00028
<a name="l00033"></a>00033 <span class="comment">//##ModelId=43872EC80067</span>
<a name="l00034"></a><a class="code" href="classBound.html#a1">00034</a> <a class="code" href="classBound.html#a0">Bound::Bound</a>(std::string sName,<span class="keywordtype">double</span> dLowerBound,<span class="keywordtype">double</span> dUpperBound) : _sName(sName),_dLowerBound(dLowerBound),_dUpperBound(dUpperBound)
<a name="l00034"></a><a class="code" href="classBound.html#24ee8c2ac9117d6c2f490bcf351f2554">00034</a> <a class="code" href="classBound.html#aa258711226bd4ff06cae771f64eb707">Bound::Bound</a>(std::string sName,<span class="keywordtype">double</span> dLowerBound,<span class="keywordtype">double</span> dUpperBound) : _sName(sName),_dLowerBound(dLowerBound),_dUpperBound(dUpperBound)
<a name="l00035"></a>00035 {
<a name="l00036"></a>00036
<a name="l00037"></a>00037 }
<a name="l00038"></a>00038
<a name="l00040"></a>00040 <span class="comment">//##ModelId=43872EC8006D</span>
<a name="l00041"></a><a class="code" href="classBound.html#a3">00041</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classBound.html#a3">Bound::setName</a>(std::string sName)
<a name="l00041"></a><a class="code" href="classBound.html#42096d0d68fbd1fadc10c51f684ebfbb">00041</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classBound.html#42096d0d68fbd1fadc10c51f684ebfbb">Bound::setName</a>(std::string sName)
<a name="l00042"></a>00042 {
<a name="l00043"></a>00043 <a class="code" href="classBound.html#r0">_sName</a> = sName;
<a name="l00043"></a>00043 <a class="code" href="classBound.html#fdd55d7c4f0a009b23497c51e9e556cd">_sName</a> = sName;
<a name="l00044"></a>00044 }
<a name="l00045"></a>00045
<a name="l00047"></a>00047 <span class="comment">//##ModelId=43872EC80076</span>
<a name="l00048"></a><a class="code" href="classBound.html#a4">00048</a> <span class="keyword">inline</span> std::string <a class="code" href="classBound.html#a4">Bound::getName</a>()<span class="keyword"> const </span>
<a name="l00048"></a><a class="code" href="classBound.html#233fbd39cb42a5f4340815d2190fd55d">00048</a> <span class="keyword">inline</span> std::string <a class="code" href="classBound.html#233fbd39cb42a5f4340815d2190fd55d">Bound::getName</a>()<span class="keyword"> const </span>
<a name="l00049"></a>00049 <span class="keyword"></span>{
<a name="l00050"></a>00050 <span class="keywordflow">return</span> <a class="code" href="classBound.html#r0">_sName</a>;
<a name="l00050"></a>00050 <span class="keywordflow">return</span> <a class="code" href="classBound.html#fdd55d7c4f0a009b23497c51e9e556cd">_sName</a>;
<a name="l00051"></a>00051 }
<a name="l00052"></a>00052
<a name="l00054"></a>00054 <span class="comment">//##ModelId=43872EC80078</span>
<a name="l00055"></a><a class="code" href="classBound.html#a5">00055</a> <span class="keywordtype">void</span> <a class="code" href="classBound.html#a5">Bound::setLowerBound</a>(<span class="keywordtype">double</span> dLowerBound)
<a name="l00055"></a><a class="code" href="classBound.html#9e78bb3e34abbad843f0143bc4aa625a">00055</a> <span class="keywordtype">void</span> <a class="code" href="classBound.html#9e78bb3e34abbad843f0143bc4aa625a">Bound::setLowerBound</a>(<span class="keywordtype">double</span> dLowerBound)
<a name="l00056"></a>00056 {
<a name="l00057"></a>00057 <a class="code" href="classBound.html#r1">_dLowerBound</a> = dLowerBound;
<a name="l00057"></a>00057 <a class="code" href="classBound.html#d27eda93406585d06e4923a180c91903">_dLowerBound</a> = dLowerBound;
<a name="l00058"></a>00058 }
<a name="l00060"></a>00060 <span class="comment">//##ModelId=43872EC8007B</span>
<a name="l00061"></a><a class="code" href="classBound.html#a6">00061</a> <span class="keywordtype">double</span> <a class="code" href="classBound.html#a6">Bound::getLowerBound</a>()<span class="keyword"> const</span>
<a name="l00061"></a><a class="code" href="classBound.html#887fef679d686621bd86e268395faed0">00061</a> <span class="keywordtype">double</span> <a class="code" href="classBound.html#887fef679d686621bd86e268395faed0">Bound::getLowerBound</a>()<span class="keyword"> const</span>
<a name="l00062"></a>00062 <span class="keyword"></span>{
<a name="l00063"></a>00063 <span class="keywordflow">return</span> <a class="code" href="classBound.html#r1">_dLowerBound</a>;
<a name="l00063"></a>00063 <span class="keywordflow">return</span> <a class="code" href="classBound.html#d27eda93406585d06e4923a180c91903">_dLowerBound</a>;
<a name="l00064"></a>00064 }
<a name="l00066"></a>00066 <span class="comment">//##ModelId=43872EC8007D</span>
<a name="l00067"></a><a class="code" href="classBound.html#a7">00067</a> <span class="keywordtype">void</span> <a class="code" href="classBound.html#a7">Bound::setUpperBound</a>(<span class="keywordtype">double</span> dUpperBound)
<a name="l00067"></a><a class="code" href="classBound.html#963e7e873599afc27ce1424d07608bd3">00067</a> <span class="keywordtype">void</span> <a class="code" href="classBound.html#963e7e873599afc27ce1424d07608bd3">Bound::setUpperBound</a>(<span class="keywordtype">double</span> dUpperBound)
<a name="l00068"></a>00068 {
<a name="l00069"></a>00069 <a class="code" href="classBound.html#r2">_dUpperBound</a> = dUpperBound;
<a name="l00069"></a>00069 <a class="code" href="classBound.html#2db3abc380f741d1a37b6227980da856">_dUpperBound</a> = dUpperBound;
<a name="l00070"></a>00070 }
<a name="l00072"></a>00072 <span class="comment">//##ModelId=43872EC80085</span>
<a name="l00073"></a><a class="code" href="classBound.html#a8">00073</a> <span class="keywordtype">double</span> <a class="code" href="classBound.html#a8">Bound::getUpperBound</a>()<span class="keyword"> const</span>
<a name="l00073"></a><a class="code" href="classBound.html#9b43ea5b59acebd9fc77b3efff42996a">00073</a> <span class="keywordtype">double</span> <a class="code" href="classBound.html#9b43ea5b59acebd9fc77b3efff42996a">Bound::getUpperBound</a>()<span class="keyword"> const</span>
<a name="l00074"></a>00074 <span class="keyword"></span>{
<a name="l00075"></a>00075 <span class="keywordflow">return</span> <a class="code" href="classBound.html#r2">_dUpperBound</a>;
<a name="l00075"></a>00075 <span class="keywordflow">return</span> <a class="code" href="classBound.html#2db3abc380f741d1a37b6227980da856">_dUpperBound</a>;
<a name="l00076"></a>00076 }
<a name="l00077"></a>00077
<a name="l00079"></a>00079 <span class="comment">//##ModelId=43872EC80087</span>
<a name="l00080"></a><a class="code" href="classBound.html#a9">00080</a> <span class="keywordtype">void</span> <a class="code" href="classBound.html#a9">Bound::setBound</a>(<a class="code" href="classBound.html">Bound</a>* mBound)
<a name="l00080"></a><a class="code" href="classBound.html#1f376dbf221a72fb50fb526f78fc4654">00080</a> <span class="keywordtype">void</span> <a class="code" href="classBound.html#1f376dbf221a72fb50fb526f78fc4654">Bound::setBound</a>(<a class="code" href="classBound.html">Bound</a>* mBound)
<a name="l00081"></a>00081 {
<a name="l00082"></a>00082 <a class="code" href="classBound.html#a3">setName</a>(mBound-&gt;<a class="code" href="classBound.html#a4">getName</a>());
<a name="l00083"></a>00083 <a class="code" href="classBound.html#a5">setLowerBound</a>(mBound-&gt;<a class="code" href="classBound.html#a6">getLowerBound</a>());
<a name="l00084"></a>00084 <a class="code" href="classBound.html#a7">setUpperBound</a>(mBound-&gt;<a class="code" href="classBound.html#a8">getUpperBound</a>());
<a name="l00082"></a>00082 <a class="code" href="classBound.html#42096d0d68fbd1fadc10c51f684ebfbb">setName</a>(mBound-&gt;<a class="code" href="classBound.html#233fbd39cb42a5f4340815d2190fd55d">getName</a>());
<a name="l00083"></a>00083 <a class="code" href="classBound.html#9e78bb3e34abbad843f0143bc4aa625a">setLowerBound</a>(mBound-&gt;<a class="code" href="classBound.html#887fef679d686621bd86e268395faed0">getLowerBound</a>());
<a name="l00084"></a>00084 <a class="code" href="classBound.html#963e7e873599afc27ce1424d07608bd3">setUpperBound</a>(mBound-&gt;<a class="code" href="classBound.html#9b43ea5b59acebd9fc77b3efff42996a">getUpperBound</a>());
<a name="l00085"></a>00085 }
<a name="l00086"></a>00086
<a name="l00088"></a>00088 <span class="comment">//##ModelId=43872EC80089</span>
<a name="l00089"></a><a class="code" href="classBound.html#a10">00089</a> <span class="keywordtype">void</span> <a class="code" href="classBound.html#a9">Bound::setBound</a>(std::string sName,<span class="keywordtype">double</span> dLowerBound,<span class="keywordtype">double</span> dUpperBound)
<a name="l00089"></a><a class="code" href="classBound.html#d7669792290fd2b7f39c58204ff138c2">00089</a> <span class="keywordtype">void</span> <a class="code" href="classBound.html#1f376dbf221a72fb50fb526f78fc4654">Bound::setBound</a>(std::string sName,<span class="keywordtype">double</span> dLowerBound,<span class="keywordtype">double</span> dUpperBound)
<a name="l00090"></a>00090 {
<a name="l00091"></a>00091 <a class="code" href="classBound.html#a3">setName</a>(sName);
<a name="l00092"></a>00092 <a class="code" href="classBound.html#a5">setLowerBound</a>(dLowerBound);
<a name="l00093"></a>00093 <a class="code" href="classBound.html#a7">setUpperBound</a>(dUpperBound);
<a name="l00091"></a>00091 <a class="code" href="classBound.html#42096d0d68fbd1fadc10c51f684ebfbb">setName</a>(sName);
<a name="l00092"></a>00092 <a class="code" href="classBound.html#9e78bb3e34abbad843f0143bc4aa625a">setLowerBound</a>(dLowerBound);
<a name="l00093"></a>00093 <a class="code" href="classBound.html#963e7e873599afc27ce1424d07608bd3">setUpperBound</a>(dUpperBound);
<a name="l00094"></a>00094 }
<a name="l00095"></a>00095
<a name="l00097"></a>00097 <span class="comment">//##ModelId=43872EC8008D</span>
<a name="l00098"></a><a class="code" href="classBound.html#a14">00098</a> <a class="code" href="classBound.html#a0">Bound::Bound</a>(<span class="keyword">const</span> <a class="code" href="classBound.html">Bound</a>&amp; mBound)
<a name="l00098"></a><a class="code" href="classBound.html#d7e667c6644eaae8306e62ffa5592fc4">00098</a> <a class="code" href="classBound.html#aa258711226bd4ff06cae771f64eb707">Bound::Bound</a>(<span class="keyword">const</span> <a class="code" href="classBound.html">Bound</a>&amp; mBound)
<a name="l00099"></a>00099 {
<a name="l00100"></a>00100 <a class="code" href="classBound.html#a9">setBound</a>(mBound.<a class="code" href="classBound.html#a4">getName</a>(),mBound.<a class="code" href="classBound.html#a6">getLowerBound</a>(),mBound.<a class="code" href="classBound.html#a8">getUpperBound</a>());
<a name="l00100"></a>00100 <a class="code" href="classBound.html#1f376dbf221a72fb50fb526f78fc4654">setBound</a>(mBound.<a class="code" href="classBound.html#233fbd39cb42a5f4340815d2190fd55d">getName</a>(),mBound.<a class="code" href="classBound.html#887fef679d686621bd86e268395faed0">getLowerBound</a>(),mBound.<a class="code" href="classBound.html#9b43ea5b59acebd9fc77b3efff42996a">getUpperBound</a>());
<a name="l00101"></a>00101 }
<a name="l00102"></a>00102
<a name="l00104"></a>00104 <span class="comment">//##ModelId=439D88340285</span>
<a name="l00105"></a><a class="code" href="classBound.html#a13">00105</a> <a class="code" href="classBound.html">Bound</a>&amp; <a class="code" href="classBound.html#a13">Bound::operator=</a>(<a class="code" href="classBound.html">Bound</a>* pBound)
<a name="l00105"></a><a class="code" href="classBound.html#d9155be08390d50fdc76eda0ece3cb75">00105</a> <a class="code" href="classBound.html">Bound</a>&amp; Bound::operator=(<a class="code" href="classBound.html">Bound</a>* pBound)
<a name="l00106"></a>00106 {
<a name="l00107"></a>00107
<a name="l00108"></a>00108 <a class="code" href="classBound.html#a9">setBound</a>(pBound);
<a name="l00108"></a>00108 <a class="code" href="classBound.html#1f376dbf221a72fb50fb526f78fc4654">setBound</a>(pBound);
<a name="l00109"></a>00109 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00110"></a>00110 }
<a name="l00111"></a>00111
<a name="l00114"></a>00114 <span class="comment">//##ModelId=439D88340256</span>
<a name="l00115"></a><a class="code" href="classBound.html#a11">00115</a> <span class="keywordtype">bool</span> <a class="code" href="classBound.html#a11">Bound::isInBound</a>(<span class="keywordtype">double</span> dValue)
<a name="l00115"></a><a class="code" href="classBound.html#01e95df43a428c7fab065e40ac574e18">00115</a> <span class="keywordtype">bool</span> <a class="code" href="classBound.html#01e95df43a428c7fab065e40ac574e18">Bound::isInBound</a>(<span class="keywordtype">double</span> dValue)
<a name="l00116"></a>00116 {
<a name="l00117"></a>00117 <span class="keywordflow">return</span> ((<a class="code" href="classBound.html#a6">getLowerBound</a>() &lt;= dValue) &amp;&amp; (dValue &lt;= <a class="code" href="classBound.html#a8">getUpperBound</a>()));
<a name="l00117"></a>00117 <span class="keywordflow">return</span> ((<a class="code" href="classBound.html#887fef679d686621bd86e268395faed0">getLowerBound</a>() &lt;= dValue) &amp;&amp; (dValue &lt;= <a class="code" href="classBound.html#9b43ea5b59acebd9fc77b3efff42996a">getUpperBound</a>()));
<a name="l00118"></a>00118 }
<a name="l00119"></a>00119
<a name="l00122"></a>00122 <span class="comment">//##ModelId=439D88340276</span>
<a name="l00123"></a><a class="code" href="classBound.html#a12">00123</a> <span class="keywordtype">bool</span> <a class="code" href="classBound.html#a12">Bound::isStricklyInBound</a>(<span class="keywordtype">double</span> dValue)
<a name="l00123"></a><a class="code" href="classBound.html#48e251436313a97e977ce105e0d69f8d">00123</a> <span class="keywordtype">bool</span> <a class="code" href="classBound.html#48e251436313a97e977ce105e0d69f8d">Bound::isStricklyInBound</a>(<span class="keywordtype">double</span> dValue)
<a name="l00124"></a>00124 {
<a name="l00125"></a>00125 <span class="keywordflow">return</span> ((<a class="code" href="classBound.html#a6">getLowerBound</a>() &lt; dValue) &amp;&amp; (dValue &lt; <a class="code" href="classBound.html#a8">getUpperBound</a>()));
<a name="l00125"></a>00125 <span class="keywordflow">return</span> ((<a class="code" href="classBound.html#887fef679d686621bd86e268395faed0">getLowerBound</a>() &lt; dValue) &amp;&amp; (dValue &lt; <a class="code" href="classBound.html#9b43ea5b59acebd9fc77b3efff42996a">getUpperBound</a>()));
<a name="l00126"></a>00126 }
<a name="l00127"></a>00127
<a name="l00128"></a><a class="code" href="classBound.html#a15">00128</a> <span class="keywordtype">void</span> <a class="code" href="classBound.html#a15">Bound::printInfos</a>()
<a name="l00128"></a><a class="code" href="classBound.html#93fe6addcf6ae505c6eaea371782d8a6">00128</a> <span class="keywordtype">void</span> <a class="code" href="classBound.html#93fe6addcf6ae505c6eaea371782d8a6">Bound::printInfos</a>()
<a name="l00129"></a>00129 {
<a name="l00130"></a>00130 std::cout &lt;&lt; <span class="stringliteral">"\n##### BOUND "</span> &lt;&lt; <a class="code" href="classBound.html#a4">getName</a>() &lt;&lt; <span class="stringliteral">" --&gt; ["</span> &lt;&lt; <a class="code" href="classBound.html#a6">getLowerBound</a>() &lt;&lt; <span class="stringliteral">","</span> &lt;&lt; <a class="code" href="classBound.html#a8">getUpperBound</a>() &lt;&lt; <span class="stringliteral">"]"</span> &lt;&lt; std::endl;
<a name="l00130"></a>00130 std::cout &lt;&lt; <span class="stringliteral">"\n##### BOUND "</span> &lt;&lt; <a class="code" href="classBound.html#233fbd39cb42a5f4340815d2190fd55d">getName</a>() &lt;&lt; <span class="stringliteral">" --&gt; ["</span> &lt;&lt; <a class="code" href="classBound.html#887fef679d686621bd86e268395faed0">getLowerBound</a>() &lt;&lt; <span class="stringliteral">","</span> &lt;&lt; <a class="code" href="classBound.html#9b43ea5b59acebd9fc77b3efff42996a">getUpperBound</a>() &lt;&lt; <span class="stringliteral">"]"</span> &lt;&lt; std::endl;
<a name="l00131"></a>00131 }
<a name="l00132"></a>00132
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue May 29 15:50:33 2007 for Utils Library by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 14 10:02:35 2009 for Utils Library by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address>
</body>
</html>
......@@ -2,20 +2,39 @@
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Utils Library: Bound.cpp File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.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="namespaces.html">Namespace List</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="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<!-- Generated by Doxygen 1.4.5 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="dir_000000.html">src</a></div>
<a class="el" href="dir_T_3A_2FDEV_2Fflocvs_2FMonoLibs_2FUtils_2Fsrc_2F.html">src</a></div>
<h1>Bound.cpp File Reference</h1><code>#include &quot;<a class="el" href="Bound_8h-source.html">Bound.h</a>&quot;</code><br>
<code>#include &lt;iostream&gt;</code><br>
<p>
Include dependency graph for Bound.cpp:<p><center><img src="Bound_8cpp__incl.png" border="0" usemap="#Bound.cpp_map" alt=""></center>
<map name="Bound.cpp_map">
<area href="Bound_8h-source.html" shape="rect" coords="140,5,209,32" alt="">
</map>
<p>
<a href="Bound_8cpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue May 29 15:50:33 2007 for Utils Library by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 14 10:02:36 2009 for Utils Library by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address>
</body>
</html>
base referer
rect $Bound_8h-source.html 140,5 209,32
2ee080f79daf5a67dbba656b3f416e76
\ No newline at end of file
doc/Doxygen/html/Bound_8cpp__incl.png

2.77 KiB

......@@ -2,16 +2,29 @@
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Utils Library: Bound.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.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="namespaces.html">Namespace List</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="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<!-- Generated by Doxygen 1.4.5 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="dir_000001.html">include</a></div>
<a class="el" href="dir_T_3A_2FDEV_2Fflocvs_2FMonoLibs_2FUtils_2Finclude_2F.html">include</a></div>
<h1>Bound.h</h1><a href="Bound_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Bound.h: interface for the Bound class.</span>
<a name="l00002"></a>00002 <span class="comment">//</span>
<a name="l00004"></a>00004 <span class="comment"></span>
<a name="l00005"></a>00005 <span class="preprocessor">#if !defined(AFX_BOUND_H__2D755A04_E20D_4C19_B680_478AF1F0F40B__INCLUDED_)</span>
<a name="l00006"></a><a class="code" href="Bound_8h.html#a0">00006</a> <span class="preprocessor"></span><span class="preprocessor">#define AFX_BOUND_H__2D755A04_E20D_4C19_B680_478AF1F0F40B__INCLUDED_</span>
<a name="l00006"></a><a class="code" href="Bound_8h.html#233c39b551aedfc7edda2df94ed2edb8">00006</a> <span class="preprocessor"></span><span class="preprocessor">#define AFX_BOUND_H__2D755A04_E20D_4C19_B680_478AF1F0F40B__INCLUDED_</span>
<a name="l00007"></a>00007 <span class="preprocessor"></span>
<a name="l00008"></a>00008 <span class="preprocessor">#if _MSC_VER &gt; 1000</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span><span class="preprocessor">#pragma once</span>
......@@ -25,59 +38,59 @@
<a name="l00018"></a>00018 {
<a name="l00019"></a>00019 <span class="keyword">public</span>:
<a name="l00020"></a>00020 <span class="comment">//##ModelId=43872EC80066</span>
<a name="l00021"></a>00021 <a class="code" href="classBound.html#a0">Bound</a>();
<a name="l00021"></a>00021 <a class="code" href="classBound.html#aa258711226bd4ff06cae771f64eb707">Bound</a>();
<a name="l00022"></a>00022 <span class="comment">//##ModelId=43872EC80067</span>
<a name="l00023"></a>00023 <a class="code" href="classBound.html#a0">Bound</a>(std::string sName,<span class="keywordtype">double</span> dLowerBound,<span class="keywordtype">double</span> dUpperBound);
<a name="l00023"></a>00023 <a class="code" href="classBound.html#aa258711226bd4ff06cae771f64eb707">Bound</a>(std::string sName,<span class="keywordtype">double</span> dLowerBound,<span class="keywordtype">double</span> dUpperBound);
<a name="l00024"></a>00024 <span class="comment">//##ModelId=43872EC8006B</span>
<a name="l00025"></a>00025 <span class="keyword">virtual</span> <a class="code" href="classBound.html#a2">~Bound</a>();
<a name="l00025"></a>00025 <span class="keyword">virtual</span> <a class="code" href="classBound.html#b8c64d0dd1ab221e3e1cdf76c25ff65d">~Bound</a>();
<a name="l00026"></a>00026
<a name="l00027"></a>00027 <span class="comment">//##ModelId=43872EC8006D</span>
<a name="l00028"></a>00028 <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classBound.html#a3">setName</a>(std::string sName);
<a name="l00028"></a>00028 <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classBound.html#42096d0d68fbd1fadc10c51f684ebfbb">setName</a>(std::string sName);
<a name="l00029"></a>00029 <span class="comment">//##ModelId=43872EC80076</span>
<a name="l00030"></a>00030 <span class="keyword">inline</span> std::string <a class="code" href="classBound.html#a4">getName</a>() <span class="keyword">const</span>;
<a name="l00030"></a>00030 <span class="keyword">inline</span> std::string <a class="code" href="classBound.html#233fbd39cb42a5f4340815d2190fd55d">getName</a>() <span class="keyword">const</span>;
<a name="l00031"></a>00031
<a name="l00032"></a>00032 <span class="comment">//##ModelId=43872EC80078</span>
<a name="l00033"></a>00033 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBound.html#a5">setLowerBound</a>(<span class="keywordtype">double</span> dLowerBound);
<a name="l00033"></a>00033 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBound.html#9e78bb3e34abbad843f0143bc4aa625a">setLowerBound</a>(<span class="keywordtype">double</span> dLowerBound);
<a name="l00034"></a>00034 <span class="comment">//##ModelId=43872EC8007B</span>
<a name="l00035"></a>00035 <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classBound.html#a6">getLowerBound</a>() <span class="keyword">const</span>;
<a name="l00035"></a>00035 <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classBound.html#887fef679d686621bd86e268395faed0">getLowerBound</a>() <span class="keyword">const</span>;
<a name="l00036"></a>00036
<a name="l00037"></a>00037 <span class="comment">//##ModelId=43872EC8007D</span>
<a name="l00038"></a>00038 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBound.html#a7">setUpperBound</a>(<span class="keywordtype">double</span> dUpperBound);
<a name="l00038"></a>00038 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBound.html#963e7e873599afc27ce1424d07608bd3">setUpperBound</a>(<span class="keywordtype">double</span> dUpperBound);
<a name="l00039"></a>00039 <span class="comment">//##ModelId=43872EC80085</span>
<a name="l00040"></a>00040 <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classBound.html#a8">getUpperBound</a>() <span class="keyword">const</span>;
<a name="l00040"></a>00040 <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classBound.html#9b43ea5b59acebd9fc77b3efff42996a">getUpperBound</a>() <span class="keyword">const</span>;
<a name="l00041"></a>00041
<a name="l00042"></a>00042 <span class="comment">//##ModelId=43872EC80087</span>
<a name="l00043"></a>00043 <span class="keywordtype">void</span> <a class="code" href="classBound.html#a9">setBound</a>(<a class="code" href="classBound.html">Bound</a>* mBound);
<a name="l00043"></a>00043 <span class="keywordtype">void</span> <a class="code" href="classBound.html#1f376dbf221a72fb50fb526f78fc4654">setBound</a>(<a class="code" href="classBound.html">Bound</a>* mBound);
<a name="l00044"></a>00044 <span class="comment">//##ModelId=43872EC80089</span>
<a name="l00045"></a>00045 <span class="keywordtype">void</span> <a class="code" href="classBound.html#a9">setBound</a>(std::string sName,<span class="keywordtype">double</span> dLowerBound,<span class="keywordtype">double</span> dUpperBound);
<a name="l00045"></a>00045 <span class="keywordtype">void</span> <a class="code" href="classBound.html#1f376dbf221a72fb50fb526f78fc4654">setBound</a>(std::string sName,<span class="keywordtype">double</span> dLowerBound,<span class="keywordtype">double</span> dUpperBound);
<a name="l00046"></a>00046
<a name="l00047"></a>00047 <span class="comment">//##ModelId=439D88340256</span>
<a name="l00048"></a>00048 <span class="keywordtype">bool</span> <a class="code" href="classBound.html#a11">isInBound</a>(<span class="keywordtype">double</span> dValue);
<a name="l00048"></a>00048 <span class="keywordtype">bool</span> <a class="code" href="classBound.html#01e95df43a428c7fab065e40ac574e18">isInBound</a>(<span class="keywordtype">double</span> dValue);
<a name="l00049"></a>00049 <span class="comment">//##ModelId=439D88340276</span>
<a name="l00050"></a>00050 <span class="keywordtype">bool</span> <a class="code" href="classBound.html#a12">isStricklyInBound</a>(<span class="keywordtype">double</span> dValue) ;
<a name="l00050"></a>00050 <span class="keywordtype">bool</span> <a class="code" href="classBound.html#48e251436313a97e977ce105e0d69f8d">isStricklyInBound</a>(<span class="keywordtype">double</span> dValue) ;
<a name="l00051"></a>00051
<a name="l00052"></a>00052 <span class="comment">//##ModelId=439D88340285</span>
<a name="l00053"></a>00053 <a class="code" href="classBound.html">Bound</a>&amp; <a class="code" href="classBound.html#a13">Bound::operator=</a>(<a class="code" href="classBound.html">Bound</a>* pBound);
<a name="l00053"></a>00053 <a class="code" href="classBound.html">Bound</a>&amp; <a class="code" href="classBound.html#d9155be08390d50fdc76eda0ece3cb75">Bound::operator=</a>(<a class="code" href="classBound.html">Bound</a>* pBound);
<a name="l00054"></a>00054
<a name="l00055"></a>00055
<a name="l00056"></a>00056 <span class="comment">//##ModelId=43872EC8008D</span>
<a name="l00057"></a>00057 <a class="code" href="classBound.html#a0">Bound</a>(<span class="keyword">const</span> <a class="code" href="classBound.html">Bound</a>&amp; mBound);
<a name="l00057"></a>00057 <a class="code" href="classBound.html#aa258711226bd4ff06cae771f64eb707">Bound</a>(<span class="keyword">const</span> <a class="code" href="classBound.html">Bound</a>&amp; mBound);
<a name="l00058"></a>00058
<a name="l00059"></a>00059
<a name="l00060"></a>00060 <span class="keywordtype">void</span> <a class="code" href="classBound.html#a15">printInfos</a>();
<a name="l00060"></a>00060 <span class="keywordtype">void</span> <a class="code" href="classBound.html#93fe6addcf6ae505c6eaea371782d8a6">printInfos</a>();
<a name="l00061"></a>00061
<a name="l00062"></a>00062 <span class="keyword">private</span>:
<a name="l00063"></a>00063 <span class="comment">//##ModelId=43872EC80095</span>
<a name="l00064"></a><a class="code" href="classBound.html#r0">00064</a> std::string <a class="code" href="classBound.html#r0">_sName</a>;
<a name="l00064"></a><a class="code" href="classBound.html#fdd55d7c4f0a009b23497c51e9e556cd">00064</a> std::string <a class="code" href="classBound.html#fdd55d7c4f0a009b23497c51e9e556cd">_sName</a>;
<a name="l00065"></a>00065 <span class="comment">//##ModelId=43872EC80099</span>
<a name="l00066"></a><a class="code" href="classBound.html#r1">00066</a> <span class="keywordtype">double</span> <a class="code" href="classBound.html#r1">_dLowerBound</a>;
<a name="l00066"></a><a class="code" href="classBound.html#d27eda93406585d06e4923a180c91903">00066</a> <span class="keywordtype">double</span> <a class="code" href="classBound.html#d27eda93406585d06e4923a180c91903">_dLowerBound</a>;
<a name="l00067"></a>00067 <span class="comment">//##ModelId=43872EC800E3</span>
<a name="l00068"></a><a class="code" href="classBound.html#r2">00068</a> <span class="keywordtype">double</span> <a class="code" href="classBound.html#r2">_dUpperBound</a>;
<a name="l00068"></a><a class="code" href="classBound.html#2db3abc380f741d1a37b6227980da856">00068</a> <span class="keywordtype">double</span> <a class="code" href="classBound.html#2db3abc380f741d1a37b6227980da856">_dUpperBound</a>;
<a name="l00069"></a>00069 };
<a name="l00070"></a>00070
<a name="l00071"></a>00071 <span class="preprocessor">#endif // !defined(AFX_BOUND_H__2D755A04_E20D_4C19_B680_478AF1F0F40B__INCLUDED_)</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue May 29 15:50:33 2007 for Utils Library by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 14 10:02:35 2009 for Utils Library by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address>
</body>
</html>
......@@ -2,13 +2,37 @@
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Utils Library: Bound.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.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="namespaces.html">Namespace List</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="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<!-- Generated by Doxygen 1.4.5 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="dir_000001.html">include</a></div>
<a class="el" href="dir_T_3A_2FDEV_2Fflocvs_2FMonoLibs_2FUtils_2Finclude_2F.html">include</a></div>
<h1>Bound.h File Reference</h1><code>#include &lt;string&gt;</code><br>
<p>
Include dependency graph for Bound.h:<p><center><img src="Bound_8h__incl.png" border="0" usemap="#Bound.h_map" alt=""></center>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="Bound_8h__dep__incl.png" border="0" usemap="#Bound.hdep_map" alt=""></center>
<map name="Bound.hdep_map">
<area href="Variable_8h-source.html" shape="rect" coords="125,5,205,32" alt="">
<area href="Bound_8cpp-source.html" shape="rect" coords="124,56,207,83" alt="">
<area href="Variable_8cpp-source.html" shape="rect" coords="256,5,349,32" alt="">
</map>
<p>
<a href="Bound_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
......@@ -17,11 +41,11 @@
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class is used to define boundary conditions. <a href="classBound.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="Bound_8h.html#a0">AFX_BOUND_H__2D755A04_E20D_4C19_B680_478AF1F0F40B__INCLUDED_</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="Bound_8h.html#233c39b551aedfc7edda2df94ed2edb8">AFX_BOUND_H__2D755A04_E20D_4C19_B680_478AF1F0F40B__INCLUDED_</a></td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="a0"></a><!-- doxytag: member="Bound.h::AFX_BOUND_H__2D755A04_E20D_4C19_B680_478AF1F0F40B__INCLUDED_" ref="a0" args="" --><p>
<a class="anchor" name="233c39b551aedfc7edda2df94ed2edb8"></a><!-- doxytag: member="Bound.h::AFX_BOUND_H__2D755A04_E20D_4C19_B680_478AF1F0F40B__INCLUDED_" ref="233c39b551aedfc7edda2df94ed2edb8" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
......@@ -46,8 +70,8 @@
Definition at line <a class="el" href="Bound_8h-source.html#l00006">6</a> of file <a class="el" href="Bound_8h-source.html">Bound.h</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue May 29 15:50:33 2007 for Utils Library by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 14 10:02:37 2009 for Utils Library by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address>
</body>
</html>
base referer
rect $Variable_8h-source.html 125,5 205,32
rect $Bound_8cpp-source.html 124,56 207,83
rect $Variable_8cpp-source.html 256,5 349,32
45c7e58741e44ef1bb8c01aab2cf7854
\ No newline at end of file
doc/Doxygen/html/Bound_8h__dep__incl.png

2.61 KiB

base referer
079791c1fb7aa0033660216c47ad4584
\ No newline at end of file
doc/Doxygen/html/Bound_8h__incl.png

925 B

<!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>Utils Library: ComputingObject.cpp Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.5 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="dir_T_3A_2FDEV_2Fflocvs_2FMonoLibs_2FUtils_2Fsrc_2F.html">src</a></div>
<h1>ComputingObject.cpp</h1><a href="ComputingObject_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// ComputingObject.cpp: implementation of the ComputingObject class.</span>
<a name="l00002"></a>00002 <span class="comment">//</span>
<a name="l00004"></a>00004 <span class="comment"></span>
<a name="l00005"></a>00005 <span class="preprocessor">#ifdef WIN32 </span>
<a name="l00006"></a>00006 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable:4786)</span>
<a name="l00007"></a>00007 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00008"></a>00008 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="ComputingObject_8h.html">ComputingObject.h</a>"</span>
<a name="l00009"></a>00009
<a name="l00011"></a>00011 <span class="comment">// Construction/Destruction</span>
<a name="l00013"></a>00013 <span class="comment"></span>
<a name="l00014"></a>00014 <span class="comment">//##ModelId=439D88340218</span>
<a name="l00015"></a><a class="code" href="classComputingObject.html#7df6e32bddb443ac67974cdd019d0b6b">00015</a> <a class="code" href="classComputingObject.html#7df6e32bddb443ac67974cdd019d0b6b">ComputingObject::ComputingObject</a>()
<a name="l00016"></a>00016 {
<a name="l00017"></a>00017 }
<a name="l00018"></a>00018
<a name="l00019"></a>00019 <span class="comment">//##ModelId=439D88340219</span>
<a name="l00020"></a><a class="code" href="classComputingObject.html#81b2c7491d9f9ad62b551b9979e2267f">00020</a> <a class="code" href="classComputingObject.html#81b2c7491d9f9ad62b551b9979e2267f">ComputingObject::~ComputingObject</a>()
<a name="l00021"></a>00021 {
<a name="l00022"></a>00022 }
<a name="l00023"></a>00023
<a name="l00024"></a><a class="code" href="classComputingObject.html#6905ef5221cc9b0299b23b6f8fe0e19d">00024</a> <span class="keywordtype">double</span> <a class="code" href="classComputingObject.html#629b0fb10d16947cea6bbd2d4c16af71">ComputingObject::computeValue</a>(<span class="keywordtype">double</span> dValue)
<a name="l00025"></a>00025 {
<a name="l00026"></a>00026 dValue = 0.0;
<a name="l00027"></a>00027 <span class="keywordflow">return</span> dValue;
<a name="l00028"></a>00028 }
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="comment">/*double ComputingObject::computeValue(double dXValue, double dYValue)</span>
<a name="l00031"></a>00031 <span class="comment">{</span>
<a name="l00032"></a>00032 <span class="comment"> dXValue = 0.0;</span>
<a name="l00033"></a>00033 <span class="comment"> dYValue = 0.0;</span>
<a name="l00034"></a>00034 <span class="comment"> return dXValue;</span>
<a name="l00035"></a>00035 <span class="comment">}*/</span>
<a name="l00036"></a>00036
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 14 10:02:35 2009 for Utils Library by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address>
</body>
</html>
<!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>Utils Library: ComputingObject.cpp File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.5 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="dir_T_3A_2FDEV_2Fflocvs_2FMonoLibs_2FUtils_2Fsrc_2F.html">src</a></div>
<h1>ComputingObject.cpp File Reference</h1><code>#include &quot;<a class="el" href="ComputingObject_8h-source.html">ComputingObject.h</a>&quot;</code><br>
<p>
Include dependency graph for ComputingObject.cpp:<p><center><img src="ComputingObject_8cpp__incl.png" border="0" usemap="#ComputingObject.cpp_map" alt=""></center>
<map name="ComputingObject.cpp_map">
<area href="ComputingObject_8h-source.html" shape="rect" coords="201,5,332,32" alt="">
</map>
<p>
<a href="ComputingObject_8cpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 14 10:02:37 2009 for Utils Library by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address>
</body>
</html>
base referer
rect $ComputingObject_8h-source.html 201,5 332,32
ed1c4d0223e672487a25cbbd77a357bb
\ No newline at end of file
doc/Doxygen/html/ComputingObject_8cpp__incl.png

1.32 KiB

<!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>Utils Library: ComputingObject.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.5 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="dir_T_3A_2FDEV_2Fflocvs_2FMonoLibs_2FUtils_2Finclude_2F.html">include</a></div>
<h1>ComputingObject.h</h1><a href="ComputingObject_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// ComputingObject.h: interface for the ComputingObject class.</span>
<a name="l00002"></a>00002 <span class="comment">//</span>
<a name="l00004"></a>00004 <span class="comment"></span>
<a name="l00005"></a>00005 <span class="preprocessor">#if !defined(AFX_COMPUTINGOBJECT_H__2629E225_9D09_4A63_958D_1095B6CECAF7__INCLUDED_)</span>
<a name="l00006"></a><a class="code" href="ComputingObject_8h.html#5cf209f749d7d3b8f1cca2f2719ed316">00006</a> <span class="preprocessor"></span><span class="preprocessor">#define AFX_COMPUTINGOBJECT_H__2629E225_9D09_4A63_958D_1095B6CECAF7__INCLUDED_</span>
<a name="l00007"></a>00007 <span class="preprocessor"></span>
<a name="l00008"></a>00008 <span class="preprocessor">#if _MSC_VER &gt; 1000</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span><span class="preprocessor">#pragma once</span>
<a name="l00010"></a>00010 <span class="preprocessor"></span><span class="preprocessor">#endif // _MSC_VER &gt; 1000</span>
<a name="l00011"></a>00011 <span class="preprocessor"></span>
<a name="l00012"></a>00012 <span class="comment">//#include "Monochromator.h"</span>
<a name="l00013"></a>00013
<a name="l00014"></a>00014 <span class="comment">//##ModelId=439D8834020D</span>
<a name="l00015"></a><a class="code" href="classComputingObject.html">00015</a> <span class="keyword">class </span><a class="code" href="classComputingObject.html">ComputingObject</a>
<a name="l00016"></a>00016 {
<a name="l00017"></a>00017 <span class="keyword">public</span>:
<a name="l00018"></a>00018 <span class="comment">//##ModelId=439D88340218</span>
<a name="l00019"></a>00019 <a class="code" href="classComputingObject.html#7df6e32bddb443ac67974cdd019d0b6b">ComputingObject</a>();
<a name="l00020"></a>00020 <span class="comment">//##ModelId=439D88340219</span>
<a name="l00021"></a>00021 <span class="keyword">virtual</span> <a class="code" href="classComputingObject.html#81b2c7491d9f9ad62b551b9979e2267f">~ComputingObject</a>();
<a name="l00022"></a>00022
<a name="l00023"></a>00023 <span class="comment">//virtual double computeValue(double dXValue, double dYValue);</span>
<a name="l00024"></a>00024 <span class="comment">//##ModelId=439D8834021B</span>
<a name="l00025"></a>00025 <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classComputingObject.html#629b0fb10d16947cea6bbd2d4c16af71">computeValue</a>(<span class="keywordtype">double</span> dValue);
<a name="l00026"></a>00026 <span class="comment">//##ModelId=439D8834021E</span>
<a name="l00027"></a>00027 <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classComputingObject.html#629b0fb10d16947cea6bbd2d4c16af71">computeValue</a>()=0;
<a name="l00028"></a>00028
<a name="l00029"></a>00029 <span class="comment">//##ModelId=439D88340220</span>
<a name="l00030"></a>00030 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classComputingObject.html#7ce5b650ed9ebfd13acd0c3c373c6884">printInfos</a>()=0;
<a name="l00031"></a>00031 };
<a name="l00032"></a>00032
<a name="l00033"></a>00033 <span class="preprocessor">#endif // !defined(AFX_COMPUTINGOBJECT_H__2629E225_9D09_4A63_958D_1095B6CECAF7__INCLUDED_)</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 14 10:02:35 2009 for Utils Library by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment