This file is indexed.

/usr/share/doc/mia-2.0/libdoc/todo.html is in libmia-2.0-doc 2.0.13-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>Todo List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Todo List </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_todo000010"></a>Class <a class="el" href="classC1DFilterKernel.html">C1DFilterKernel</a>  </dt>
<dd>put the convolution into this class, problem: it must work for all data types but should also be virtual  </dd>
<dt><a class="anchor" id="_todo000009"></a>Class <a class="el" href="classC1DScalar.html">C1DScalar</a>  </dt>
<dd><p class="startdd">see if scaling can be expressed by a filter </p>
<p class="enddd">seems like downscaling isn't done properly  </p>
</dd>
<dt><a class="anchor" id="_todo000014"></a>Global <a class="el" href="classC2DPerfusionAnalysis.html#a6d1b6843ae6c31e92361bd06c1b39652">C2DPerfusionAnalysis::set_approach</a>  (size_t approach)</dt>
<dd>the parameter should be an enum  </dd>
<dt><a class="anchor" id="_todo000015"></a>Class <a class="el" href="classC2DPPDivcurlMatrix.html">C2DPPDivcurlMatrix</a>  </dt>
<dd>Optimize like the 3D version that only stores the patch of required values instead of building the whole diagonals  </dd>
<dt><a class="anchor" id="_todo000016"></a>Class <a class="el" href="classC2DTransformation_1_1const__iterator.html">C2DTransformation::const_iterator</a>  </dt>
<dd>this iterator shouldn't be here, but should be a separate class not bound to the 2D transformation  </dd>
<dt><a class="anchor" id="_todo000019"></a>Class <a class="el" href="classC3DTransformation_1_1const__iterator.html">C3DTransformation::const_iterator</a>  </dt>
<dd><p class="startdd">make position readable from outside </p>
<p class="enddd">add iteration over sub-domains  </p>
</dd>
<dt><a class="anchor" id="_todo000020"></a>Global <a class="el" href="group__io.html#ga9acae0e674a15e1adcc2c1529152f8ea">C3DTransformCreator</a>  </dt>
<dd>rename this to factory  </dd>
<dt><a class="anchor" id="_todo000001"></a>Class <a class="el" href="classCCmdOptionList.html">CCmdOptionList</a>  </dt>
<dd>the whole command line option class structure needs a code cleanup  </dd>
<dt><a class="anchor" id="_todo000002"></a>Class <a class="el" href="classCDatapool.html">CDatapool</a>  </dt>
<dd><p class="startdd">add delete key function, </p>
<p>add automatic key generation </p>
<p class="enddd">(maybe) all plugins that load data should load to the pool first to enable loading from temporarly generated data  </p>
</dd>
<dt><a class="anchor" id="_todo000006"></a>Class <a class="el" href="classCHistory.html">CHistory</a>  </dt>
<dd>Use it.  </dd>
<dt><a class="anchor" id="_todo000007"></a>Global <a class="el" href="interpolator1d_8hh.html#a138e00baf239acb0f1ef0367793695ec">create_1dinterpolation_factory</a>  (EInterpolation type, EBoundaryConditions bc) __attribute__((warn_unused_result))</dt>
<dd>this should become the work of a plug-in handler  </dd>
<dt><a class="anchor" id="_todo000013"></a>Global <a class="el" href="2d_2imageio_8hh.html#a6fd2711e3c36f578acbf78f299b1cd8b">create_image2d_vector</a>  (P2DImage image)</dt>
<dd>the interface that requires a vector to be passes may not be the best approach in ensures that we can also load all images from a multi-record image file type but other then that it is very inconvenient  </dd>
<dt><a class="anchor" id="_todo000017"></a>Global <a class="el" href="2d_2vector_8hh.html#a0cc5a5fa36bc49aa2ccb24d6e749e4f1">cross</a>  (const T2DVector&lt; T &gt; &amp;a, const T2DVector&lt; T &gt; &amp;b)</dt>
<dd>Check why does it use indirection to the apply-function?  </dd>
<dt><a class="anchor" id="_todo000012"></a>Global <a class="el" href="classCWatch.html#a7dd7347ccb6538cf837d90b90fceb4df">CWatch::CWatch</a>  ()</dt>
<dd>Make this a singelton, since no second instance is needed  </dd>
<dt><a class="anchor" id="_todo000008"></a>Global <a class="el" href="group__misc.html#ga90b9d0ad32e7f477330cb618519f577b">mean_var</a>  (ForwardIterator begin, ForwardIterator end)</dt>
<dd>could be extended to vector types  </dd>
<dt><a class="anchor" id="_todo000018"></a>Global <a class="el" href="classT3DImage.html#a6d06e68fe63e884afc733d2bce2e8847">T3DImage&lt; T &gt;::get_gradient</a>  (int index) const </dt>
<dd>evil, remove it  </dd>
<dt><a class="anchor" id="_todo000003"></a>Class <a class="el" href="classTDictMap.html">TDictMap&lt; T &gt;</a>  </dt>
<dd>extend it to also contain help strings for each flag.  </dd>
<dt><a class="anchor" id="_todo000005"></a>Global <a class="el" href="classTHistogram.html#aec5e6b310133470b2d0e11ee0a1bfdaf">THistogram&lt; Feeder &gt;::THistogram</a>  (const THistogram&lt; Feeder &gt; &amp;org, double perc)</dt>
<dd>this should actually cut of a percentage of the data and not of the bins  </dd>
<dt><a class="anchor" id="_todo000004"></a>Global <a class="el" href="classTHistogram.html#a9ec5c599a059dac2fc3597c13c8a9cfa">THistogram&lt; Feeder &gt;::value_type</a>  </dt>
<dd>change to meaningful name  </dd>
<dt><a class="anchor" id="_todo000021"></a>Class <a class="el" href="classTNonrigidRegister.html">TNonrigidRegister&lt; dim &gt;</a>  </dt>
<dd>the class name is misleading, depending on the given transformation, linear and non-linear registration can be achieved  </dd>
<dt><a class="anchor" id="_todo000011"></a>Class <a class="el" href="classTransformation.html">Transformation&lt; D, I &gt;</a>  </dt>
<dd>the interpolator factory resp. the interpolator kernel should probably be part of the class </dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Jan 25 2014 23:52:08 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>