1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 |
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
3 |
<title>PamCut: VerboseBlindCollection Class Reference</title> |
4 |
<link href="tabs.css" rel="stylesheet" type="text/css"> |
5 |
<link href="doxygen.css" rel="stylesheet" type="text/css"> |
6 |
</head><body> |
7 |
<!-- Generated by Doxygen 1.5.9 --> |
8 |
<div class="navigation" id="top"> |
9 |
<div class="tabs"> |
10 |
<ul> |
11 |
<li><a href="index.html"><span>Main Page</span></a></li> |
12 |
<li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
13 |
<li><a href="files.html"><span>Files</span></a></li> |
14 |
</ul> |
15 |
</div> |
16 |
<div class="tabs"> |
17 |
<ul> |
18 |
<li><a href="annotated.html"><span>Class List</span></a></li> |
19 |
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
20 |
<li><a href="functions.html"><span>Class Members</span></a></li> |
21 |
</ul> |
22 |
</div> |
23 |
</div> |
24 |
<div class="contents"> |
25 |
<h1>VerboseBlindCollection Class Reference</h1><!-- doxytag: class="VerboseBlindCollection" --><!-- doxytag: inherits="SmartBlindCollection" -->A smart blind collection which prints selection reports. |
26 |
<a href="#_details">More...</a> |
27 |
<p> |
28 |
<code>#include <<a class="el" href="VerboseBlindCollection_8h_source.html">VerboseBlindCollection.h</a>></code> |
29 |
<p> |
30 |
<div class="dynheader"> |
31 |
Inheritance diagram for VerboseBlindCollection:</div> |
32 |
<div class="dynsection"> |
33 |
|
34 |
<p><center><img src="classVerboseBlindCollection.png" usemap="#VerboseBlindCollection_map" border="0" alt=""></center> |
35 |
<map name="VerboseBlindCollection_map"> |
36 |
<area href="classSmartBlindCollection.html" alt="SmartBlindCollection" shape="rect" coords="0,168,144,192"> |
37 |
<area href="classSmartCollection.html" alt="SmartCollection" shape="rect" coords="0,112,144,136"> |
38 |
<area href="classPamCutCollection.html" alt="PamCutCollection" shape="rect" coords="0,56,144,80"> |
39 |
<area href="classPamCut.html" alt="PamCut" shape="rect" coords="0,0,144,24"> |
40 |
</map> |
41 |
</div> |
42 |
|
43 |
<p> |
44 |
<a href="classVerboseBlindCollection-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
45 |
<tr><td></td></tr> |
46 |
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
47 |
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classVerboseBlindCollection.html#ab392ccb3134af632dfbe26061c875a8">VerboseBlindCollection</a> (const char *collectionName)</td></tr> |
48 |
|
49 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#ab392ccb3134af632dfbe26061c875a8"></a><br></td></tr> |
50 |
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f52714b91449d21d3d0021380ec1f576"></a><!-- doxytag: member="VerboseBlindCollection::~VerboseBlindCollection" ref="f52714b91449d21d3d0021380ec1f576" args="()" --> |
51 |
</td><td class="memItemRight" valign="bottom"><a class="el" href="classVerboseBlindCollection.html#f52714b91449d21d3d0021380ec1f576">~VerboseBlindCollection</a> ()</td></tr> |
52 |
|
53 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <br></td></tr> |
54 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classVerboseBlindCollection.html#43d6ea7b5ea35c5dbb342e23584b79ee">Finalize</a> ()</td></tr> |
55 |
|
56 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">The post analysis task. <a href="#43d6ea7b5ea35c5dbb342e23584b79ee"></a><br></td></tr> |
57 |
</table> |
58 |
<hr><a name="_details"></a><h2>Detailed Description</h2> |
59 |
A smart blind collection which prints selection reports. |
60 |
<p> |
61 |
This class inherits from <a class="el" href="classSmartBlindCollection.html" title="A blind collection class designed to use CollectionAction objects.">SmartBlindCollection</a>, so it can handle actions. It is designed to automate a very common task: printing the selection results at the end of the analysis. Other desired tasks can be accomplished by means of actions. <hr><h2>Constructor & Destructor Documentation</h2> |
62 |
<a class="anchor" name="ab392ccb3134af632dfbe26061c875a8"></a><!-- doxytag: member="VerboseBlindCollection::VerboseBlindCollection" ref="ab392ccb3134af632dfbe26061c875a8" args="(const char *collectionName)" --> |
63 |
<div class="memitem"> |
64 |
<div class="memproto"> |
65 |
<table class="memname"> |
66 |
<tr> |
67 |
<td class="memname">VerboseBlindCollection::VerboseBlindCollection </td> |
68 |
<td>(</td> |
69 |
<td class="paramtype">const char * </td> |
70 |
<td class="paramname"> <em>collectionName</em> </td> |
71 |
<td> ) </td> |
72 |
<td><code> [inline]</code></td> |
73 |
</tr> |
74 |
</table> |
75 |
</div> |
76 |
<div class="memdoc"> |
77 |
|
78 |
<p> |
79 |
Constructor. |
80 |
<p> |
81 |
<dl compact><dt><b>Parameters:</b></dt><dd> |
82 |
<table border="0" cellspacing="2" cellpadding="0"> |
83 |
<tr><td valign="top"></td><td valign="top"><em>collectionName</em> </td><td>The collection's name. </td></tr> |
84 |
</table> |
85 |
</dl> |
86 |
|
87 |
</div> |
88 |
</div><p> |
89 |
<hr><h2>Member Function Documentation</h2> |
90 |
<a class="anchor" name="43d6ea7b5ea35c5dbb342e23584b79ee"></a><!-- doxytag: member="VerboseBlindCollection::Finalize" ref="43d6ea7b5ea35c5dbb342e23584b79ee" args="()" --> |
91 |
<div class="memitem"> |
92 |
<div class="memproto"> |
93 |
<table class="memname"> |
94 |
<tr> |
95 |
<td class="memname">void VerboseBlindCollection::Finalize </td> |
96 |
<td>(</td> |
97 |
<td class="paramname"> </td> |
98 |
<td> ) </td> |
99 |
<td><code> [virtual]</code></td> |
100 |
</tr> |
101 |
</table> |
102 |
</div> |
103 |
<div class="memdoc"> |
104 |
|
105 |
<p> |
106 |
The post analysis task. |
107 |
<p> |
108 |
This implementation simply prints the selection report, and then calls SmartColletion::Finalize(). |
109 |
<p>Reimplemented from <a class="el" href="classSmartCollection.html#8105730615ad127a482a7fb399695977">SmartCollection</a>.</p> |
110 |
|
111 |
</div> |
112 |
</div><p> |
113 |
<hr>The documentation for this class was generated from the following files:<ul> |
114 |
<li>Collections/VerboseBlindCollection/<a class="el" href="VerboseBlindCollection_8h_source.html">VerboseBlindCollection.h</a><li>Collections/VerboseBlindCollection/<a class="el" href="VerboseBlindCollection_8cpp.html">VerboseBlindCollection.cpp</a></ul> |
115 |
</div> |
116 |
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jun 5 15:09:09 2009 for PamCut by |
117 |
<a href="http://www.doxygen.org/index.html"> |
118 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> |
119 |
</body> |
120 |
</html> |