mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
documentation for v1.0
This commit is contained in:
@ -142,7 +142,7 @@ $(document).ready(function(){initNavTree('processField_8cpp_source.html',''); in
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  processedFieldName_(dict.name()),</div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  operation_(dict.getVal<<a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>>(<span class="stringliteral">"operation"</span>)),</div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  includeMaskType_(dict.getVal<<a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>>(<span class="stringliteral">"includeMask"</span>)),</div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  threshold_(dict.getValOrSet<<a class="code" href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">int32</a>>(<span class="stringliteral">"threshold"</span>, 1))</div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  threshold_(dict.getValOrSetMax<<a class="code" href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">int32</a>>(<span class="stringliteral">"threshold"</span>, 1))</div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> {</div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div>
|
||||
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keywordflow">if</span>(!<a class="code" href="classpFlow_1_1processField.html#a652a19b251fd07c2ee0a88ef91d6c748">processField::getFieldType</a>(</div>
|
||||
@ -157,129 +157,127 @@ $(document).ready(function(){initNavTree('processField_8cpp_source.html',''); in
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">auto</span>& incDict = <a class="code" href="classpFlow_1_1processField.html#a5c644b0ad2ff77590a77fb0198c4a785">dict_</a>.<a class="code" href="classpFlow_1_1dictionary.html#aa4d7322eaead3c887a9283546628de96">subDictOrCreate</a>(<a class="code" href="classpFlow_1_1processField.html#a547fdb412be950f1c37449ae81afc467">includeMaskType_</a>+<span class="stringliteral">"Info"</span>);</div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <a class="code" href="classpFlow_1_1processField.html#a1ba9a074b9b18462a4c000591aef0435">includeMask_</a> = <a class="code" href="classpFlow_1_1includeMask.html#a2d6fa293e543267f3139df717b643ca9">includeMask::create</a>(incDict, <a class="code" href="classpFlow_1_1processField.html#a547fdb412be950f1c37449ae81afc467">includeMaskType_</a>, <a class="code" href="classpFlow_1_1processField.html#a31a5f410c99d1b2a73709fe54b35b5bc">timeFolder_</a>);</div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> }</div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classpFlow_1_1processField.html#a652a19b251fd07c2ee0a88ef91d6c748"> 57</a></span> <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1processField.html#a652a19b251fd07c2ee0a88ef91d6c748">pFlow::processField::getFieldType</a>(</div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1dictionary.html">dictionary</a>& dict,</div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <a class="code" href="classpFlow_1_1readFromTimeFolder.html">readFromTimeFolder</a>& <a class="code" href="classpFlow_1_1timeFolder.html">timeFolder</a>,</div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>& fieldName,</div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>& fieldType)</div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> {</div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="keywordflow">if</span>(dict.<a class="code" href="classpFlow_1_1dictionary.html#a7ca8222c7de98177fe1e8e9d2615f77d">containsDataEntry</a>(<span class="stringliteral">"field"</span>))</div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  {</div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1dataEntry.html">dataEntry</a>& entry = dict.<a class="code" href="classpFlow_1_1dictionary.html#a713abeb5a65a5982d48bebb237e19722">dataEntryRef</a>(<span class="stringliteral">"field"</span>);</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="keywordflow">if</span>( <a class="code" href="namespacepFlow.html#a70a0d5a242b0aeaf4399e556a1b74828">isTwoPartEntry</a>(entry))</div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  {</div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <a class="code" href="classpFlow_1_1twoPartEntry.html">twoPartEntry</a> tpEntry(entry);</div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  fieldName = <span class="stringliteral">"uniformField"</span>;</div>
|
||||
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  fieldType = tpEntry.<a class="code" href="classpFlow_1_1twoPartEntry.html#aa7ef84be740ccd490805a70a6e7a91b6">firstPart</a>();</div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  }</div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keywordflow">else</span></div>
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  {</div>
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  fieldName = dict.<a class="code" href="classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47">getVal</a><<a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>>(<span class="stringliteral">"field"</span>);</div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keywordflow">if</span>( !<a class="code" href="classpFlow_1_1timeFolder.html">timeFolder</a>.pointFieldFileGetType(fieldName, fieldType) )</div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  {</div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <a class="code" href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a><<<span class="stringliteral">"error in reading field type from file "</span><< fieldName<<</div>
|
||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="stringliteral">"in folder "</span><< <a class="code" href="classpFlow_1_1timeFolder.html">timeFolder</a>.path()<<<a class="code" href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">endl</a>;</div>
|
||||
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  }</div>
|
||||
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  }</div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  }</div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keywordflow">else</span></div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  {</div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <a class="code" href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a><< <span class="stringliteral">"dictionary "</span><< dict.<a class="code" href="classpFlow_1_1dictionary.html#a85c3c1fce0c14d36030092df2f27b632">globalName</a>()<<</div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="stringliteral">"does not contain field keyword"</span><<<a class="code" href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">endl</a>;</div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  }</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  </div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> }</div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> }</div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classpFlow_1_1processField.html#a652a19b251fd07c2ee0a88ef91d6c748"> 56</a></span> <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1processField.html#a652a19b251fd07c2ee0a88ef91d6c748">pFlow::processField::getFieldType</a>(</div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1dictionary.html">dictionary</a>& dict,</div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <a class="code" href="classpFlow_1_1readFromTimeFolder.html">readFromTimeFolder</a>& <a class="code" href="classpFlow_1_1timeFolder.html">timeFolder</a>,</div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>& fieldName,</div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>& fieldType)</div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> {</div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordflow">if</span>(dict.<a class="code" href="classpFlow_1_1dictionary.html#a7ca8222c7de98177fe1e8e9d2615f77d">containsDataEntry</a>(<span class="stringliteral">"field"</span>))</div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  {</div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1dataEntry.html">dataEntry</a>& entry = dict.<a class="code" href="classpFlow_1_1dictionary.html#a713abeb5a65a5982d48bebb237e19722">dataEntryRef</a>(<span class="stringliteral">"field"</span>);</div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  </div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keywordflow">if</span>( <a class="code" href="namespacepFlow.html#a70a0d5a242b0aeaf4399e556a1b74828">isTwoPartEntry</a>(entry))</div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  {</div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <a class="code" href="classpFlow_1_1twoPartEntry.html">twoPartEntry</a> tpEntry(entry);</div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  fieldName = <span class="stringliteral">"uniformField"</span>;</div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  fieldType = tpEntry.<a class="code" href="classpFlow_1_1twoPartEntry.html#aa7ef84be740ccd490805a70a6e7a91b6">firstPart</a>();</div>
|
||||
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  }</div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keywordflow">else</span></div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  {</div>
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  fieldName = dict.<a class="code" href="classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47">getVal</a><<a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>>(<span class="stringliteral">"field"</span>);</div>
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <span class="keywordflow">if</span>( !<a class="code" href="classpFlow_1_1timeFolder.html">timeFolder</a>.pointFieldFileGetType(fieldName, fieldType) )</div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  {</div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <a class="code" href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a><<<span class="stringliteral">"error in reading field type from file "</span><< fieldName<<</div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="stringliteral">"in folder "</span><< <a class="code" href="classpFlow_1_1timeFolder.html">timeFolder</a>.path()<<<a class="code" href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">endl</a>;</div>
|
||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  }</div>
|
||||
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  }</div>
|
||||
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  }</div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordflow">else</span></div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  {</div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <a class="code" href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a><< <span class="stringliteral">"dictionary "</span><< dict.<a class="code" href="classpFlow_1_1dictionary.html#a85c3c1fce0c14d36030092df2f27b632">globalName</a>()<<</div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="stringliteral">"does not contain field keyword"</span><<<a class="code" href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">endl</a>;</div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  }</div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  </div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> }</div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  </div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  </div>
|
||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <a class="code" href="classpFlow_1_1uniquePtr.html">pFlow::uniquePtr<pFlow::processField></a> </div>
|
||||
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="classpFlow_1_1processField.html#ae098f06d923b58ddc591b1cef457f947"> 96</a></span> <a class="code" href="classpFlow_1_1processField.html#ae098f06d923b58ddc591b1cef457f947">pFlow::processField::create</a>(</div>
|
||||
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1dictionary.html">dictionary</a>& dict,</div>
|
||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <a class="code" href="classpFlow_1_1pointRectCell.html">pointRectCell</a>& pToCell,</div>
|
||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <a class="code" href="classpFlow_1_1repository.html">repository</a>& rep)</div>
|
||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> {</div>
|
||||
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a> fName, fType;</div>
|
||||
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <a class="code" href="classpFlow_1_1readFromTimeFolder.html">readFromTimeFolder</a> <a class="code" href="classpFlow_1_1timeFolder.html">timeFolder</a>(rep);</div>
|
||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="keywordflow">if</span>(!getFieldType(dict, <a class="code" href="classpFlow_1_1timeFolder.html">timeFolder</a>, fName, fType))</div>
|
||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  {</div>
|
||||
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <a class="code" href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a>;</div>
|
||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="keywordflow">return</span> <span class="keyword">nullptr</span>;</div>
|
||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  }</div>
|
||||
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  </div>
|
||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <a class="code" href="classpFlow_1_1uniquePtr.html">pFlow::uniquePtr<pFlow::processField></a> </div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="classpFlow_1_1processField.html#ae098f06d923b58ddc591b1cef457f947"> 95</a></span> <a class="code" href="classpFlow_1_1processField.html#ae098f06d923b58ddc591b1cef457f947">pFlow::processField::create</a>(</div>
|
||||
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1dictionary.html">dictionary</a>& dict,</div>
|
||||
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <a class="code" href="classpFlow_1_1pointRectCell.html">pointRectCell</a>& pToCell,</div>
|
||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <a class="code" href="classpFlow_1_1repository.html">repository</a>& rep)</div>
|
||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> {</div>
|
||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  </div>
|
||||
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a> fName, fType;</div>
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <a class="code" href="classpFlow_1_1readFromTimeFolder.html">readFromTimeFolder</a> <a class="code" href="classpFlow_1_1timeFolder.html">timeFolder</a>(rep);</div>
|
||||
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keywordflow">if</span>(!getFieldType(dict, <a class="code" href="classpFlow_1_1timeFolder.html">timeFolder</a>, fName, fType))</div>
|
||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  {</div>
|
||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <a class="code" href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a>;</div>
|
||||
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <span class="keywordflow">return</span> <span class="keyword">nullptr</span>;</div>
|
||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  }</div>
|
||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  </div>
|
||||
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  <span class="keyword">auto</span> method = <a class="code" href="namespacepFlow.html#af4e1df8908797640749fa02e2f5db7a7">angleBracketsNames</a>(<span class="stringliteral">"ProcessField"</span>, fType);</div>
|
||||
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  </div>
|
||||
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <span class="keyword">auto</span> method = <a class="code" href="namespacepFlow.html#af4e1df8908797640749fa02e2f5db7a7">angleBracketsNames</a>(<span class="stringliteral">"ProcessField"</span>, fType);</div>
|
||||
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  </div>
|
||||
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <span class="keywordflow">if</span>( dictionaryvCtorSelector_.search(method) )</div>
|
||||
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  {</div>
|
||||
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="keyword">auto</span> objPtr = </div>
|
||||
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  dictionaryvCtorSelector_[method]</div>
|
||||
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  (dict, pToCell, rep);</div>
|
||||
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <a class="code" href="streams_8hpp.html#aeb765df06121339620670437d217fec8">REPORT</a>(2)<<<span class="stringliteral">"Processing/creating "</span> << <a class="code" href="streams_8hpp.html#a71e567553baf2a24a11e442683cde599">yellowText</a>(dict.name())<< <span class="stringliteral">" with model "</span><<<a class="code" href="streams_8hpp.html#a37a406f400cfe49d19e51bfcc34cd2d3">greenText</a>(method)<<<span class="stringliteral">"."</span><<<a class="code" href="streams_8hpp.html#a04db65a6cb5a45695ea75cce1b5d7a10">endREPORT</a>;</div>
|
||||
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordflow">return</span> objPtr;</div>
|
||||
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  }</div>
|
||||
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="keywordflow">else</span></div>
|
||||
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  {</div>
|
||||
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <a class="code" href="namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0">printKeys</a></div>
|
||||
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  ( </div>
|
||||
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <a class="code" href="error_8hpp.html#adfe9ae1313e6913aca3f96d3eb67906e">fatalError</a> << <span class="stringliteral">"Ctor Selector "</span><< </div>
|
||||
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  method << <span class="stringliteral">" dose not exist. \n"</span></div>
|
||||
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  <<<span class="stringliteral">"Avaiable ones are: \n\n"</span></div>
|
||||
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  ,</div>
|
||||
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  dictionaryvCtorSelector_</div>
|
||||
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  );</div>
|
||||
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  <a class="code" href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a>;</div>
|
||||
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <span class="keywordflow">return</span> <span class="keyword">nullptr</span>;</div>
|
||||
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  }</div>
|
||||
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span> }</div>
|
||||
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <span class="keywordflow">if</span>( dictionaryvCtorSelector_.search(method) )</div>
|
||||
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  {</div>
|
||||
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <span class="keyword">auto</span> objPtr = </div>
|
||||
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  dictionaryvCtorSelector_[method]</div>
|
||||
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  (dict, pToCell, rep);</div>
|
||||
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  <a class="code" href="streams_8hpp.html#aeb765df06121339620670437d217fec8">REPORT</a>(2)<<<span class="stringliteral">"Processing/creating "</span> << <a class="code" href="iOstream_8hpp.html#a06734f691d48f8796526b96cd58b982c">Yellow_Text</a>(dict.name())<< <span class="stringliteral">" with model "</span><<<a class="code" href="iOstream_8hpp.html#ac569b1e93bab8b809907065244b11fd2">Green_Text</a>(method)<<<span class="stringliteral">"."</span><<<a class="code" href="streams_8hpp.html#a1861619f2a6e102d0043a98577c8c9e8">END_REPORT</a>;</div>
|
||||
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <span class="keywordflow">return</span> objPtr;</div>
|
||||
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  }</div>
|
||||
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordflow">else</span></div>
|
||||
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  {</div>
|
||||
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <a class="code" href="namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0">printKeys</a></div>
|
||||
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  ( </div>
|
||||
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <a class="code" href="error_8hpp.html#adfe9ae1313e6913aca3f96d3eb67906e">fatalError</a> << <span class="stringliteral">"Ctor Selector "</span><< </div>
|
||||
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  method << <span class="stringliteral">" dose not exist. \n"</span></div>
|
||||
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <<<span class="stringliteral">"Avaiable ones are: \n\n"</span></div>
|
||||
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  ,</div>
|
||||
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  dictionaryvCtorSelector_</div>
|
||||
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  );</div>
|
||||
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <a class="code" href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a>;</div>
|
||||
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keywordflow">return</span> <span class="keyword">nullptr</span>;</div>
|
||||
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  }</div>
|
||||
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> }</div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<div class="ttc" id="aclasspFlow_1_1processField_html_a885fb6d2cc1add5cb4edb4acf05e0485"><div class="ttname"><a href="classpFlow_1_1processField.html#a885fb6d2cc1add5cb4edb4acf05e0485">pFlow::processField::fieldType_</a></div><div class="ttdeci">word fieldType_</div><div class="ttdef"><b>Definition:</b> <a href="processField_8hpp_source.html#l00051">processField.hpp:51</a></div></div>
|
||||
<div class="ttc" id="aiOstream_8hpp_html_ac569b1e93bab8b809907065244b11fd2"><div class="ttname"><a href="iOstream_8hpp.html#ac569b1e93bab8b809907065244b11fd2">Green_Text</a></div><div class="ttdeci">#define Green_Text(text)</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00042">iOstream.hpp:42</a></div></div>
|
||||
<div class="ttc" id="atwoPartEntry_8hpp_html"><div class="ttname"><a href="twoPartEntry_8hpp.html">twoPartEntry.hpp</a></div></div>
|
||||
<div class="ttc" id="astreams_8hpp_html_a04db65a6cb5a45695ea75cce1b5d7a10"><div class="ttname"><a href="streams_8hpp.html#a04db65a6cb5a45695ea75cce1b5d7a10">endREPORT</a></div><div class="ttdeci">#define endREPORT</div><div class="ttdef"><b>Definition:</b> <a href="streams_8hpp_source.html#l00041">streams.hpp:41</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1includeMask_html_a2d6fa293e543267f3139df717b643ca9"><div class="ttname"><a href="classpFlow_1_1includeMask.html#a2d6fa293e543267f3139df717b643ca9">pFlow::includeMask::create</a></div><div class="ttdeci">static uniquePtr< includeMask > create(const dictionary &dict, const word &opType, readFromTimeFolder &timeFolder)</div><div class="ttdef"><b>Definition:</b> <a href="includeMask_8cpp_source.html#l00068">includeMask.cpp:68</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aad22a1cd3b45a97ac8cd195f06fe61fe"><div class="ttname"><a href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a></div><div class="ttdeci">#define fatalExit</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00057">error.hpp:57</a></div></div>
|
||||
<div class="ttc" id="astreams_8hpp_html_aeb765df06121339620670437d217fec8"><div class="ttname"><a href="streams_8hpp.html#aeb765df06121339620670437d217fec8">REPORT</a></div><div class="ttdeci">#define REPORT(n)</div><div class="ttdef"><b>Definition:</b> <a href="streams_8hpp_source.html#l00040">streams.hpp:40</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aad22a1cd3b45a97ac8cd195f06fe61fe"><div class="ttname"><a href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a></div><div class="ttdeci">#define fatalExit</div><div class="ttdoc">Fatal exit.</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00098">error.hpp:98</a></div></div>
|
||||
<div class="ttc" id="astreams_8hpp_html_aeb765df06121339620670437d217fec8"><div class="ttname"><a href="streams_8hpp.html#aeb765df06121339620670437d217fec8">REPORT</a></div><div class="ttdeci">#define REPORT(n)</div><div class="ttdef"><b>Definition:</b> <a href="streams_8hpp_source.html#l00039">streams.hpp:39</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1readFromTimeFolder_html"><div class="ttname"><a href="classpFlow_1_1readFromTimeFolder.html">pFlow::readFromTimeFolder</a></div><div class="ttdef"><b>Definition:</b> <a href="readFromTimeFolder_8hpp_source.html#l00031">readFromTimeFolder.hpp:31</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1processField_html_ae098f06d923b58ddc591b1cef457f947"><div class="ttname"><a href="classpFlow_1_1processField.html#ae098f06d923b58ddc591b1cef457f947">pFlow::processField::create</a></div><div class="ttdeci">static uniquePtr< processField > create(const dictionary &dict, pointRectCell &pToCell, repository &rep)</div><div class="ttdef"><b>Definition:</b> <a href="processField_8cpp_source.html#l00096">processField.cpp:96</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1processField_html_ae098f06d923b58ddc591b1cef457f947"><div class="ttname"><a href="classpFlow_1_1processField.html#ae098f06d923b58ddc591b1cef457f947">pFlow::processField::create</a></div><div class="ttdeci">static uniquePtr< processField > create(const dictionary &dict, pointRectCell &pToCell, repository &rep)</div><div class="ttdef"><b>Definition:</b> <a href="processField_8cpp_source.html#l00095">processField.cpp:95</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1twoPartEntry_html"><div class="ttname"><a href="classpFlow_1_1twoPartEntry.html">pFlow::twoPartEntry</a></div><div class="ttdef"><b>Definition:</b> <a href="twoPartEntry_8hpp_source.html#l00036">twoPartEntry.hpp:36</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a0ebe792a293e8c717bddf60070c0fe99"><div class="ttname"><a href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">pFlow::word</a></div><div class="ttdeci">std::string word</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00063">builtinTypes.hpp:63</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1processField_html_a652a19b251fd07c2ee0a88ef91d6c748"><div class="ttname"><a href="classpFlow_1_1processField.html#a652a19b251fd07c2ee0a88ef91d6c748">pFlow::processField::getFieldType</a></div><div class="ttdeci">static bool getFieldType(const dictionary &dict, readFromTimeFolder &timeFolder, word &fieldName, word &fieldType)</div><div class="ttdef"><b>Definition:</b> <a href="processField_8cpp_source.html#l00057">processField.cpp:57</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a0ebe792a293e8c717bddf60070c0fe99"><div class="ttname"><a href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">pFlow::word</a></div><div class="ttdeci">std::string word</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00064">builtinTypes.hpp:64</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1processField_html_a652a19b251fd07c2ee0a88ef91d6c748"><div class="ttname"><a href="classpFlow_1_1processField.html#a652a19b251fd07c2ee0a88ef91d6c748">pFlow::processField::getFieldType</a></div><div class="ttdeci">static bool getFieldType(const dictionary &dict, readFromTimeFolder &timeFolder, word &fieldName, word &fieldType)</div><div class="ttdef"><b>Definition:</b> <a href="processField_8cpp_source.html#l00056">processField.cpp:56</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1processField_html_a5c644b0ad2ff77590a77fb0198c4a785"><div class="ttname"><a href="classpFlow_1_1processField.html#a5c644b0ad2ff77590a77fb0198c4a785">pFlow::processField::dict_</a></div><div class="ttdeci">dictionary dict_</div><div class="ttdef"><b>Definition:</b> <a href="processField_8hpp_source.html#l00041">processField.hpp:41</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a9c4454c5f18c8245eaaebf2b4832eab0"><div class="ttname"><a href="namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0">pFlow::printKeys</a></div><div class="ttdeci">iOstream & printKeys(iOstream &os, const wordHashMap< T > &m)</div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a85c3c1fce0c14d36030092df2f27b632"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a85c3c1fce0c14d36030092df2f27b632">pFlow::dictionary::globalName</a></div><div class="ttdeci">virtual word globalName() const</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8cpp_source.html#l00349">dictionary.cpp:349</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_aa4d7322eaead3c887a9283546628de96"><div class="ttname"><a href="classpFlow_1_1dictionary.html#aa4d7322eaead3c887a9283546628de96">pFlow::dictionary::subDictOrCreate</a></div><div class="ttdeci">dictionary & subDictOrCreate(const word &keyword)</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8cpp_source.html#l00634">dictionary.cpp:634</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a85c3c1fce0c14d36030092df2f27b632"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a85c3c1fce0c14d36030092df2f27b632">pFlow::dictionary::globalName</a></div><div class="ttdeci">virtual word globalName() const</div><div class="ttdoc">global name of entry, separated with dots</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8cpp_source.html#l00356">dictionary.cpp:356</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_aa4d7322eaead3c887a9283546628de96"><div class="ttname"><a href="classpFlow_1_1dictionary.html#aa4d7322eaead3c887a9283546628de96">pFlow::dictionary::subDictOrCreate</a></div><div class="ttdeci">dictionary & subDictOrCreate(const word &keyword)</div><div class="ttdoc">search for a sub-dict with keyword create a new sub-dict if not found and return a ref to it fatalExi...</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8cpp_source.html#l00647">dictionary.cpp:647</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1processField_html_a84505e826985ad10d53f4063d43128ea"><div class="ttname"><a href="classpFlow_1_1processField.html#a84505e826985ad10d53f4063d43128ea">pFlow::processField::fieldName_</a></div><div class="ttdeci">word fieldName_</div><div class="ttdef"><b>Definition:</b> <a href="processField_8hpp_source.html#l00049">processField.hpp:49</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_aba8f0c455a3fdb4b05ad33a25b13b189"><div class="ttname"><a href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">pFlow::endl</a></div><div class="ttdeci">iOstream & endl(iOstream &os)</div><div class="ttdoc">Add newline and flush stream.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00320">iOstream.hpp:320</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_aba8f0c455a3fdb4b05ad33a25b13b189"><div class="ttname"><a href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">pFlow::endl</a></div><div class="ttdeci">iOstream & endl(iOstream &os)</div><div class="ttdoc">Add newline and flush stream.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00341">iOstream.hpp:341</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1processField_html_a1ba9a074b9b18462a4c000591aef0435"><div class="ttname"><a href="classpFlow_1_1processField.html#a1ba9a074b9b18462a4c000591aef0435">pFlow::processField::includeMask_</a></div><div class="ttdeci">uniquePtr< includeMask > includeMask_</div><div class="ttdef"><b>Definition:</b> <a href="processField_8hpp_source.html#l00059">processField.hpp:59</a></div></div>
|
||||
<div class="ttc" id="apointRectCell_8hpp_html"><div class="ttname"><a href="pointRectCell_8hpp.html">pointRectCell.hpp</a></div></div>
|
||||
<div class="ttc" id="astreams_8hpp_html_a37a406f400cfe49d19e51bfcc34cd2d3"><div class="ttname"><a href="streams_8hpp.html#a37a406f400cfe49d19e51bfcc34cd2d3">greenText</a></div><div class="ttdeci">#define greenText(text)</div><div class="ttdef"><b>Definition:</b> <a href="streams_8hpp_source.html#l00032">streams.hpp:32</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a7ca8222c7de98177fe1e8e9d2615f77d"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a7ca8222c7de98177fe1e8e9d2615f77d">pFlow::dictionary::containsDataEntry</a></div><div class="ttdeci">bool containsDataEntry(const word &name) const</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8cpp_source.html#l00748">dictionary.cpp:748</a></div></div>
|
||||
<div class="ttc" id="aiOstream_8hpp_html_a06734f691d48f8796526b96cd58b982c"><div class="ttname"><a href="iOstream_8hpp.html#a06734f691d48f8796526b96cd58b982c">Yellow_Text</a></div><div class="ttdeci">#define Yellow_Text(text)</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00040">iOstream.hpp:40</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a7ca8222c7de98177fe1e8e9d2615f77d"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a7ca8222c7de98177fe1e8e9d2615f77d">pFlow::dictionary::containsDataEntry</a></div><div class="ttdeci">bool containsDataEntry(const word &name) const</div><div class="ttdoc">check if a data entry exist</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8cpp_source.html#l00761">dictionary.cpp:761</a></div></div>
|
||||
<div class="ttc" id="arepository_8hpp_html"><div class="ttname"><a href="repository_8hpp.html">repository.hpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dataEntry_html"><div class="ttname"><a href="classpFlow_1_1dataEntry.html">pFlow::dataEntry</a></div><div class="ttdef"><b>Definition:</b> <a href="dataEntry_8hpp_source.html#l00040">dataEntry.hpp:40</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dataEntry_html"><div class="ttname"><a href="classpFlow_1_1dataEntry.html">pFlow::dataEntry</a></div><div class="ttdoc">Data entry to be used in dictionries.</div><div class="ttdef"><b>Definition:</b> <a href="dataEntry_8hpp_source.html#l00048">dataEntry.hpp:48</a></div></div>
|
||||
<div class="ttc" id="aprocessField_8hpp_html"><div class="ttname"><a href="processField_8hpp.html">processField.hpp</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aca9aa547c8441e4410a65a2ce7c21554"><div class="ttname"><a href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a></div><div class="ttdeci">#define fatalErrorInFunction</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00042">error.hpp:42</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_aae6ad039f09c0676db11bd114136a3fa"><div class="ttname"><a href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">pFlow::int32</a></div><div class="ttdeci">int int32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00053">builtinTypes.hpp:53</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_af4e1df8908797640749fa02e2f5db7a7"><div class="ttname"><a href="namespacepFlow.html#af4e1df8908797640749fa02e2f5db7a7">pFlow::angleBracketsNames</a></div><div class="ttdeci">word angleBracketsNames(const word &w1, const word &w2)</div><div class="ttdef"><b>Definition:</b> <a href="bTypesFunctions_8cpp_source.html#l00131">bTypesFunctions.cpp:131</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aca9aa547c8441e4410a65a2ce7c21554"><div class="ttname"><a href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a></div><div class="ttdeci">#define fatalErrorInFunction</div><div class="ttdoc">Report a fatal error and function name and exit the application.</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00077">error.hpp:77</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_aae6ad039f09c0676db11bd114136a3fa"><div class="ttname"><a href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">pFlow::int32</a></div><div class="ttdeci">int int32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00050">builtinTypes.hpp:50</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_af4e1df8908797640749fa02e2f5db7a7"><div class="ttname"><a href="namespacepFlow.html#af4e1df8908797640749fa02e2f5db7a7">pFlow::angleBracketsNames</a></div><div class="ttdeci">word angleBracketsNames(const word &w1, const word &w2)</div><div class="ttdoc">Output <w1,w2></div><div class="ttdef"><b>Definition:</b> <a href="bTypesFunctions_8cpp_source.html#l00156">bTypesFunctions.cpp:156</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1pointRectCell_html"><div class="ttname"><a href="classpFlow_1_1pointRectCell.html">pFlow::pointRectCell</a></div><div class="ttdef"><b>Definition:</b> <a href="pointRectCell_8hpp_source.html#l00032">pointRectCell.hpp:32</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a713abeb5a65a5982d48bebb237e19722"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a713abeb5a65a5982d48bebb237e19722">pFlow::dictionary::dataEntryRef</a></div><div class="ttdeci">dataEntry & dataEntryRef(const word &keyword)</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8cpp_source.html#l00600">dictionary.cpp:600</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a713abeb5a65a5982d48bebb237e19722"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a713abeb5a65a5982d48bebb237e19722">pFlow::dictionary::dataEntryRef</a></div><div class="ttdeci">dataEntry & dataEntryRef(const word &keyword)</div><div class="ttdoc">ref to a subdictioanry fatalExit if not found/not a dataEntry</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8cpp_source.html#l00613">dictionary.cpp:613</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1processField_html_a0a86c835a789080210d1b477e5d77113"><div class="ttname"><a href="classpFlow_1_1processField.html#a0a86c835a789080210d1b477e5d77113">pFlow::processField::processField</a></div><div class="ttdeci">processField(const dictionary &dict, pointRectCell &pToCell, repository &rep)</div><div class="ttdef"><b>Definition:</b> <a href="processField_8cpp_source.html#l00027">processField.cpp:27</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_adfe9ae1313e6913aca3f96d3eb67906e"><div class="ttname"><a href="error_8hpp.html#adfe9ae1313e6913aca3f96d3eb67906e">fatalError</a></div><div class="ttdeci">#define fatalError</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00036">error.hpp:36</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a523bcff98ab38f3c5961e56eeb0b1d47"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47">pFlow::dictionary::getVal</a></div><div class="ttdeci">T getVal(const word &keyword) const</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00309">dictionary.hpp:309</a></div></div>
|
||||
<div class="ttc" id="astreams_8hpp_html_a1861619f2a6e102d0043a98577c8c9e8"><div class="ttname"><a href="streams_8hpp.html#a1861619f2a6e102d0043a98577c8c9e8">END_REPORT</a></div><div class="ttdeci">#define END_REPORT</div><div class="ttdef"><b>Definition:</b> <a href="streams_8hpp_source.html#l00040">streams.hpp:40</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_adfe9ae1313e6913aca3f96d3eb67906e"><div class="ttname"><a href="error_8hpp.html#adfe9ae1313e6913aca3f96d3eb67906e">fatalError</a></div><div class="ttdeci">#define fatalError</div><div class="ttdoc">Report a fatal error and exit the applicaiton.</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00070">error.hpp:70</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a523bcff98ab38f3c5961e56eeb0b1d47"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47">pFlow::dictionary::getVal</a></div><div class="ttdeci">T getVal(const word &keyword) const</div><div class="ttdoc">get the value of data entry</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00379">dictionary.hpp:379</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a70a0d5a242b0aeaf4399e556a1b74828"><div class="ttname"><a href="namespacepFlow.html#a70a0d5a242b0aeaf4399e556a1b74828">pFlow::isTwoPartEntry</a></div><div class="ttdeci">bool isTwoPartEntry(dataEntry entry)</div><div class="ttdef"><b>Definition:</b> <a href="twoPartEntry_8cpp_source.html#l00056">twoPartEntry.cpp:56</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1uniquePtr_html"><div class="ttname"><a href="classpFlow_1_1uniquePtr.html">pFlow::uniquePtr</a></div><div class="ttdef"><b>Definition:</b> <a href="uniquePtr_8hpp_source.html#l00044">uniquePtr.hpp:44</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1uniquePtr_html"><div class="ttname"><a href="classpFlow_1_1uniquePtr.html">pFlow::uniquePtr</a></div><div class="ttdef"><b>Definition:</b> <a href="uniquePtr_8hpp_source.html#l00042">uniquePtr.hpp:42</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1repository_html"><div class="ttname"><a href="classpFlow_1_1repository.html">pFlow::repository</a></div><div class="ttdef"><b>Definition:</b> <a href="repository_8hpp_source.html#l00034">repository.hpp:34</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1twoPartEntry_html_aa7ef84be740ccd490805a70a6e7a91b6"><div class="ttname"><a href="classpFlow_1_1twoPartEntry.html#aa7ef84be740ccd490805a70a6e7a91b6">pFlow::twoPartEntry::firstPart</a></div><div class="ttdeci">const word & firstPart() const</div><div class="ttdef"><b>Definition:</b> <a href="twoPartEntry_8hpp_source.html#l00051">twoPartEntry.hpp:51</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1processField_html_a31a5f410c99d1b2a73709fe54b35b5bc"><div class="ttname"><a href="classpFlow_1_1processField.html#a31a5f410c99d1b2a73709fe54b35b5bc">pFlow::processField::timeFolder_</a></div><div class="ttdeci">readFromTimeFolder timeFolder_</div><div class="ttdef"><b>Definition:</b> <a href="processField_8hpp_source.html#l00045">processField.hpp:45</a></div></div>
|
||||
<div class="ttc" id="astreams_8hpp_html_a71e567553baf2a24a11e442683cde599"><div class="ttname"><a href="streams_8hpp.html#a71e567553baf2a24a11e442683cde599">yellowText</a></div><div class="ttdeci">#define yellowText(text)</div><div class="ttdef"><b>Definition:</b> <a href="streams_8hpp_source.html#l00030">streams.hpp:30</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html"><div class="ttname"><a href="classpFlow_1_1dictionary.html">pFlow::dictionary</a></div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00038">dictionary.hpp:38</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html"><div class="ttname"><a href="classpFlow_1_1dictionary.html">pFlow::dictionary</a></div><div class="ttdoc">Dictionary holds a set of data entries or sub-dictionaries that are enclosed in a curely braces or ar...</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00067">dictionary.hpp:67</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1processField_html_a547fdb412be950f1c37449ae81afc467"><div class="ttname"><a href="classpFlow_1_1processField.html#a547fdb412be950f1c37449ae81afc467">pFlow::processField::includeMaskType_</a></div><div class="ttdeci">word includeMaskType_</div><div class="ttdef"><b>Definition:</b> <a href="processField_8hpp_source.html#l00055">processField.hpp:55</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1timeFolder_html"><div class="ttname"><a href="classpFlow_1_1timeFolder.html">pFlow::timeFolder</a></div><div class="ttdef"><b>Definition:</b> <a href="timeFolder_8hpp_source.html#l00032">timeFolder.hpp:32</a></div></div>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
|
Reference in New Issue
Block a user