This file is indexed.

/usr/share/doc/mia-2.2/libdoc/inherits.html is in libmia-2.2-doc 2.2.2-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
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
<!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.8"/>
<title>Class Hierarchy</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.8 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="classes.html"><span>Data&#160;Structure&#160;Index</span></a></li>
      <li class="current"><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Class Hierarchy</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock">
<p><a href="hierarchy.html">Go to the textual class hierarchy</a></p>
</div><table border="0" cellspacing="10" cellpadding="0">
<tr><td><img src="inherit_graph_0.png" border="0" alt="" usemap="#____dispatch__translate_3_01std_1_1string_01_4"/>
<map name="____dispatch__translate_3_01std_1_1string_01_4" id="____dispatch__translate_3_01std_1_1string_01_4">
<area shape="rect" id="node1" href="struct____dispatch__translate_3_01std_1_1string_01_4.html" title="__dispatch_translate\l\&lt; std::string \&gt;" alt="" coords="5,5,160,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_1.png" border="0" alt="" usemap="#____dispatch__translate_3_01T_01_4"/>
<map name="____dispatch__translate_3_01T_01_4" id="____dispatch__translate_3_01T_01_4">
<area shape="rect" id="node1" href="struct____dispatch__translate.html" title="__dispatch_translate\&lt; T \&gt;" alt="" coords="5,5,196,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_2.png" border="0" alt="" usemap="#____distance__transform__prepare_3_01InputIterator_00_01OutputIterator_00_01bool_01_4"/>
<map name="____distance__transform__prepare_3_01InputIterator_00_01OutputIterator_00_01bool_01_4" id="____distance__transform__prepare_3_01InputIterator_00_01OutputIterator_00_01bool_01_4">
<area shape="rect" id="node1" href="struct____distance__transform__prepare_3_01InputIterator_00_01OutputIterator_00_01bool_01_4.html" title="__distance_transform\l_prepare\&lt; InputIterator,\l OutputIterator, bool \&gt;" alt="" coords="5,5,183,61"/></map>
</td></tr>
<tr><td><img src="inherit_graph_3.png" border="0" alt="" usemap="#____distance__transform__prepare_3_01InputIterator_00_01OutputIterator_00_01T_01_4"/>
<map name="____distance__transform__prepare_3_01InputIterator_00_01OutputIterator_00_01T_01_4" id="____distance__transform__prepare_3_01InputIterator_00_01OutputIterator_00_01T_01_4">
<area shape="rect" id="node1" href="struct____distance__transform__prepare.html" title="__distance_transform\l_prepare\&lt; InputIterator,\l OutputIterator, T \&gt;" alt="" coords="5,5,183,61"/></map>
</td></tr>
<tr><td><img src="inherit_graph_4.png" border="0" alt="" usemap="#attribute__type_3_01C3DRotation_01_4"/>
<map name="attribute__type_3_01C3DRotation_01_4" id="attribute__type_3_01C3DRotation_01_4">
<area shape="rect" id="node1" href="structattribute__type_3_01C3DRotation_01_4.html" title="attribute_type\&lt; C3DRotation \&gt;" alt="" coords="5,5,227,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_5.png" border="0" alt="" usemap="#C1DInterpolator"/>
<map name="C1DInterpolator" id="C1DInterpolator">
<area shape="rect" id="node1" href="classC1DInterpolator.html" title="Basic Interpolator type for 1D Data. " alt="" coords="5,5,128,32"/><area shape="rect" id="node2" href="classT1DInterpolator.html" title="Interpolator base class providing the full interface. " alt="" coords="176,5,335,32"/><area shape="rect" id="node3" href="classT1DConvoluteInterpolator.html" title="Interpolator that uses some kind of spaciel kernel. " alt="" coords="383,5,605,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_6.png" border="0" alt="" usemap="#C1DInterpolatorFactory"/>
<map name="C1DInterpolatorFactory" id="C1DInterpolatorFactory">
<area shape="rect" id="node1" href="classC1DInterpolatorFactory.html" title="Factory class for 1D interpolators. " alt="" coords="5,5,175,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_7.png" border="0" alt="" usemap="#C1DScalar"/>
<map name="C1DScalar" id="C1DScalar">
<area shape="rect" id="node1" href="classC1DScalar.html" title="A class for general scaling of one&#45;dimensional arrays. " alt="" coords="5,5,95,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_8.png" border="0" alt="" usemap="#C2DBoundingBox"/>
<map name="C2DBoundingBox" id="C2DBoundingBox">
<area shape="rect" id="node1" href="classC2DBoundingBox.html" title="2D axis orthothogonal bounding box. " alt="" coords="5,5,139,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_9.png" border="0" alt="" usemap="#C2DCombinerPluginHandlerTestPath"/>
<map name="C2DCombinerPluginHandlerTestPath" id="C2DCombinerPluginHandlerTestPath">
<area shape="rect" id="node1" href="classC2DCombinerPluginHandlerTestPath.html" title="C2DCombinerPluginHandler\lTestPath" alt="" coords="5,5,204,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_10.png" border="0" alt="" usemap="#C2DFilterChain"/>
<map name="C2DFilterChain" id="C2DFilterChain">
<area shape="rect" id="node1" href="classC2DFilterChain.html" title="a convenience class to create a chain of 2D image filters " alt="" coords="5,5,120,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_11.png" border="0" alt="" usemap="#C2DFuzzyClusterSolver"/>
<map name="C2DFuzzyClusterSolver" id="C2DFuzzyClusterSolver">
<area shape="rect" id="node1" href="classC2DFuzzyClusterSolver.html" title="A solver for the fuzzy segmentation smoothness constraint. " alt="" coords="5,5,175,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_12.png" border="0" alt="" usemap="#C2DGroundTruthEvaluator"/>
<map name="C2DGroundTruthEvaluator" id="C2DGroundTruthEvaluator">
<area shape="rect" id="node1" href="classC2DGroundTruthEvaluator.html" title="Main class for peudo ground truth estimation for perfusion series. " alt="" coords="5,5,192,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_13.png" border="0" alt="" usemap="#C2DInterpolatorFactory"/>
<map name="C2DInterpolatorFactory" id="C2DInterpolatorFactory">
<area shape="rect" id="node1" href="classC2DInterpolatorFactory.html" title="The factory to create an interpolator from some input data. " alt="" coords="5,5,175,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_14.png" border="0" alt="" usemap="#C2DMultiImageNonrigidRegister"/>
<map name="C2DMultiImageNonrigidRegister" id="C2DMultiImageNonrigidRegister">
<area shape="rect" id="node1" href="classC2DMultiImageNonrigidRegister.html" title="A 2D non&#45;rigid registration class for time&#45;marching PDE based registration. " alt="" coords="5,5,228,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_15.png" border="0" alt="" usemap="#C2DPerfusionAnalysis"/>
<map name="C2DPerfusionAnalysis" id="C2DPerfusionAnalysis">
<area shape="rect" id="node1" href="classC2DPerfusionAnalysis.html" title="A class to run an ICA on a heart perfusion series. " alt="" coords="5,5,165,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_16.png" border="0" alt="" usemap="#C2DPolygon"/>
<map name="C2DPolygon" id="C2DPolygon">
<area shape="rect" id="node1" href="classC2DPolygon.html" title="A simple 2D polygon class. " alt="" coords="5,5,104,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_17.png" border="0" alt="" usemap="#C2DPPDivcurlMatrix"/>
<map name="C2DPPDivcurlMatrix" id="C2DPPDivcurlMatrix">
<area shape="rect" id="node1" href="classC2DPPDivcurlMatrix.html" title="Precomputed matrix for the DivCurl regularization. " alt="" coords="5,5,152,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_18.png" border="0" alt="" usemap="#C2DRigidRegister"/>
<map name="C2DRigidRegister" id="C2DRigidRegister">
<area shape="rect" id="node1" href="classC2DRigidRegister.html" title="Linear Registration of 2D images. " alt="" coords="5,5,136,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_19.png" border="0" alt="" usemap="#C2DSolveCG"/>
<map name="C2DSolveCG" id="C2DSolveCG">
<area shape="rect" id="node1" href="classC2DSolveCG.html" title="solve_sCG – a class providing a CG solver " alt="" coords="5,5,108,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_20.png" border="0" alt="" usemap="#C2DSplineTransformPenaltyPluginHandlerTest"/>
<map name="C2DSplineTransformPenaltyPluginHandlerTest" id="C2DSplineTransformPenaltyPluginHandlerTest">
<area shape="rect" id="node1" href="classC2DSplineTransformPenaltyPluginHandlerTest.html" title="C2DSplineTransformPenalty\lPluginHandlerTest" alt="" coords="5,5,204,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_21.png" border="0" alt="" usemap="#C2DStackDistanceTransform_1_1DistanceFromPoint"/>
<map name="C2DStackDistanceTransform_1_1DistanceFromPoint" id="C2DStackDistanceTransform_1_1DistanceFromPoint">
<area shape="rect" id="node1" href="structC2DStackDistanceTransform_1_1DistanceFromPoint.html" title="C2DStackDistanceTransform\l::DistanceFromPoint" alt="" coords="5,5,209,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_22.png" border="0" alt="" usemap="#C2DTransformation_1_1const__iterator"/>
<map name="C2DTransformation_1_1const__iterator" id="C2DTransformation_1_1const__iterator">
<area shape="rect" id="node2" href="classC2DTransformation_1_1const__iterator.html" title="C2DTransformation::\lconst_iterator" alt="" coords="209,5,361,47"/><area shape="rect" id="node3" href="classC3DTransformation_1_1const__iterator.html" title="C3DTransformation::\lconst_iterator" alt="" coords="209,71,361,112"/><area shape="rect" id="node4" href="classrange2d__iterator__with__boundary__flag.html" title="a 2D iterator that knows its position in the 2D grid ans supports iterating over sub&#45;ranges ..." alt="" coords="205,136,366,177"/><area shape="rect" id="node5" href="classrange3d__iterator.html" title="a 3D iterator that knows its position in the 3D grid ans supports iterating over sub&#45;ranges ..." alt="" coords="204,202,367,229"/><area shape="rect" id="node6" href="classrange3d__iterator__with__boundary__flag.html" title="a 3D iterator that knows its position in the 3D grid, has a flag indicating whether it is on a bounda..." alt="" coords="205,253,366,295"/></map>
</td></tr>
<tr><td><img src="inherit_graph_23.png" border="0" alt="" usemap="#C2DTransformation_1_1iterator__impl"/>
<map name="C2DTransformation_1_1iterator__impl" id="C2DTransformation_1_1iterator__impl">
<area shape="rect" id="node1" href="classC2DTransformation_1_1iterator__impl.html" title="Base of the implementation of an iterator over the transformation domain This iterator takes care of ..." alt="" coords="5,5,157,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_24.png" border="0" alt="" usemap="#C3DCamera"/>
<map name="C3DCamera" id="C3DCamera">
<area shape="rect" id="node1" href="classC3DCamera.html" title="this class defines the view point for 3D visualization " alt="" coords="5,5,105,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_25.png" border="0" alt="" usemap="#C3DCriticalPoint"/>
<map name="C3DCriticalPoint" id="C3DCriticalPoint">
<area shape="rect" id="node1" href="classC3DCriticalPoint.html" title="A class to hold a critical point. This class holds a critical point in a 3D vector field It consists ..." alt="" coords="5,5,129,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_26.png" border="0" alt="" usemap="#C3DCriticalPointEigen"/>
<map name="C3DCriticalPointEigen" id="C3DCriticalPointEigen">
<area shape="rect" id="node1" href="classC3DCriticalPointEigen.html" title="A class to hold a criticalpoint with eigenvalues and eigenvectors. " alt="" coords="5,5,164,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_27.png" border="0" alt="" usemap="#C3DImageRegister"/>
<map name="C3DImageRegister" id="C3DImageRegister">
<area shape="rect" id="node1" href="classC3DImageRegister.html" title="C3DImageRegister" alt="" coords="5,5,145,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_28.png" border="0" alt="" usemap="#C3DImageVector"/>
<map name="C3DImageVector" id="C3DImageVector">
<area shape="rect" id="node2" href="classC2DImageVector.html" title="Vector of 2D images to load and store series of images to one file. " alt="" coords="307,493,437,520"/><area shape="rect" id="node3" href="classCAttributedData.html" title="A collection of attributes. " alt="" coords="47,233,173,260"/><area shape="rect" id="node4" href="classC2DImage.html" title="This is the base class for 2D images that can hold generic pixel data. " alt="" coords="327,157,417,184"/><area shape="rect" id="node7" href="classC3DImage.html" title="The generic base type of a 3D image. " alt="" coords="327,107,417,133"/><area shape="rect" id="node9" href="classT2DVectorfield.html" title="2D Vector field " alt="" coords="297,5,447,32"/><area shape="rect" id="node10" href="classT2DVectorfield.html" title="T2DVectorfield\&lt; C2DFVector \&gt;" alt="" coords="263,325,481,352"/><area shape="rect" id="node12" href="classT3DVectorfield.html" title="a 3D vector field " alt="" coords="297,56,447,83"/><area shape="rect" id="node13" href="classT3DVectorfield.html" title="T3DVectorfield\&lt; C3DFVector \&gt;" alt="" coords="263,208,481,235"/><area shape="rect" id="node15" href="classTransformation.html" title="generic base class for transformations " alt="" coords="288,443,456,469"/><area shape="rect" id="node16" href="classTransformation.html" title="Transformation\&lt; C2DImage,\l C2DInterpolatorFactory \&gt;" alt="" coords="271,377,473,418"/><area shape="rect" id="node19" href="classTransformation.html" title="Transformation\&lt; C3DImage,\l C3DInterpolatorFactory \&gt;" alt="" coords="271,259,473,301"/><area shape="rect" id="node5" href="classT2DImage.html" title="This is the template version of a 2D image that is used for holding real data. " alt="" coords="543,177,667,204"/><area shape="rect" id="node6" href="classT2DImage.html" title="T2DImage\&lt; float \&gt;" alt="" coords="533,127,678,153"/><area shape="rect" id="node8" href="classT3DImage.html" title="Specific type of the 3D images that hold real pixel data. " alt="" coords="543,76,667,103"/><area shape="rect" id="node11" href="classC2DIOVectorfield.html" title="a class for the IO of 2D vector fields " alt="" coords="541,329,670,356"/><area shape="rect" id="node14" href="classC3DIOVectorfield.html" title="An interface class to wrap a vector field into something, IO plugins can understand. " alt="" coords="541,228,670,255"/><area shape="rect" id="node17" href="classC2DTransformation.html" title="This is the generic base class for 2D transformations. " alt="" coords="533,384,677,411"/><area shape="rect" id="node18" href="classC2DTransformMock.html" title="This class mocks a transformation by implementing all the pure virtual methods of the C2DTransformati..." alt="" coords="732,384,877,411"/><area shape="rect" id="node20" href="classC3DTransformation.html" title="This is the generic base class for 3D transformations. " alt="" coords="533,279,677,305"/><area shape="rect" id="node21" href="classC3DLinearTransform.html" title="C3DLinearTransform" alt="" coords="729,329,880,356"/><area shape="rect" id="node22" href="classC3DTransformMock.html" title="A test class to enable running code that needs a transformation. " alt="" coords="732,279,877,305"/><area shape="rect" id="node23" href="classCIOData.html" title="helper class to derive from for data that can be loaded and stored to a disk. " alt="" coords="73,645,147,672"/><area shape="rect" id="node24" href="classC2DStackDistanceTransform.html" title="A distance transform that stores distances to a 3D binary mask given as slices. " alt="" coords="270,645,474,672"/><area shape="rect" id="node25" href="classC3DDistance.html" title="3D distance transform for high resolution data " alt="" coords="319,696,425,723"/><area shape="rect" id="node26" href="classC3DImageVector.html" title="A class to interface images with image IO plugins. " alt="" coords="307,949,437,976"/><area shape="rect" id="node27" href="classC3DLandmarklist.html" title="A list of named landmarks. " alt="" coords="307,797,437,824"/><area shape="rect" id="node28" href="classCDummyType.html" title="CDummyType" alt="" coords="317,899,427,925"/><area shape="rect" id="node29" href="classCSegSet.html" title="A set of segmentation of a 2D series of perfusion images. " alt="" coords="333,848,411,875"/><area shape="rect" id="node31" href="classCTriangleMesh.html" title="A class to deine a triangle mesh with some attributes. " alt="" coords="315,595,429,621"/><area shape="rect" id="node30" href="classCSegSetWithImages.html" title="A set of images and its segmentations, related to heart perfusion analysis. " alt="" coords="529,848,681,875"/><area shape="rect" id="node33" href="classT2DDatafield.html" title="A class to hold data on a regular 2D grid. " alt="" coords="39,5,181,32"/><area shape="rect" id="node34" href="classT2DDatafield.html" title="T2DDatafield\&lt; C2DFVector \&gt;" alt="" coords="5,325,215,352"/><area shape="rect" id="node35" href="classT3DDatafield.html" title="A templated class of a 3D data field. " alt="" coords="39,56,181,83"/><area shape="rect" id="node36" href="classT3DDatafield.html" title="T3DDatafield\&lt; C3DFVector \&gt;" alt="" coords="5,183,215,209"/><area shape="rect" id="node38" href="classCProbabilityVector.html" title="A vector of probablility values. " alt="" coords="303,1000,441,1027"/></map>
</td></tr>
<tr><td><img src="inherit_graph_29.png" border="0" alt="" usemap="#C3DInterpolatorFactory"/>
<map name="C3DInterpolatorFactory" id="C3DInterpolatorFactory">
<area shape="rect" id="node1" href="classC3DInterpolatorFactory.html" title="A factory to create interpolators of a given type by providing input data. " alt="" coords="5,5,175,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_30.png" border="0" alt="" usemap="#C3DLandmark"/>
<map name="C3DLandmark" id="C3DLandmark">
<area shape="rect" id="node1" href="classC3DLandmark.html" title="a named 3D landmark " alt="" coords="5,5,119,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_31.png" border="0" alt="" usemap="#C3DMultiImageRegister"/>
<map name="C3DMultiImageRegister" id="C3DMultiImageRegister">
<area shape="rect" id="node1" href="classC3DMultiImageRegister.html" title="A 3D non&#45;rigid image registration class. " alt="" coords="5,5,176,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_32.png" border="0" alt="" usemap="#C3DOrientationAndPosition"/>
<map name="C3DOrientationAndPosition" id="C3DOrientationAndPosition">
<area shape="rect" id="node1" href="classC3DOrientationAndPosition.html" title="This class represents the oriantation and position of a 3D data set. " alt="" coords="5,5,200,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_33.png" border="0" alt="" usemap="#C3DPPDivcurlMatrix"/>
<map name="C3DPPDivcurlMatrix" id="C3DPPDivcurlMatrix">
<area shape="rect" id="node1" href="classC3DPPDivcurlMatrix.html" title="Precomputed Matrix for the DivCurl regularization. " alt="" coords="5,5,152,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_34.png" border="0" alt="" usemap="#C3DRigidRegister"/>
<map name="C3DRigidRegister" id="C3DRigidRegister">
<area shape="rect" id="node1" href="classC3DRigidRegister.html" title="3D linear registration class " alt="" coords="5,5,136,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_35.png" border="0" alt="" usemap="#C3DRotation"/>
<map name="C3DRotation" id="C3DRotation">
<area shape="rect" id="node1" href="classC3DRotation.html" title="C3DRotation" alt="" coords="5,5,107,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_36.png" border="0" alt="" usemap="#C3DSplineTransformPenaltyPluginHandlerTest"/>
<map name="C3DSplineTransformPenaltyPluginHandlerTest" id="C3DSplineTransformPenaltyPluginHandlerTest">
<area shape="rect" id="node1" href="classC3DSplineTransformPenaltyPluginHandlerTest.html" title="C3DSplineTransformPenalty\lPluginHandlerTest" alt="" coords="5,5,204,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_37.png" border="0" alt="" usemap="#C3DTransformation_1_1iterator__impl"/>
<map name="C3DTransformation_1_1iterator__impl" id="C3DTransformation_1_1iterator__impl">
<area shape="rect" id="node1" href="classC3DTransformation_1_1iterator__impl.html" title="C3DTransformation::\literator_impl" alt="" coords="5,5,157,47"/><area shape="rect" id="node2" href="classC3DLinearTransform_1_1iterator__impl.html" title="C3DLinearTransform\l::iterator_impl" alt="" coords="205,5,356,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_38.png" border="0" alt="" usemap="#CAffinTransformMatrix"/>
<map name="CAffinTransformMatrix" id="CAffinTransformMatrix">
<area shape="rect" id="node1" href="classCAffinTransformMatrix.html" title="CAffinTransformMatrix" alt="" coords="5,5,167,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_39.png" border="0" alt="" usemap="#CAttribute"/>
<map name="CAttribute" id="CAttribute">
<area shape="rect" id="node1" href="classCAttribute.html" title="The class of all attributes of data that is considered to ve meta&#45;data. " alt="" coords="5,31,92,57"/><area shape="rect" id="node2" href="classC3DValueAttribute.html" title="a 3D vector value used in attributes " alt="" coords="140,5,317,32"/><area shape="rect" id="node3" href="classTAttribute.html" title="Class of an attribute that holds data of type T. " alt="" coords="168,56,289,83"/></map>
</td></tr>
<tr><td><img src="inherit_graph_40.png" border="0" alt="" usemap="#CAttrTranslator"/>
<map name="CAttrTranslator" id="CAttrTranslator">
<area shape="rect" id="node1" href="classCAttrTranslator.html" title="A class to translate an attribute from a string. " alt="" coords="5,31,123,57"/><area shape="rect" id="node2" href="classC3DValueAttributeTranslator.html" title="a translater for 3D vectors to and from a std::string " alt="" coords="171,5,409,32"/><area shape="rect" id="node3" href="classTTranslator.html" title="Generic string vs. attribute translator singleton. " alt="" coords="226,56,354,83"/></map>
</td></tr>
<tr><td><img src="inherit_graph_41.png" border="0" alt="" usemap="#CCircularIndex"/>
<map name="CCircularIndex" id="CCircularIndex">
<area shape="rect" id="node1" href="classCCircularIndex.html" title="A class to adress a circulat bufer of a fixed size. " alt="" coords="5,5,119,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_42.png" border="0" alt="" usemap="#CCmdOption"/>
<map name="CCmdOption" id="CCmdOption">
<area shape="rect" id="node1" href="classCCmdOption.html" title="The base class for all command line options. " alt="" coords="5,132,108,159"/><area shape="rect" id="node2" href="classCCmdBoolOption.html" title="The command line option that sets a flag to true when given. " alt="" coords="161,5,292,32"/><area shape="rect" id="node3" href="classCCmdFlagOption.html" title="Command line option that translates a string to a set of flags. " alt="" coords="162,56,291,83"/><area shape="rect" id="node4" href="classCCmdStringOption.html" title="The command line option that expects a string. " alt="" coords="156,107,297,133"/><area shape="rect" id="node5" href="classCHelpOption.html" title="A command line option that will appear in the help group and exits the program after printing the hel..." alt="" coords="175,157,278,184"/><area shape="rect" id="node6" href="classCParamOption.html" title="command line option that handles a parameter " alt="" coords="169,208,284,235"/><area shape="rect" id="node7" href="classTCmdOption.html" title="Templated version based on CCmdOptionValue for values that can be converted to and from strings by st..." alt="" coords="158,259,295,285"/></map>
</td></tr>
<tr><td><img src="inherit_graph_43.png" border="0" alt="" usemap="#CCmdOptionList"/>
<map name="CCmdOptionList" id="CCmdOptionList">
<area shape="rect" id="node1" href="classCCmdOptionList.html" title="The class to hold the list of options. " alt="" coords="5,5,131,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_44.png" border="0" alt="" usemap="#CCombinerResult"/>
<map name="CCombinerResult" id="CCombinerResult">
<area shape="rect" id="node1" href="classCCombinerResult.html" title="CCombinerResult" alt="" coords="5,5,136,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_45.png" border="0" alt="" usemap="#CComplexOptionParser"/>
<map name="CComplexOptionParser" id="CComplexOptionParser">
<area shape="rect" id="node1" href="classCComplexOptionParser.html" title="Parser for complex command line options. " alt="" coords="5,5,175,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_46.png" border="0" alt="" usemap="#CCorrelationEvaluator"/>
<map name="CCorrelationEvaluator" id="CCorrelationEvaluator">
<area shape="rect" id="node1" href="classCCorrelationEvaluator.html" title="evaluate the correlation between neighboring pixels in an image series " alt="" coords="5,5,167,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_47.png" border="0" alt="" usemap="#CCorrelationEvaluator_1_1result__type"/>
<map name="CCorrelationEvaluator_1_1result__type" id="CCorrelationEvaluator_1_1result__type">
<area shape="rect" id="node1" href="structCCorrelationEvaluator_1_1result__type.html" title="CCorrelationEvaluator\l::result_type" alt="" coords="5,5,167,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_48.png" border="0" alt="" usemap="#CCWDSaver"/>
<map name="CCWDSaver" id="CCWDSaver">
<area shape="rect" id="node1" href="classCCWDSaver.html" title="A Scope based helper class to save and restore the current working directory. " alt="" coords="5,5,104,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_49.png" border="0" alt="" usemap="#CDatapool"/>
<map name="CDatapool" id="CDatapool">
<area shape="rect" id="node1" href="classCDatapool.html" title="temporary data storage to avoid storing on disk " alt="" coords="5,5,95,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_50.png" border="0" alt="" usemap="#CDebugSink"/>
<map name="CDebugSink" id="CDebugSink">
<area shape="rect" id="node1" href="classCDebugSink.html" title="CDebugSink" alt="" coords="5,5,105,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_51.png" border="0" alt="" usemap="#CDLLoader"/>
<map name="CDLLoader" id="CDLLoader">
<area shape="rect" id="node1" href="classCDLLoader.html" title="Portabe Dynamic Link Library Loader. " alt="" coords="5,5,97,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_52.png" border="0" alt="" usemap="#CFFT1D__R2C"/>
<map name="CFFT1D__R2C" id="CFFT1D__R2C">
<area shape="rect" id="node1" href="classCFFT1D__R2C.html" title="a class to real&#45;to&#45;complex 1D FFTs " alt="" coords="5,5,108,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_53.png" border="0" alt="" usemap="#CFFT1D__R2C_1_1Complex"/>
<map name="CFFT1D__R2C_1_1Complex" id="CFFT1D__R2C_1_1Complex">
<area shape="rect" id="node2" href="structCFFT1D__R2C_1_1Complex.html" title="CFFT1D_R2C::Complex" alt="" coords="129,5,296,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_54.png" border="0" alt="" usemap="#CFFTSlopeClassifier"/>
<map name="CFFTSlopeClassifier" id="CFFTSlopeClassifier">
<area shape="rect" id="node1" href="classCFFTSlopeClassifier.html" title="Curve classifier for heart perfusion data. " alt="" coords="5,5,151,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_55.png" border="0" alt="" usemap="#CFile"/>
<map name="CFile" id="CFile">
<area shape="rect" id="node1" href="classCFile.html" title="A wrapper for the cstdio file type that closes the file automatically when the scope is left..." alt="" coords="5,31,56,57"/><area shape="rect" id="node2" href="classCInputFile.html" title="A stdio FILE for opening a file for reading. " alt="" coords="110,5,193,32"/><area shape="rect" id="node3" href="classCOutputFile.html" title="A stdio FILE for opening a file for writing. " alt="" coords="104,56,199,83"/></map>
</td></tr>
<tr><td><img src="inherit_graph_56.png" border="0" alt="" usemap="#CFixedWidthOutput"/>
<map name="CFixedWidthOutput" id="CFixedWidthOutput">
<area shape="rect" id="node1" href="classCFixedWidthOutput.html" title="This class provides formatted writing to a text console. " alt="" coords="5,5,148,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_57.png" border="0" alt="" usemap="#CFlagString"/>
<map name="CFlagString" id="CFlagString">
<area shape="rect" id="node1" href="classCFlagString.html" title="CFlagString" alt="" coords="5,5,100,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_58.png" border="0" alt="" usemap="#CFlagString_1_1Table"/>
<map name="CFlagString_1_1Table" id="CFlagString_1_1Table">
<area shape="rect" id="node1" href="structCFlagString_1_1Table.html" title="CFlagString::Table" alt="" coords="5,5,140,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_59.png" border="0" alt="" usemap="#CFullStats"/>
<map name="CFullStats" id="CFullStats">
<area shape="rect" id="node1" href="classCFullStats.html" title="This class is used to evaluate the statistics of a series of input data. " alt="" coords="5,5,91,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_60.png" border="0" alt="" usemap="#CHelpOption_1_1Callback"/>
<map name="CHelpOption_1_1Callback" id="CHelpOption_1_1Callback">
<area shape="rect" id="node1" href="classCHelpOption_1_1Callback.html" title="Interface for the callback to print the help assositated with the given option. " alt="" coords="5,13,168,39"/><area shape="rect" id="node2" href="classTPluginHandlerHelpCallback.html" title="Help callback to print the help for the given plug&#45;in. " alt="" coords="216,5,415,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_61.png" border="0" alt="" usemap="#CHistory"/>
<map name="CHistory" id="CHistory">
<area shape="rect" id="node2" href="classCHistory.html" title="This class holds the complete history list of a data set. " alt="" coords="93,5,169,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_62.png" border="0" alt="" usemap="#CICAAnalysis"/>
<map name="CICAAnalysis" id="CICAAnalysis">
<area shape="rect" id="node1" href="classCICAAnalysis.html" title="class for ICA analysis and use of such data. This class implements basic operations for of ICA..." alt="" coords="5,5,109,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_63.png" border="0" alt="" usemap="#CLabelMap"/>
<map name="CLabelMap" id="CLabelMap">
<area shape="rect" id="node2" href="classCLabelMap.html" title="A simple class to add loadind and storeing to a map of labels. " alt="" coords="104,5,196,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_64.png" border="0" alt="" usemap="#clist_3_01T_01_4"/>
<map name="clist_3_01T_01_4" id="clist_3_01T_01_4">
<area shape="rect" id="node1" href="classclist.html" title="clist\&lt; T \&gt;" alt="" coords="5,5,89,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_65.png" border="0" alt="" usemap="#clist_3_01T_01_4_1_1node"/>
<map name="clist_3_01T_01_4_1_1node" id="clist_3_01T_01_4_1_1node">
<area shape="rect" id="node1" href="structclist_1_1node.html" title="clist\&lt; T \&gt;::node" alt="" coords="5,5,129,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_66.png" border="0" alt="" usemap="#CopyC2DImageToP2DImage"/>
<map name="CopyC2DImageToP2DImage" id="CopyC2DImageToP2DImage">
<area shape="rect" id="node1" href="classCopyC2DImageToP2DImage.html" title="functor to copy an image into paointer representation " alt="" coords="5,5,205,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_67.png" border="0" alt="" usemap="#cost__type"/>
<map name="cost__type" id="cost__type">
<area shape="rect" id="node1" href="structcost__type.html" title="plugin helper type " alt="" coords="5,5,89,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_68.png" border="0" alt="" usemap="#CParameter"/>
<map name="CParameter" id="CParameter">
<area shape="rect" id="node1" href="classCParameter.html" title="The base class for parameters used in complex options. " alt="" coords="5,132,104,159"/><area shape="rect" id="node2" href="classCDictParameter.html" title="Dictionary paramater. " alt="" coords="161,5,321,32"/><area shape="rect" id="node3" href="classCSetParameter.html" title="A parameter that can only assume values out of a limited set. " alt="" coords="163,56,320,83"/><area shape="rect" id="node4" href="classCStringParameter.html" title="an string parameter " alt="" coords="173,107,309,133"/><area shape="rect" id="node5" href="classCTParameter.html" title="Generic type of a complex paramter. " alt="" coords="170,157,313,184"/><area shape="rect" id="node7" href="classTFactoryParameter.html" title="A parameter that get&#39;s initialized by a factory to a shared or unique pointer. " alt="" coords="152,208,331,235"/><area shape="rect" id="node8" href="classTParameter.html" title="A parameter that can assume any value of the given value type. " alt="" coords="175,259,308,285"/><area shape="rect" id="node6" href="classTRangeParameter.html" title="Scalar parameter with an expected value range. " alt="" coords="379,157,552,184"/></map>
</td></tr>
<tr><td><img src="inherit_graph_69.png" border="0" alt="" usemap="#CParamList"/>
<map name="CParamList" id="CParamList">
<area shape="rect" id="node1" href="classCParamList.html" title="A class to hold a list of named parameters. " alt="" coords="5,5,100,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_70.png" border="0" alt="" usemap="#CPluginBase"/>
<map name="CPluginBase" id="CPluginBase">
<area shape="rect" id="node1" href="classCPluginBase.html" title="The base class for all plug&#45;ins. " alt="" coords="5,519,107,545"/><area shape="rect" id="node2" href="classTPlugin.html" title="The generic base for all plug&#45;ins. " alt="" coords="209,5,331,32"/><area shape="rect" id="node3" href="classTPlugin.html" title="TPlugin\&lt; C2DImageFifoFilter\l::plugin_data, C2DImageFifoFilter\l::plugin_type \&gt;" alt="" coords="155,56,385,112"/><area shape="rect" id="node6" href="classTPlugin.html" title="TPlugin\&lt; C2DRegTimeStep\l::plugin_data, C2DRegTimeStep\l::plugin_type \&gt;" alt="" coords="159,136,381,192"/><area shape="rect" id="node9" href="classTPlugin.html" title="TPlugin\&lt; C2DSplineTransform\lPenalty::plugin_data, C2DSpline\lTransformPenalty::plugin_type \&gt;" alt="" coords="157,216,383,272"/><area shape="rect" id="node12" href="classTPlugin.html" title="TPlugin\&lt; C3DRegTimeStep\l::plugin_data, C3DRegTimeStep\l::plugin_type \&gt;" alt="" coords="159,296,381,352"/><area shape="rect" id="node15" href="classTPlugin.html" title="TPlugin\&lt; C3DSplineTransform\lPenalty::plugin_data, C3DSpline\lTransformPenalty::plugin_type \&gt;" alt="" coords="157,376,383,432"/><area shape="rect" id="node18" href="classTPlugin.html" title="TPlugin\&lt; CSplineBoundary\lCondition::plugin_data,\l CSplineBoundaryCondition\l::plugin_type \&gt;" alt="" coords="173,457,367,527"/><area shape="rect" id="node21" href="classTPlugin.html" title="TPlugin\&lt; D, io_plugin\l_type \&gt;" alt="" coords="192,551,348,593"/><area shape="rect" id="node23" href="classTPlugin.html" title="TPlugin\&lt; P::plugin\l_data, P::plugin_type \&gt;" alt="" coords="185,617,355,658"/><area shape="rect" id="node25" href="classTPlugin.html" title="TPlugin\&lt; TDataFilter\l\&lt; Image \&gt;::plugin_data,\l TDataFilter\&lt; Image \&gt;::\lplugin_type \&gt;" alt="" coords="181,682,359,753"/><area shape="rect" id="node29" href="classTPlugin.html" title="TPlugin\&lt; test_io_data,\l io_plugin_type \&gt;" alt="" coords="187,777,353,818"/><area shape="rect" id="node32" href="classTPlugin.html" title="TPlugin\&lt; test_plugin\l_data, test_plugin_type \&gt;" alt="" coords="177,842,363,883"/><area shape="rect" id="node34" href="classTPlugin.html" title="TPlugin\&lt; TFullCost\l\&lt; Transform \&gt;::plugin\l_data, TFullCost\&lt; Transform\l \&gt;::plugin_type \&gt;" alt="" coords="170,907,370,978"/><area shape="rect" id="node37" href="classTPlugin.html" title="TPlugin\&lt; TTransformCreator\l\&lt; Transform \&gt;::plugin_data,\l TTransformCreator\&lt; Transform\l \&gt;::plugin_type \&gt;" alt="" coords="159,1002,381,1073"/><area shape="rect" id="node4" href="classTFactory.html" title="TFactory\&lt; C2DImageFifoFilter \&gt;" alt="" coords="433,71,656,97"/><area shape="rect" id="node5" href="classC2DFifoFilterPlugin.html" title="The plug&#45;in base class for the FIFO filters. " alt="" coords="739,71,878,97"/><area shape="rect" id="node7" href="classTFactory.html" title="TFactory\&lt; C2DRegTimeStep \&gt;" alt="" coords="437,151,653,177"/><area shape="rect" id="node8" href="classC2DRegTimeStepPlugin.html" title="Plug&#45;in to create the time step evaluation. " alt="" coords="723,151,894,177"/><area shape="rect" id="node10" href="classTFactory.html" title="TFactory\&lt; C2DSplineTransform\lPenalty \&gt;" alt="" coords="435,223,654,265"/><area shape="rect" id="node11" href="classC2DSplineTransformPenaltyPlugin.html" title="C2DSplineTransformPenalty\lPlugin" alt="" coords="709,223,908,265"/><area shape="rect" id="node13" href="classTFactory.html" title="TFactory\&lt; C3DRegTimeStep \&gt;" alt="" coords="437,311,653,337"/><area shape="rect" id="node14" href="classC3DRegTimeStepPlugin.html" title="The plug&#45;in class for the time&#45;step class of time&#45;marching registration algorithms. " alt="" coords="723,311,894,337"/><area shape="rect" id="node16" href="classTFactory.html" title="TFactory\&lt; C3DSplineTransform\lPenalty \&gt;" alt="" coords="435,383,654,425"/><area shape="rect" id="node17" href="classC3DSplineTransformPenaltyPlugin.html" title="C3DSplineTransformPenalty\lPlugin" alt="" coords="709,383,908,425"/><area shape="rect" id="node19" href="classTFactory.html" title="TFactory\&lt; CSplineBoundary\lCondition \&gt;" alt="" coords="445,471,644,513"/><area shape="rect" id="node20" href="classCSplineBoundaryConditionPlugin.html" title="Base plugin for spline boundary conditions. " alt="" coords="713,471,904,513"/><area shape="rect" id="node22" href="classTIOPlugin.html" title="The templatex basis class of all IO plug&#45;ins. " alt="" coords="485,559,605,585"/><area shape="rect" id="node24" href="classTFactory.html" title="This is tha base of all plugins that create &quot;things&quot;, like filters, cost functions time step operator..." alt="" coords="488,624,601,651"/><area shape="rect" id="node26" href="classTFactory.html" title="TFactory\&lt; TDataFilter\l\&lt; Image \&gt; \&gt;" alt="" coords="465,697,624,738"/><area shape="rect" id="node27" href="classTDataFilterPlugin.html" title="Generic image filter plugin base. " alt="" coords="739,697,878,738"/><area shape="rect" id="node28" href="classTImageCombinerFilterPlugin.html" title="TImageCombinerFilterPlugin\l\&lt; Image \&gt;" alt="" coords="961,697,1160,738"/><area shape="rect" id="node30" href="classTIOPlugin.html" title="TIOPlugin\&lt; test_io\l_data \&gt;" alt="" coords="475,777,614,818"/><area shape="rect" id="node31" href="classCTestIOPlugin.html" title="CTestIOPlugin" alt="" coords="755,784,862,811"/><area shape="rect" id="node33" href="classCTestPlugin.html" title="Class to test plugin handling. " alt="" coords="497,849,592,876"/><area shape="rect" id="node35" href="classTFactory.html" title="TFactory\&lt; TFullCost\l\&lt; Transform \&gt; \&gt;" alt="" coords="471,922,618,963"/><area shape="rect" id="node36" href="classTFullCostPlugin.html" title="the base class for the TFullCost cost function plug&#45;ins. " alt="" coords="704,929,913,956"/><area shape="rect" id="node38" href="classTFactory.html" title="TFactory\&lt; TTransformCreator\l\&lt; Transform \&gt; \&gt;" alt="" coords="441,1017,649,1058"/><area shape="rect" id="node39" href="classTTransformCreatorPlugin.html" title="Factory class that is used to create the transformation creator. " alt="" coords="719,1017,898,1058"/></map>
</td></tr>
<tr><td><img src="inherit_graph_71.png" border="0" alt="" usemap="#CPluginHandlerBase"/>
<map name="CPluginHandlerBase" id="CPluginHandlerBase">
<area shape="rect" id="node1" href="classCPluginHandlerBase.html" title="The base class for all plugin handlers. " alt="" coords="5,132,156,159"/><area shape="rect" id="node2" href="classTPluginHandler.html" title="The basic template of all plugin handlers. " alt="" coords="270,56,421,83"/><area shape="rect" id="node5" href="classTPluginHandler.html" title="TPluginHandler\&lt; C2DTransformationIO \&gt;" alt="" coords="204,107,487,133"/><area shape="rect" id="node8" href="classTPluginHandler.html" title="TPluginHandler\&lt; C3DTransformationIO \&gt;" alt="" coords="204,157,487,184"/><area shape="rect" id="node11" href="classTPluginHandler.html" title="TPluginHandler\&lt; CTestPlugin \&gt;" alt="" coords="236,208,455,235"/><area shape="rect" id="node3" href="classTFactoryPluginHandler.html" title="the Base class for all plugn handlers that deal with factory plugins. " alt="" coords="584,5,780,32"/><area shape="rect" id="node4" href="classTIOPluginHandler.html" title="Template for all plug&#45;in handlers that are responsible for data IO. " alt="" coords="601,56,763,83"/><area shape="rect" id="node6" href="classTIOPluginHandler.html" title="TIOPluginHandler\&lt; C2DTransformationIO \&gt;" alt="" coords="535,107,829,133"/><area shape="rect" id="node7" href="classC2DTransformIOPluginHandlerImpl.html" title="The non&#45;singleton plug&#45;in handler for 3D transformations. " alt="" coords="877,107,1117,133"/><area shape="rect" id="node9" href="classTIOPluginHandler.html" title="TIOPluginHandler\&lt; C3DTransformationIO \&gt;" alt="" coords="535,157,829,184"/><area shape="rect" id="node10" href="classC3DTransformIOPluginHandlerImpl.html" title="The non&#45;singleton plug&#45;in handler for 3D transformations. " alt="" coords="877,157,1117,184"/><area shape="rect" id="node12" href="classCTestPluginHandlerImpl.html" title="Class to test plugin handling. " alt="" coords="597,208,767,235"/></map>
</td></tr>
<tr><td><img src="inherit_graph_72.png" border="0" alt="" usemap="#CPluginModule"/>
<map name="CPluginModule" id="CPluginModule">
<area shape="rect" id="node1" href="classCPluginModule.html" title="The plugin module loading class. " alt="" coords="5,5,120,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_73.png" border="0" alt="" usemap="#CProductCache"/>
<map name="CProductCache" id="CProductCache">
<area shape="rect" id="node1" href="classCProductCache.html" title="base class for the product cache " alt="" coords="5,5,125,32"/><area shape="rect" id="node2" href="classTProductCache.html" title="The type specific product cache. " alt="" coords="173,5,388,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_74.png" border="0" alt="" usemap="#CProductCacheHandler"/>
<map name="CProductCacheHandler" id="CProductCacheHandler">
<area shape="rect" id="node1" href="classCProductCacheHandler.html" title="The singleton that handles all product caches. " alt="" coords="5,5,176,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_75.png" border="0" alt="" usemap="#CProgressCallback"/>
<map name="CProgressCallback" id="CProgressCallback">
<area shape="rect" id="node1" href="classCProgressCallback.html" title="a class to provide a feedback mechanism to show progress " alt="" coords="5,5,145,32"/><area shape="rect" id="node2" href="classCMsgStreamPrintCallback.html" title="a class to provide a feedback mechanism to show progress based on textual output " alt="" coords="193,5,380,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_76.png" border="0" alt="" usemap="#create__plugin_3_01Handler_00_01Chained_00_01chainable_01_4"/>
<map name="create__plugin_3_01Handler_00_01Chained_00_01chainable_01_4" id="create__plugin_3_01Handler_00_01Chained_00_01chainable_01_4">
<area shape="rect" id="node1" href="structcreate__plugin.html" title="create_plugin\&lt; Handler,\l Chained, chainable \&gt;" alt="" coords="5,5,183,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_77.png" border="0" alt="" usemap="#create__plugin_3_01Handler_00_01ProductChained_00_01true_01_4"/>
<map name="create__plugin_3_01Handler_00_01ProductChained_00_01true_01_4" id="create__plugin_3_01Handler_00_01ProductChained_00_01true_01_4">
<area shape="rect" id="node1" href="structcreate__plugin_3_01Handler_00_01ProductChained_00_01true_01_4.html" title="create_plugin\&lt; Handler,\l ProductChained, true \&gt;" alt="" coords="5,5,183,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_78.png" border="0" alt="" usemap="#creator__type"/>
<map name="creator__type" id="creator__type">
<area shape="rect" id="node1" href="structcreator__type.html" title="creator_type" alt="" coords="5,5,108,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_79.png" border="0" alt="" usemap="#CRGB2DImage"/>
<map name="CRGB2DImage" id="CRGB2DImage">
<area shape="rect" id="node2" href="classCRGB2DImage.html" title="CRGB2DImage" alt="" coords="128,5,244,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_80.png" border="0" alt="" usemap="#cross__product_3_01T_00_01Vector_01_4"/>
<map name="cross__product_3_01T_00_01Vector_01_4" id="cross__product_3_01T_00_01Vector_01_4">
<area shape="rect" id="node1" href="structcross__product.html" title="cross_product\&lt; T, Vector \&gt;" alt="" coords="5,5,204,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_81.png" border="0" alt="" usemap="#CSegFrame"/>
<map name="CSegFrame" id="CSegFrame">
<area shape="rect" id="node1" href="classCSegFrame.html" title="A class to represent one segmented frame in a heart perfusion series. " alt="" coords="5,5,101,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_82.png" border="0" alt="" usemap="#CSegSection"/>
<map name="CSegSection" id="CSegSection">
<area shape="rect" id="node1" href="classCSegSection.html" title="Segmentation class to represent a section of the LV myocardium. " alt="" coords="5,5,109,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_83.png" border="0" alt="" usemap="#CSegStar"/>
<map name="CSegStar" id="CSegStar">
<area shape="rect" id="node1" href="classCSegStar.html" title="Helper class for the segmentation of the left heart ventricle myocardium. " alt="" coords="5,5,88,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_84.png" border="0" alt="" usemap="#CSlopeClassifier"/>
<map name="CSlopeClassifier" id="CSlopeClassifier">
<area shape="rect" id="node1" href="classCSlopeClassifier.html" title="Curve classifier for heart perfusion data. " alt="" coords="5,5,129,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_85.png" border="0" alt="" usemap="#CSlopeClassifier_1_1SCorrelation"/>
<map name="CSlopeClassifier_1_1SCorrelation" id="CSlopeClassifier_1_1SCorrelation">
<area shape="rect" id="node1" href="structCSlopeClassifier_1_1SCorrelation.html" title="CSlopeClassifier::SCorrelation" alt="" coords="5,5,216,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_86.png" border="0" alt="" usemap="#CSlopeStatistics"/>
<map name="CSlopeStatistics" id="CSlopeStatistics">
<area shape="rect" id="node1" href="classCSlopeStatistics.html" title="Runs some statistics over a one&#45;dimensional curve. " alt="" coords="5,5,132,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_87.png" border="0" alt="" usemap="#CSplineKernel_1_1SCache"/>
<map name="CSplineKernel_1_1SCache" id="CSplineKernel_1_1SCache">
<area shape="rect" id="node1" href="structCSplineKernel_1_1SCache.html" title="CSplineKernel::SCache" alt="" coords="5,5,172,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_88.png" border="0" alt="" usemap="#CSplineParzenMI"/>
<map name="CSplineParzenMI" id="CSplineParzenMI">
<area shape="rect" id="node1" href="classCSplineParzenMI.html" title="Implementation of mutual information based on B&#45;splines. " alt="" coords="5,5,132,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_89.png" border="0" alt="" usemap="#cst2d__kernel"/>
<map name="cst2d__kernel" id="cst2d__kernel">
<area shape="rect" id="node1" href="structcst2d__kernel.html" title="plugin&#45;helper structure " alt="" coords="5,5,108,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_90.png" border="0" alt="" usemap="#CStringAttrTranslatorMap"/>
<map name="CStringAttrTranslatorMap" id="CStringAttrTranslatorMap">
<area shape="rect" id="node1" href="classCStringAttrTranslatorMap.html" title="A singelton class to translate strings to attributes based on keys. " alt="" coords="5,5,188,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_91.png" border="0" alt="" usemap="#CThreadMsgStream"/>
<map name="CThreadMsgStream" id="CThreadMsgStream">
<area shape="rect" id="node2" href="classCThreadMsgStream.html" title="This class is used to handle syncronizized output of logging output in a multi&#45;threaded environment..." alt="" coords="129,5,279,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_92.png" border="0" alt="" usemap="#CTrace"/>
<map name="CTrace" id="CTrace">
<area shape="rect" id="node1" href="classCTrace.html" title="CTrace" alt="" coords="5,5,69,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_93.png" border="0" alt="" usemap="#CWatch"/>
<map name="CWatch" id="CWatch">
<area shape="rect" id="node1" href="classCWatch.html" title="A class for measuring time. " alt="" coords="5,5,75,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_94.png" border="0" alt="" usemap="#CWaveletSlopeClassifier"/>
<map name="CWaveletSlopeClassifier" id="CWaveletSlopeClassifier">
<area shape="rect" id="node1" href="classCWaveletSlopeClassifier.html" title="Curve classifier for heart perfusion data. " alt="" coords="5,5,179,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_95.png" border="0" alt="" usemap="#dim__traits_3_01F_01_4"/>
<map name="dim__traits_3_01F_01_4" id="dim__traits_3_01F_01_4">
<area shape="rect" id="node1" href="structdim__traits.html" title="dim_traits\&lt; F \&gt;" alt="" coords="5,5,128,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_96.png" border="0" alt="" usemap="#dim__traits_3_01T_01_4"/>
<map name="dim__traits_3_01T_01_4" id="dim__traits_3_01T_01_4">
<area shape="rect" id="node1" href="structdim__traits.html" title="A trait to obtaine information about of dimensions of a class. " alt="" coords="5,5,128,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_97.png" border="0" alt="" usemap="#dispatch__attr__string_3_01C3DRotation_01_4"/>
<map name="dispatch__attr__string_3_01C3DRotation_01_4" id="dispatch__attr__string_3_01C3DRotation_01_4">
<area shape="rect" id="node1" href="structdispatch__attr__string_3_01C3DRotation_01_4.html" title="dispatch_attr_string\l\&lt; C3DRotation \&gt;" alt="" coords="5,5,155,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_98.png" border="0" alt="" usemap="#EAttributeType"/>
<map name="EAttributeType" id="EAttributeType">
<area shape="rect" id="node1" href="structEAttributeType.html" title="EAttributeType" alt="" coords="5,228,120,255"/><area shape="rect" id="node2" href="structattribute__type.html" title="attribute_type\&lt; T \&gt;" alt="" coords="206,5,355,32"/><area shape="rect" id="node3" href="structattribute__type_3_01C3DOrientationAndPosition_01_4.html" title="attribute_type\&lt; C3DOrientation\lAndPosition \&gt;" alt="" coords="168,57,393,98"/><area shape="rect" id="node4" href="structattribute__type_3_01CAttributeMap_01_4.html" title="attribute_type\&lt; CAttribute\lMap \&gt;" alt="" coords="185,122,377,163"/><area shape="rect" id="node5" href="structattribute__type_3_01E3DImageOrientation_01_4.html" title="attribute_type\&lt; E3DImage\lOrientation \&gt;" alt="" coords="184,187,377,229"/><area shape="rect" id="node6" href="structattribute__type_3_01E3DPatientPositioning_01_4.html" title="attribute_type\&lt; E3DPatient\lPositioning \&gt;" alt="" coords="182,253,379,294"/><area shape="rect" id="node7" href="structattribute__type_3_01std_1_1vector_3_01T_01_4_01_4.html" title="attribute_type\&lt; std\l::vector\&lt; T \&gt; \&gt;" alt="" coords="207,318,354,359"/><area shape="rect" id="node8" href="structEAttributeType__2d.html" title="EAttributeType_2d" alt="" coords="212,384,349,411"/><area shape="rect" id="node10" href="structEAttributeType__3d.html" title="EAttributeType_3d" alt="" coords="212,439,349,465"/><area shape="rect" id="node9" href="structattribute__type_3_01T2DVector_3_01T_01_4_01_4.html" title="attribute_type\&lt; T2DVector\l\&lt; T \&gt; \&gt;" alt="" coords="441,373,635,414"/><area shape="rect" id="node11" href="structattribute__type_3_01T3DVector_3_01T_01_4_01_4.html" title="attribute_type\&lt; T3DVector\l\&lt; T \&gt; \&gt;" alt="" coords="441,438,635,479"/></map>
</td></tr>
<tr><td><img src="inherit_graph_99.png" border="0" alt="" usemap="#FactoryTrait_3_01std_1_1shared__ptr_3_01T_01_4_01_4"/>
<map name="FactoryTrait_3_01std_1_1shared__ptr_3_01T_01_4_01_4" id="FactoryTrait_3_01std_1_1shared__ptr_3_01T_01_4_01_4">
<area shape="rect" id="node1" href="classFactoryTrait_3_01std_1_1shared__ptr_3_01T_01_4_01_4.html" title="Type trait to enable the use of a factory product as command line option. " alt="" coords="5,5,148,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_100.png" border="0" alt="" usemap="#FactoryTrait_3_01T_01_4"/>
<map name="FactoryTrait_3_01T_01_4" id="FactoryTrait_3_01T_01_4">
<area shape="rect" id="node1" href="classFactoryTrait.html" title="Type trait to enable the use of a factory product as command line option. " alt="" coords="5,5,136,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_101.png" border="0" alt="" usemap="#fft2d__kernel__data"/>
<map name="fft2d__kernel__data" id="fft2d__kernel__data">
<area shape="rect" id="node1" href="structfft2d__kernel__data.html" title="fft2d_kernel_data" alt="" coords="5,5,139,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_102.png" border="0" alt="" usemap="#fifof__Fixture"/>
<map name="fifof__Fixture" id="fifof__Fixture">
<area shape="rect" id="node1" href="structfifof__Fixture.html" title="a fixture to test FIFO filtering " alt="" coords="5,5,100,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_103.png" border="0" alt="" usemap="#FWrapStaticDataInSharedPointer_3_01Data_01_4"/>
<map name="FWrapStaticDataInSharedPointer_3_01Data_01_4" id="FWrapStaticDataInSharedPointer_3_01Data_01_4">
<area shape="rect" id="node1" href="classFWrapStaticDataInSharedPointer.html" title="functor to wrap statically allocated data a shared pointer representation " alt="" coords="5,5,236,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_104.png" border="0" alt="" usemap="#generator__type"/>
<map name="generator__type" id="generator__type">
<area shape="rect" id="node1" href="structgenerator__type.html" title="generator_type" alt="" coords="5,5,125,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_105.png" border="0" alt="" usemap="#grayscale__noise__data"/>
<map name="grayscale__noise__data" id="grayscale__noise__data">
<area shape="rect" id="node1" href="structgrayscale__noise__data.html" title="grayscale_noise_data" alt="" coords="5,5,165,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_106.png" border="0" alt="" usemap="#io__2dvf__type"/>
<map name="io__2dvf__type" id="io__2dvf__type">
<area shape="rect" id="node1" href="structio__2dvf__type.html" title="io_2dvf_type" alt="" coords="5,5,108,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_107.png" border="0" alt="" usemap="#io__3dimage__data"/>
<map name="io__3dimage__data" id="io__3dimage__data">
<area shape="rect" id="node1" href="structio__3dimage__data.html" title="io_3dimage_data" alt="" coords="5,5,137,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_108.png" border="0" alt="" usemap="#IOHandler__of_3_01C2DImage_01_4"/>
<map name="IOHandler__of_3_01C2DImage_01_4" id="IOHandler__of_3_01C2DImage_01_4">
<area shape="rect" id="node1" href="structIOHandler__of_3_01C2DImage_01_4.html" title="IOHandler_of\&lt; C2DImage \&gt;" alt="" coords="5,5,207,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_109.png" border="0" alt="" usemap="#IOHandler__of_3_01C3DImage_01_4"/>
<map name="IOHandler__of_3_01C3DImage_01_4" id="IOHandler__of_3_01C3DImage_01_4">
<area shape="rect" id="node1" href="structIOHandler__of_3_01C3DImage_01_4.html" title="IOHandler_of\&lt; C3DImage \&gt;" alt="" coords="5,5,207,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_110.png" border="0" alt="" usemap="#IOHandler__of_3_01CSegSetWithImages_01_4"/>
<map name="IOHandler__of_3_01CSegSetWithImages_01_4" id="IOHandler__of_3_01CSegSetWithImages_01_4">
<area shape="rect" id="node1" href="structIOHandler__of_3_01CSegSetWithImages_01_4.html" title="IOHandler_of\&lt; CSegSetWith\lImages \&gt;" alt="" coords="5,5,208,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_111.png" border="0" alt="" usemap="#IOHandler__of_3_01Data_01_4"/>
<map name="IOHandler__of_3_01Data_01_4" id="IOHandler__of_3_01Data_01_4">
<area shape="rect" id="node1" href="structIOHandler__of.html" title="IOHandler_of\&lt; Data \&gt;" alt="" coords="5,5,171,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_112.png" border="0" alt="" usemap="#kernel__plugin__type"/>
<map name="kernel__plugin__type" id="kernel__plugin__type">
<area shape="rect" id="node1" href="structkernel__plugin__type.html" title="kernel_plugin_type" alt="" coords="5,5,147,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_113.png" border="0" alt="" usemap="#less__then_3_01T2DVector_3_01T_01_4_01_4"/>
<map name="less__then_3_01T2DVector_3_01T_01_4_01_4" id="less__then_3_01T2DVector_3_01T_01_4_01_4">
<area shape="rect" id="node1" href="structless__then_3_01T2DVector_3_01T_01_4_01_4.html" title="less_then\&lt; T2DVector\l\&lt; T \&gt; \&gt;" alt="" coords="5,5,169,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_114.png" border="0" alt="" usemap="#less__then_3_01T3DVector_3_01T_01_4_01_4"/>
<map name="less__then_3_01T3DVector_3_01T_01_4_01_4" id="less__then_3_01T3DVector_3_01T_01_4_01_4">
<area shape="rect" id="node1" href="structless__then_3_01T3DVector_3_01T_01_4_01_4.html" title="less_then\&lt; T3DVector\l\&lt; T \&gt; \&gt;" alt="" coords="5,5,169,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_115.png" border="0" alt="" usemap="#masked__cost__type"/>
<map name="masked__cost__type" id="masked__cost__type">
<area shape="rect" id="node1" href="structmasked__cost__type.html" title="plugin helper type " alt="" coords="5,5,148,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_116.png" border="0" alt="" usemap="#multiply_3_01F_01_4"/>
<map name="multiply_3_01F_01_4" id="multiply_3_01F_01_4">
<area shape="rect" id="node1" href="structmultiply.html" title="Class template to implement a matrix &#45; field multiplication. " alt="" coords="5,5,115,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_117.png" border="0" alt="" usemap="#multiply_3_01T2DImage_3_01T_01_4_01_4"/>
<map name="multiply_3_01T2DImage_3_01T_01_4_01_4" id="multiply_3_01T2DImage_3_01T_01_4_01_4">
<area shape="rect" id="node1" href="structmultiply_3_01T2DImage_3_01T_01_4_01_4.html" title="multiply\&lt; T2DImage\l\&lt; T \&gt; \&gt;" alt="" coords="5,5,157,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_118.png" border="0" alt="" usemap="#NCCGradHelper"/>
<map name="NCCGradHelper" id="NCCGradHelper">
<area shape="rect" id="node1" href="classNCCGradHelper.html" title="NCCGradHelper" alt="" coords="5,5,128,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_119.png" border="0" alt="" usemap="#NCCSums"/>
<map name="NCCSums" id="NCCSums">
<area shape="rect" id="node1" href="classNCCSums.html" title="NCCSums" alt="" coords="5,5,92,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_120.png" border="0" alt="" usemap="#NDVectorIOcvd_3_01T_01_4"/>
<map name="NDVectorIOcvd_3_01T_01_4" id="NDVectorIOcvd_3_01T_01_4">
<area shape="rect" id="node1" href="structNDVectorIOcvd.html" title="Structure to read and write ND vectors to and from cvd files. " alt="" coords="5,5,160,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_121.png" border="0" alt="" usemap="#plugin__can__chain_3_01Plugin_01_4"/>
<map name="plugin__can__chain_3_01Plugin_01_4" id="plugin__can__chain_3_01Plugin_01_4">
<area shape="rect" id="node1" href="structplugin__can__chain.html" title="plugin_can_chain\&lt; Plugin \&gt;" alt="" coords="5,5,204,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_122.png" border="0" alt="" usemap="#plugin__can__chain_3_01TDataFilterPlugin_3_01D_01_4_01_4"/>
<map name="plugin__can__chain_3_01TDataFilterPlugin_3_01D_01_4_01_4" id="plugin__can__chain_3_01TDataFilterPlugin_3_01D_01_4_01_4">
<area shape="rect" id="node1" href="structplugin__can__chain_3_01TDataFilterPlugin_3_01D_01_4_01_4.html" title="plugin_can_chain\&lt; TDataFilter\lPlugin\&lt; D \&gt; \&gt;" alt="" coords="5,5,220,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_123.png" border="0" alt="" usemap="#PrepareTestPluginPath"/>
<map name="PrepareTestPluginPath" id="PrepareTestPluginPath">
<area shape="rect" id="node1" href="structPrepareTestPluginPath.html" title="PrepareTestPluginPath" alt="" coords="5,5,168,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_124.png" border="0" alt="" usemap="#Quaternion"/>
<map name="Quaternion" id="Quaternion">
<area shape="rect" id="node1" href="classQuaternion.html" title="a class to implement a quaternion " alt="" coords="5,5,99,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_125.png" border="0" alt="" usemap="#range2d__iterator_3_01I_01_4"/>
<map name="range2d__iterator_3_01I_01_4" id="range2d__iterator_3_01I_01_4">
<area shape="rect" id="node2" href="classrange2d__iterator.html" title="range2d_iterator\&lt; I \&gt;" alt="" coords="123,5,285,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_126.png" border="0" alt="" usemap="#regmodel__type"/>
<map name="regmodel__type" id="regmodel__type">
<area shape="rect" id="node1" href="structregmodel__type.html" title="regmodel_type" alt="" coords="5,5,124,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_127.png" border="0" alt="" usemap="#SFuzzySegParams"/>
<map name="SFuzzySegParams" id="SFuzzySegParams">
<area shape="rect" id="node1" href="structSFuzzySegParams.html" title="SFuzzySegParams" alt="" coords="5,5,144,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_128.png" border="0" alt="" usemap="#shape__type"/>
<map name="shape__type" id="shape__type">
<area shape="rect" id="node1" href="structshape__type.html" title="shape_type" alt="" coords="5,5,101,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_129.png" border="0" alt="" usemap="#SImageSize"/>
<map name="SImageSize" id="SImageSize">
<area shape="rect" id="node1" href="structSImageSize.html" title="SImageSize" alt="" coords="5,5,104,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_130.png" border="0" alt="" usemap="#SIntensityStats"/>
<map name="SIntensityStats" id="SIntensityStats">
<area shape="rect" id="node1" href="structSIntensityStats.html" title="data structure to store te results of a statistical analyis of images " alt="" coords="5,5,124,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_131.png" border="0" alt="" usemap="#solve__sCG"/>
<map name="solve__sCG" id="solve__sCG">
<area shape="rect" id="node1" href="classsolve__sCG.html" title="a class providing a CG solver " alt="" coords="5,5,93,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_132.png" border="0" alt="" usemap="#spacial__kernel__data"/>
<map name="spacial__kernel__data" id="spacial__kernel__data">
<area shape="rect" id="node1" href="structspacial__kernel__data.html" title="spacial_kernel_data" alt="" coords="5,5,153,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_133.png" border="0" alt="" usemap="#std_1_1iterator__traits_3_01mia_1_1range2d__iterator_3_01I_01_4_01_4"/>
<map name="std_1_1iterator__traits_3_01mia_1_1range2d__iterator_3_01I_01_4_01_4" id="std_1_1iterator__traits_3_01mia_1_1range2d__iterator_3_01I_01_4_01_4">
<area shape="rect" id="node1" href="classstd_1_1iterator__traits_3_01mia_1_1range2d__iterator_3_01I_01_4_01_4.html" title="std::iterator_traits\l\&lt; mia::range2d_iterator\l\&lt; I \&gt; \&gt;" alt="" coords="5,5,181,61"/></map>
</td></tr>
<tr><td><img src="inherit_graph_134.png" border="0" alt="" usemap="#std_1_1iterator__traits_3_01mia_1_1range2d__iterator__with__boundary__flag_3_01I_01_4_01_4"/>
<map name="std_1_1iterator__traits_3_01mia_1_1range2d__iterator__with__boundary__flag_3_01I_01_4_01_4" id="std_1_1iterator__traits_3_01mia_1_1range2d__iterator__with__boundary__flag_3_01I_01_4_01_4">
<area shape="rect" id="node1" href="classstd_1_1iterator__traits_3_01mia_1_1range2d__iterator__with__boundary__flag_3_01I_01_4_01_4.html" title="std::iterator_traits\l\&lt; mia::range2d_iterator\l_with_boundary_flag\&lt; I \&gt; \&gt;" alt="" coords="5,5,204,61"/></map>
</td></tr>
<tr><td><img src="inherit_graph_135.png" border="0" alt="" usemap="#std_1_1iterator__traits_3_01mia_1_1range3d__iterator_3_01I_01_4_01_4"/>
<map name="std_1_1iterator__traits_3_01mia_1_1range3d__iterator_3_01I_01_4_01_4" id="std_1_1iterator__traits_3_01mia_1_1range3d__iterator_3_01I_01_4_01_4">
<area shape="rect" id="node1" href="classstd_1_1iterator__traits_3_01mia_1_1range3d__iterator_3_01I_01_4_01_4.html" title="std::iterator_traits\l\&lt; mia::range3d_iterator\l\&lt; I \&gt; \&gt;" alt="" coords="5,5,181,61"/></map>
</td></tr>
<tr><td><img src="inherit_graph_136.png" border="0" alt="" usemap="#std_1_1iterator__traits_3_01mia_1_1range3d__iterator__with__boundary__flag_3_01I_01_4_01_4"/>
<map name="std_1_1iterator__traits_3_01mia_1_1range3d__iterator__with__boundary__flag_3_01I_01_4_01_4" id="std_1_1iterator__traits_3_01mia_1_1range3d__iterator__with__boundary__flag_3_01I_01_4_01_4">
<area shape="rect" id="node1" href="classstd_1_1iterator__traits_3_01mia_1_1range3d__iterator__with__boundary__flag_3_01I_01_4_01_4.html" title="std::iterator_traits\l\&lt; mia::range3d_iterator\l_with_boundary_flag\&lt; I \&gt; \&gt;" alt="" coords="5,5,204,61"/></map>
</td></tr>
<tr><td><img src="inherit_graph_137.png" border="0" alt="" usemap="#streamredir"/>
<map name="streamredir" id="streamredir">
<area shape="rect" id="node2" href="classstreamredir.html" title="base class to redirect output streams " alt="" coords="141,5,239,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_138.png" border="0" alt="" usemap="#T2DDatafield_3_01float_01_4"/>
<map name="T2DDatafield_3_01float_01_4" id="T2DDatafield_3_01float_01_4">
<area shape="rect" id="node1" href="classT2DDatafield.html" title="T2DDatafield\&lt; float \&gt;" alt="" coords="5,5,168,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_139.png" border="0" alt="" usemap="#T2DDatafield_3_01typename_01coeff__map_3_01T_01_4_1_1coeff__type_01_4"/>
<map name="T2DDatafield_3_01typename_01coeff__map_3_01T_01_4_1_1coeff__type_01_4" id="T2DDatafield_3_01typename_01coeff__map_3_01T_01_4_1_1coeff__type_01_4">
<area shape="rect" id="node1" href="classT2DDatafield.html" title="T2DDatafield\&lt; typename\l coeff_map\&lt; T \&gt;::coeff\l_type \&gt;" alt="" coords="5,5,189,61"/></map>
</td></tr>
<tr><td><img src="inherit_graph_140.png" border="0" alt="" usemap="#T2DInterpolator_3_01T_01_4"/>
<map name="T2DInterpolator_3_01T_01_4" id="T2DInterpolator_3_01T_01_4">
<area shape="rect" id="node1" href="classT2DInterpolator.html" title="The base class template for all kinds of interpolators. " alt="" coords="5,5,164,32"/><area shape="rect" id="node2" href="classT2DConvoluteInterpolator.html" title="The base class for 2D interpolators that use some kind of spacial convolution. " alt="" coords="212,5,435,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_141.png" border="0" alt="" usemap="#T2DVector_3_01float_01_4"/>
<map name="T2DVector_3_01float_01_4" id="T2DVector_3_01float_01_4">
<area shape="rect" id="node1" href="classT2DVector.html" title="T2DVector\&lt; float \&gt;" alt="" coords="5,5,152,32"/><area shape="rect" id="node2" href="classCSegPoint2D.html" title="a point in a 2D segmentation shape " alt="" coords="200,5,307,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_142.png" border="0" alt="" usemap="#T2DVector_3_01T_01_4"/>
<map name="T2DVector_3_01T_01_4" id="T2DVector_3_01T_01_4">
<area shape="rect" id="node1" href="classT2DVector.html" title="a 2D vector " alt="" coords="5,5,131,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_143.png" border="0" alt="" usemap="#T2DVector_3_01T2DVector_3_01T_01_4_01_4"/>
<map name="T2DVector_3_01T2DVector_3_01T_01_4_01_4" id="T2DVector_3_01T2DVector_3_01T_01_4_01_4">
<area shape="rect" id="node1" href="classT2DVector.html" title="T2DVector\&lt; T2DVector\l\&lt; T \&gt; \&gt;" alt="" coords="5,5,175,47"/><area shape="rect" id="node2" href="structT2DMatrix.html" title="A simple 2x2 matrix. " alt="" coords="223,13,345,39"/></map>
</td></tr>
<tr><td><img src="inherit_graph_144.png" border="0" alt="" usemap="#T2DVector_3_01unsigned_01int_01_4"/>
<map name="T2DVector_3_01unsigned_01int_01_4" id="T2DVector_3_01unsigned_01int_01_4">
<area shape="rect" id="node1" href="classT2DVector.html" title="T2DVector\&lt; unsigned\l int \&gt;" alt="" coords="5,5,167,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_145.png" border="0" alt="" usemap="#T3DDatafield_3_01typename_01coeff__map_3_01T_01_4_1_1coeff__type_01_4"/>
<map name="T3DDatafield_3_01typename_01coeff__map_3_01T_01_4_1_1coeff__type_01_4" id="T3DDatafield_3_01typename_01coeff__map_3_01T_01_4_1_1coeff__type_01_4">
<area shape="rect" id="node1" href="classT3DDatafield.html" title="T3DDatafield\&lt; typename\l coeff_map\&lt; T \&gt;::coeff\l_type \&gt;" alt="" coords="5,5,189,61"/></map>
</td></tr>
<tr><td><img src="inherit_graph_146.png" border="0" alt="" usemap="#T3DInterpolator_3_01T_01_4"/>
<map name="T3DInterpolator_3_01T_01_4" id="T3DInterpolator_3_01T_01_4">
<area shape="rect" id="node1" href="classT3DInterpolator.html" title="Basic Interpolator type for 3D Data. " alt="" coords="5,5,164,32"/><area shape="rect" id="node2" href="classT3DConvoluteInterpolator.html" title="Interpolator that is based on convolution,like b&#45;splines an o&#45;moms. " alt="" coords="212,5,435,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_147.png" border="0" alt="" usemap="#T3DVector_3_01double_01_4"/>
<map name="T3DVector_3_01double_01_4" id="T3DVector_3_01double_01_4">
<area shape="rect" id="node1" href="classT3DVector.html" title="T3DVector\&lt; double \&gt;" alt="" coords="5,5,167,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_148.png" border="0" alt="" usemap="#T3DVector_3_01float_01_4"/>
<map name="T3DVector_3_01float_01_4" id="T3DVector_3_01float_01_4">
<area shape="rect" id="node1" href="classT3DVector.html" title="T3DVector\&lt; float \&gt;" alt="" coords="5,5,152,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_149.png" border="0" alt="" usemap="#T3DVector_3_01T_01_4"/>
<map name="T3DVector_3_01T_01_4" id="T3DVector_3_01T_01_4">
<area shape="rect" id="node1" href="classT3DVector.html" title="A simple 3D vector type. " alt="" coords="5,5,131,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_150.png" border="0" alt="" usemap="#T3DVector_3_01T3DVector_3_01float_01_4_01_4"/>
<map name="T3DVector_3_01T3DVector_3_01float_01_4_01_4" id="T3DVector_3_01T3DVector_3_01float_01_4_01_4">
<area shape="rect" id="node1" href="classT3DVector.html" title="T3DVector\&lt; T3DVector\l\&lt; float \&gt; \&gt;" alt="" coords="5,5,175,47"/><area shape="rect" id="node2" href="classT3DMatrix.html" title="T3DMatrix\&lt; float \&gt;" alt="" coords="223,13,367,39"/></map>
</td></tr>
<tr><td><img src="inherit_graph_151.png" border="0" alt="" usemap="#T3DVector_3_01T3DVector_3_01T_01_4_01_4"/>
<map name="T3DVector_3_01T3DVector_3_01T_01_4_01_4" id="T3DVector_3_01T3DVector_3_01T_01_4_01_4">
<area shape="rect" id="node1" href="classT3DVector.html" title="T3DVector\&lt; T3DVector\l\&lt; T \&gt; \&gt;" alt="" coords="5,5,175,47"/><area shape="rect" id="node2" href="classT3DMatrix.html" title="a simple 3x3 matrix " alt="" coords="223,13,345,39"/></map>
</td></tr>
<tr><td><img src="inherit_graph_152.png" border="0" alt="" usemap="#T3DVector_3_01unsigned_01int_01_4"/>
<map name="T3DVector_3_01unsigned_01int_01_4" id="T3DVector_3_01unsigned_01int_01_4">
<area shape="rect" id="node1" href="classT3DVector.html" title="T3DVector\&lt; unsigned\l int \&gt;" alt="" coords="5,5,167,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_153.png" border="0" alt="" usemap="#TCSTPlan_3_01T_01_4"/>
<map name="TCSTPlan_3_01T_01_4" id="TCSTPlan_3_01T_01_4">
<area shape="rect" id="node1" href="classTCSTPlan.html" title="TCSTPlan\&lt; T \&gt;" alt="" coords="5,5,123,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_154.png" border="0" alt="" usemap="#TDataSeriesICA_3_01Data_01_4"/>
<map name="TDataSeriesICA_3_01Data_01_4" id="TDataSeriesICA_3_01Data_01_4">
<area shape="rect" id="node1" href="classTDataSeriesICA.html" title="Templated representation of a ICA series analyis. " alt="" coords="5,5,188,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_155.png" border="0" alt="" usemap="#TDelayedParameter_3_01T_01_4"/>
<map name="TDelayedParameter_3_01T_01_4" id="TDelayedParameter_3_01T_01_4">
<area shape="rect" id="node1" href="classTDelayedParameter.html" title="A parameter proxy object with a key to identify it. " alt="" coords="5,5,191,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_156.png" border="0" alt="" usemap="#TDictMap_3_01EBoxSegmentation_01_4"/>
<map name="TDictMap_3_01EBoxSegmentation_01_4" id="TDictMap_3_01EBoxSegmentation_01_4">
<area shape="rect" id="node1" href="classTDictMap.html" title="TDictMap\&lt; EBoxSegmentation \&gt;" alt="" coords="5,5,240,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_157.png" border="0" alt="" usemap="#TDictMap_3_01T_01_4"/>
<map name="TDictMap_3_01T_01_4" id="TDictMap_3_01T_01_4">
<area shape="rect" id="node1" href="classTDictMap.html" title="A mapper from emums to string values. &#45; usefull for names flags. " alt="" coords="5,5,124,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_158.png" border="0" alt="" usemap="#TDictMap_3_01T_01_4_1_1Table"/>
<map name="TDictMap_3_01T_01_4_1_1Table" id="TDictMap_3_01T_01_4_1_1Table">
<area shape="rect" id="node1" href="structTDictMap_1_1Table.html" title="TDictMap\&lt; T \&gt;::Table" alt="" coords="5,5,164,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_159.png" border="0" alt="" usemap="#test__io__data"/>
<map name="test__io__data" id="test__io__data">
<area shape="rect" id="node1" href="structtest__io__data.html" title="test_io_data" alt="" coords="5,5,107,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_160.png" border="0" alt="" usemap="#TFifoFilter_3_01T_01_4"/>
<map name="TFifoFilter_3_01T_01_4" id="TFifoFilter_3_01T_01_4">
<area shape="rect" id="node1" href="classTFifoFilter.html" title="Generic base class for out&#45;of&#45;core FIFO filters. " alt="" coords="5,5,123,32"/><area shape="rect" id="node2" href="classTFifoFilterSink.html" title="Helper class for testing FIFO filter chains. " alt="" coords="171,5,315,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_161.png" border="0" alt="" usemap="#TFilter_3_01int_01_4"/>
<map name="TFilter_3_01int_01_4" id="TFilter_3_01int_01_4">
<area shape="rect" id="node1" href="structTFilter.html" title="TFilter\&lt; int \&gt;" alt="" coords="5,5,111,32"/><area shape="rect" id="node2" href="classCImageComparePrinter.html" title="a class to print out the intensity values of two images to compare them " alt="" coords="159,5,331,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_162.png" border="0" alt="" usemap="#TFilter_3_01P2DImage_01_4"/>
<map name="TFilter_3_01P2DImage_01_4" id="TFilter_3_01P2DImage_01_4">
<area shape="rect" id="node1" href="structTFilter.html" title="TFilter\&lt; P2DImage \&gt;" alt="" coords="5,5,160,32"/><area shape="rect" id="node2" href="structFDeformer2D.html" title="FDeformer2D" alt="" coords="208,5,316,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_163.png" border="0" alt="" usemap="#TFilter_3_01P3DImage_01_4"/>
<map name="TFilter_3_01P3DImage_01_4" id="TFilter_3_01P3DImage_01_4">
<area shape="rect" id="node1" href="structTFilter.html" title="TFilter\&lt; P3DImage \&gt;" alt="" coords="5,5,160,32"/><area shape="rect" id="node2" href="structFDeformer3D.html" title="A filter to transform an image. " alt="" coords="208,5,316,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_164.png" border="0" alt="" usemap="#TFilter_3_01R_01_4"/>
<map name="TFilter_3_01R_01_4" id="TFilter_3_01R_01_4">
<area shape="rect" id="node1" href="structTFilter.html" title="base class for all filer type functors. " alt="" coords="5,5,103,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_165.png" border="0" alt="" usemap="#TFilter_3_01std_1_1pair_3_01double_00_01double_01_4_01_4"/>
<map name="TFilter_3_01std_1_1pair_3_01double_00_01double_01_4_01_4" id="TFilter_3_01std_1_1pair_3_01double_00_01double_01_4_01_4">
<area shape="rect" id="node1" href="structTFilter.html" title="TFilter\&lt; std::pair\l\&lt; double, double \&gt; \&gt;" alt="" coords="5,23,167,65"/><area shape="rect" id="node2" href="structFMeanVariance.html" title="Functor to be called by mia::filter to evaluate mean and variance of a series of data. " alt="" coords="215,5,333,32"/><area shape="rect" id="node3" href="structFMedianMAD.html" title="Functor to be called by mia::filter to evaluate median and median average distance (MAD) of a series ..." alt="" coords="221,56,327,83"/></map>
</td></tr>
<tr><td><img src="inherit_graph_166.png" border="0" alt="" usemap="#TFilter_3_01std_1_1shared__ptr_3_01Image_01_4_01_4"/>
<map name="TFilter_3_01std_1_1shared__ptr_3_01Image_01_4_01_4" id="TFilter_3_01std_1_1shared__ptr_3_01Image_01_4_01_4">
<area shape="rect" id="node1" href="classCPropertyFlagHolder.html" title="This class holds a set of properties. " alt="" coords="5,309,159,336"/><area shape="rect" id="node2" href="classCMinimizer_1_1Problem.html" title="Base class for all optimization problems that can be run by CMinimizer. " alt="" coords="221,5,375,32"/><area shape="rect" id="node4" href="classCProductBase.html" title="The base class for all plug&#45;in created object. " alt="" coords="242,613,354,640"/><area shape="rect" id="node3" href="classGroundTruthProblem.html" title="a class for the evaluation of a pseudo ground truth of a perfusion series " alt="" coords="461,5,615,32"/><area shape="rect" id="node5" href="classC1DFilterKernel.html" title="base class for 1D filter kernels " alt="" coords="479,897,597,924"/><area shape="rect" id="node7" href="classC2DImageFifoFilter.html" title="The class to provide filtering of series of 2D images as if they where 3D images. ..." alt="" coords="468,56,608,83"/><area shape="rect" id="node8" href="classC2DMorphShape.html" title="a class for advanced morphological filter masks " alt="" coords="473,948,603,975"/><area shape="rect" id="node9" href="classC2DRegTimeStep.html" title="The time step class for time&#45;marching registration algorithms. " alt="" coords="471,999,605,1025"/><area shape="rect" id="node10" href="classC2DSplineTransformPenalty.html" title="Base class for transformation penalties in spline based deformations. " alt="" coords="439,1049,637,1076"/><area shape="rect" id="node11" href="classC3DRegTimeStep.html" title="The time&#45;step part of time&#45;marching registration algorithms. " alt="" coords="471,1100,605,1127"/><area shape="rect" id="node12" href="classC3DSplineTransformPenalty.html" title="Base class for transformation penalties in spline based deformations. " alt="" coords="439,107,637,133"/><area shape="rect" id="node13" href="classCMinimizer.html" title="A class for generalized minimization problems. " alt="" coords="492,157,584,184"/><area shape="rect" id="node14" href="classCNoiseGenerator.html" title="Base class for the noise generators. " alt="" coords="472,208,604,235"/><area shape="rect" id="node15" href="classCSplineBoundaryCondition.html" title="Abstract base class for B&#45;spline interpolation boundary conditions. " alt="" coords="443,259,633,285"/><area shape="rect" id="node16" href="classCSplineKernel.html" title="Base class for all spline based interpolation kernels. " alt="" coords="483,309,593,336"/><area shape="rect" id="node17" href="classTCost.html" title="The generic cost function interface. " alt="" coords="483,360,593,387"/><area shape="rect" id="node18" href="classTCST2DKernel.html" title="Base class for cos/sin transformation filters. " alt="" coords="465,411,611,437"/><area shape="rect" id="node19" href="classTDataFilter.html" title="Generic interface class to data filters. " alt="" coords="473,1151,603,1177"/><area shape="rect" id="node21" href="classTDataFilter.html" title="TDataFilter\&lt; Image \&gt;" alt="" coords="458,1205,618,1232"/><area shape="rect" id="node23" href="classTFullCost.html" title="Base class for a general cost function. " alt="" coords="453,461,623,488"/><area shape="rect" id="node25" href="classTImageCombiner.html" title="TImageCombiner\&lt; Image \&gt;" alt="" coords="437,1260,639,1287"/><area shape="rect" id="node26" href="classTImageCreator.html" title="The base class for generic image creation. " alt="" coords="461,512,615,539"/><area shape="rect" id="node27" href="classTMaskedCost.html" title="The generic cost function interface. " alt="" coords="448,563,628,589"/><area shape="rect" id="node28" href="classTRegModel.html" title="Base class for PDE model based registrations. " alt="" coords="465,613,611,640"/><area shape="rect" id="node29" href="classTShape.html" title="a generic class for morphological shapes " alt="" coords="475,664,601,691"/><area shape="rect" id="node30" href="classTSparseSolver.html" title="solver for sparse systems of equations " alt="" coords="463,715,613,741"/><area shape="rect" id="node31" href="classTSparseSolver_1_1A__mult__x.html" title="A class that implements the multiplication of a cell of the matrix A with the field x..." alt="" coords="463,766,613,807"/><area shape="rect" id="node32" href="classTTransformCreator.html" title="TTransformCreator\&lt;\l Transform \&gt;" alt="" coords="463,831,613,873"/><area shape="rect" id="node6" href="classC1DFoldingKernel.html" title="Base class for folding kernal types. " alt="" coords="717,897,850,924"/><area shape="rect" id="node20" href="classTDataFilterChained.html" title="TDataFilterChained\&lt; D \&gt;" alt="" coords="692,1148,875,1175"/><area shape="rect" id="node22" href="classTImageCombinerFilter.html" title="TImageCombinerFilter\l\&lt; Image \&gt;" alt="" coords="703,1199,864,1241"/><area shape="rect" id="node24" href="classTFullCostList.html" title="A accumulation of cost functions that are weigted against each other. " alt="" coords="687,461,880,488"/><area shape="rect" id="node33" href="classTFifoFilter.html" title="TFifoFilter\&lt; P2DImage \&gt;" alt="" coords="210,56,386,83"/><area shape="rect" id="node34" href="structTFilter.html" title="TFilter\&lt; Image::Pointer \&gt;" alt="" coords="207,1264,389,1291"/><area shape="rect" id="node35" href="structTFilter.html" title="TFilter\&lt; std::shared\l_ptr\&lt; D \&gt; \&gt;" alt="" coords="225,1133,371,1174"/><area shape="rect" id="node36" href="structTFilter.html" title="TFilter\&lt; std::shared\l_ptr\&lt; Image \&gt; \&gt;" alt="" coords="225,1198,371,1239"/></map>
</td></tr>
<tr><td><img src="inherit_graph_167.png" border="0" alt="" usemap="#TFilter_3_01T2DImage_3_01O_01_4_01_4"/>
<map name="TFilter_3_01T2DImage_3_01O_01_4_01_4" id="TFilter_3_01T2DImage_3_01O_01_4_01_4">
<area shape="rect" id="node1" href="structTFilter.html" title="TFilter\&lt; T2DImage\&lt;\l O \&gt; \&gt;" alt="" coords="5,5,156,47"/><area shape="rect" id="node2" href="structFConvert2DImageToPixeltypeO.html" title="functor to convert an image with an abitrary pixel type to single floating point pixels ..." alt="" coords="204,5,411,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_168.png" border="0" alt="" usemap="#TFilter_3_01T3DImage_3_01O_01_4_01_4"/>
<map name="TFilter_3_01T3DImage_3_01O_01_4_01_4" id="TFilter_3_01T3DImage_3_01O_01_4_01_4">
<area shape="rect" id="node1" href="structTFilter.html" title="TFilter\&lt; T3DImage\&lt;\l O \&gt; \&gt;" alt="" coords="5,5,156,47"/><area shape="rect" id="node2" href="structFConvert3DImageToPixeltypeO.html" title="functor to convert an image with an abitrary pixel type to single floating point pixels ..." alt="" coords="204,5,411,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_169.png" border="0" alt="" usemap="#TFilter_3_01void_01_4"/>
<map name="TFilter_3_01void_01_4" id="TFilter_3_01void_01_4">
<area shape="rect" id="node1" href="structTFilter.html" title="TFilter\&lt; void \&gt;" alt="" coords="5,31,120,57"/><area shape="rect" id="node2" href="classC3DImageCollector.html" title="C3DImageCollector" alt="" coords="195,5,340,32"/><area shape="rect" id="node3" href="classFIntensityStatsAccumulator.html" title="Functor to accumulate statistics of data. " alt="" coords="168,56,367,83"/></map>
</td></tr>
<tr><td><img src="inherit_graph_170.png" border="0" alt="" usemap="#TFilterChain_3_01Handler_01_4"/>
<map name="TFilterChain_3_01Handler_01_4" id="TFilterChain_3_01Handler_01_4">
<area shape="rect" id="node1" href="classTFilterChain.html" title="create and use a chain of filters " alt="" coords="5,5,180,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_171.png" border="0" alt="" usemap="#TFiltertestFixture_3_01Image_01_4"/>
<map name="TFiltertestFixture_3_01Image_01_4" id="TFiltertestFixture_3_01Image_01_4">
<area shape="rect" id="node1" href="classTFiltertestFixture.html" title="a Fixture to do general plug.in testing " alt="" coords="5,5,132,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_172.png" border="0" alt="" usemap="#THandlerSingleton_3_01T_01_4"/>
<map name="THandlerSingleton_3_01T_01_4" id="THandlerSingleton_3_01T_01_4">
<area shape="rect" id="node2" href="classTHandlerSingleton.html" title="the singleton that a plug&#45;in handler really is " alt="" coords="92,5,268,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_173.png" border="0" alt="" usemap="#THistogram_3_01Feeder_01_4"/>
<map name="THistogram_3_01Feeder_01_4" id="THistogram_3_01Feeder_01_4">
<area shape="rect" id="node1" href="classTHistogram.html" title="a simple histogram that uses an instance of THistogramFeeder as input converter " alt="" coords="5,5,175,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_174.png" border="0" alt="" usemap="#THistogramFeeder_3_01T_01_4"/>
<map name="THistogramFeeder_3_01T_01_4" id="THistogramFeeder_3_01T_01_4">
<area shape="rect" id="node1" href="classTHistogramFeeder.html" title="A class to normalize and quantizize input data to a given histogram range with its given number of bi..." alt="" coords="5,5,181,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_175.png" border="0" alt="" usemap="#THistogramFeeder_3_01unsigned_01char_01_4"/>
<map name="THistogramFeeder_3_01unsigned_01char_01_4" id="THistogramFeeder_3_01unsigned_01char_01_4">
<area shape="rect" id="node1" href="classTHistogramFeeder_3_01unsigned_01char_01_4.html" title="specialization of the THistogramFeeder for unsigned byte input data " alt="" coords="5,5,217,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_176.png" border="0" alt="" usemap="#TNonrigidRegister_3_01dim_01_4"/>
<map name="TNonrigidRegister_3_01dim_01_4" id="TNonrigidRegister_3_01dim_01_4">
<area shape="rect" id="node1" href="classTNonrigidRegister.html" title="Class for image registration. " alt="" coords="5,5,149,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_177.png" border="0" alt="" usemap="#TNonrigidRegisterImpl_3_01dim_01_4"/>
<map name="TNonrigidRegisterImpl_3_01dim_01_4" id="TNonrigidRegisterImpl_3_01dim_01_4">
<area shape="rect" id="node1" href="structTNonrigidRegisterImpl.html" title="TNonrigidRegisterImpl\l\&lt; dim \&gt;" alt="" coords="5,5,165,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_178.png" border="0" alt="" usemap="#TPolyTriangulator_3_01VertexVector_00_01Polygon_01_4"/>
<map name="TPolyTriangulator_3_01VertexVector_00_01Polygon_01_4" id="TPolyTriangulator_3_01VertexVector_00_01Polygon_01_4">
<area shape="rect" id="node1" href="classTPolyTriangulator.html" title="class to make a triangle mesh from a closed polygon " alt="" coords="5,5,187,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_179.png" border="0" alt="" usemap="#TRefHolder_3_01T_01_4"/>
<map name="TRefHolder_3_01T_01_4" id="TRefHolder_3_01T_01_4">
<area shape="rect" id="node1" href="classTRefHolder.html" title="A class to make a const reference not so const. " alt="" coords="5,5,132,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_180.png" border="0" alt="" usemap="#TSimilarityProfile_3_01dim_01_4"/>
<map name="TSimilarityProfile_3_01dim_01_4" id="TSimilarityProfile_3_01dim_01_4">
<area shape="rect" id="node1" href="classTSimilarityProfile.html" title="A class to evaluate image similarity profiles of image series. " alt="" coords="5,5,132,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_181.png" border="0" alt="" usemap="#TSingleReferencedObject_3_01T_01_4"/>
<map name="TSingleReferencedObject_3_01T_01_4" id="TSingleReferencedObject_3_01T_01_4">
<area shape="rect" id="node1" href="classTSingleReferencedObject.html" title="a singulater reference counted object that gets destroyed when the refount goes to zero ..." alt="" coords="5,5,223,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_182.png" border="0" alt="" usemap="#TSingleReferencedObject_3_01T_01_4_1_1Destructor"/>
<map name="TSingleReferencedObject_3_01T_01_4_1_1Destructor" id="TSingleReferencedObject_3_01T_01_4_1_1Destructor">
<area shape="rect" id="node1" href="structTSingleReferencedObject_1_1Destructor.html" title="TSingleReferencedObject\l\&lt; T \&gt;::Destructor" alt="" coords="5,5,185,47"/><area shape="rect" id="node2" href="structTSingleReferencedObject_1_1EmptyDestructor.html" title="TSingleReferencedObject\l\&lt; T \&gt;::EmptyDestructor" alt="" coords="233,5,413,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_183.png" border="0" alt="" usemap="#TTrackPoint_3_01Transformation_01_4"/>
<map name="TTrackPoint_3_01Transformation_01_4" id="TTrackPoint_3_01Transformation_01_4">
<area shape="rect" id="node1" href="classTTrackPoint.html" title="Class to track pixel movement based on a transformation. " alt="" coords="5,5,224,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_184.png" border="0" alt="" usemap="#TWatershed_3_01dim_01_4"/>
<map name="TWatershed_3_01dim_01_4" id="TWatershed_3_01dim_01_4">
<area shape="rect" id="node2" href="classTWatershed.html" title="templated version of the standard watershed algorithm " alt="" coords="124,5,275,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_185.png" border="0" alt="" usemap="#TWatershedFilterPlugin_3_01dim_01_4"/>
<map name="TWatershedFilterPlugin_3_01dim_01_4" id="TWatershedFilterPlugin_3_01dim_01_4">
<area shape="rect" id="node2" href="classTWatershedFilterPlugin.html" title="plugin for the templated version of the standard watershed algorithm " alt="" coords="132,5,296,47"/></map>
</td></tr>
<tr><td><img src="inherit_graph_186.png" border="0" alt="" usemap="#Vector_3_01T_01_4"/>
<map name="Vector_3_01T_01_4" id="Vector_3_01T_01_4">
<area shape="rect" id="node1" href="classVector.html" title="A wrapper around the c&#45;array to provide an STL like interface for iterators. " alt="" coords="5,5,105,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_187.png" border="0" alt="" usemap="#vector__dimsize"/>
<map name="vector__dimsize" id="vector__dimsize">
<area shape="rect" id="node1" href="structvector__dimsize.html" title="Structure to enable the use of the dim_traits class for std::vector. " alt="" coords="5,5,124,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_188.png" border="0" alt="" usemap="#void__destructor_3_01T_01_4"/>
<map name="void__destructor_3_01T_01_4" id="void__destructor_3_01T_01_4">
<area shape="rect" id="node1" href="structvoid__destructor.html" title="A helper class to make it possible to store a non&#45;pointer object or a pointer that must not be freed ..." alt="" coords="5,5,164,32"/></map>
</td></tr>
<tr><td><img src="inherit_graph_189.png" border="0" alt="" usemap="#vstream"/>
<map name="vstream" id="vstream">
<area shape="rect" id="node1" href="classvstream.html" title="A output stream to enable certain levels of verbosity. " alt="" coords="5,5,80,32"/></map>
</td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Oct 9 2014 13:52:58 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>