Mercurial > hg > vamp-website
comparison code-doc/struct__VampFeatureList.html @ 0:351c4ebce5f9 website
* Move website from vamp-website/trunk to plain website
author | cannam |
---|---|
date | Mon, 22 Sep 2008 13:01:46 +0000 |
parents | |
children | cc0be37dc9d3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:351c4ebce5f9 |
---|---|
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>VampPluginSDK: _VampFeatureList Struct Reference</title> | |
4 <link href="doxygen.css" rel="stylesheet" type="text/css"> | |
5 <link href="tabs.css" rel="stylesheet" type="text/css"> | |
6 </head><body> | |
7 <!-- Generated by Doxygen 1.5.5 --> | |
8 <div class="navigation" id="top"> | |
9 <div class="tabs"> | |
10 <ul> | |
11 <li><a href="main.html"><span>Main Page</span></a></li> | |
12 <li><a href="namespaces.html"><span>Namespaces</span></a></li> | |
13 <li class="current"><a href="annotated.html"><span>Classes</span></a></li> | |
14 <li><a href="files.html"><span>Files</span></a></li> | |
15 <li><a href="dirs.html"><span>Directories</span></a></li> | |
16 </ul> | |
17 </div> | |
18 <div class="tabs"> | |
19 <ul> | |
20 <li><a href="annotated.html"><span>Class List</span></a></li> | |
21 <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> | |
22 <li><a href="functions.html"><span>Class Members</span></a></li> | |
23 </ul> | |
24 </div> | |
25 </div> | |
26 <div class="contents"> | |
27 <h1>_VampFeatureList Struct Reference</h1><!-- doxytag: class="_VampFeatureList" --><code>#include <<a class="el" href="vamp_8h-source.html">vamp.h</a>></code> | |
28 <p> | |
29 | |
30 <p> | |
31 <a href="struct__VampFeatureList-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> | |
32 | |
33 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00187">187</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
34 <table border="0" cellpadding="0" cellspacing="0"> | |
35 <tr><td></td></tr> | |
36 <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr> | |
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampFeatureList.html#01db33a31ae5e04a4bd097f4b6aa75f1">featureCount</a></td></tr> | |
38 | |
39 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of features in this feature list. <a href="#01db33a31ae5e04a4bd097f4b6aa75f1"></a><br></td></tr> | |
40 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct__VampFeature.html">VampFeature</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampFeatureList.html#a2d18873fd5e58354460ea77fc48692f">features</a></td></tr> | |
41 | |
42 <tr><td class="mdescLeft"> </td><td class="mdescRight">Features in this feature list. <a href="#a2d18873fd5e58354460ea77fc48692f"></a><br></td></tr> | |
43 </table> | |
44 <hr><h2>Member Data Documentation</h2> | |
45 <a class="anchor" name="01db33a31ae5e04a4bd097f4b6aa75f1"></a><!-- doxytag: member="_VampFeatureList::featureCount" ref="01db33a31ae5e04a4bd097f4b6aa75f1" args="" --> | |
46 <div class="memitem"> | |
47 <div class="memproto"> | |
48 <table class="memname"> | |
49 <tr> | |
50 <td class="memname">unsigned int <a class="el" href="struct__VampFeatureList.html#01db33a31ae5e04a4bd097f4b6aa75f1">_VampFeatureList::featureCount</a> </td> | |
51 </tr> | |
52 </table> | |
53 </div> | |
54 <div class="memdoc"> | |
55 | |
56 <p> | |
57 Number of features in this feature list. | |
58 <p> | |
59 | |
60 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00190">190</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
61 | |
62 <p>Referenced by <a class="el" href="PluginHostAdapter_8cpp-source.html#l00385">Vamp::PluginHostAdapter::convertFeatures()</a>, and <a class="el" href="PluginAdapter_8cpp-source.html#l00709">Vamp::PluginAdapterBase::Impl::convertFeatures()</a>.</p> | |
63 | |
64 </div> | |
65 </div><p> | |
66 <a class="anchor" name="a2d18873fd5e58354460ea77fc48692f"></a><!-- doxytag: member="_VampFeatureList::features" ref="a2d18873fd5e58354460ea77fc48692f" args="" --> | |
67 <div class="memitem"> | |
68 <div class="memproto"> | |
69 <table class="memname"> | |
70 <tr> | |
71 <td class="memname"><a class="el" href="struct__VampFeature.html">VampFeature</a>* <a class="el" href="struct__VampFeatureList.html#a2d18873fd5e58354460ea77fc48692f">_VampFeatureList::features</a> </td> | |
72 </tr> | |
73 </table> | |
74 </div> | |
75 <div class="memdoc"> | |
76 | |
77 <p> | |
78 Features in this feature list. | |
79 <p> | |
80 May be NULL if featureCount is zero. | |
81 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00193">193</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
82 | |
83 <p>Referenced by <a class="el" href="PluginHostAdapter_8cpp-source.html#l00385">Vamp::PluginHostAdapter::convertFeatures()</a>, and <a class="el" href="PluginAdapter_8cpp-source.html#l00709">Vamp::PluginAdapterBase::Impl::convertFeatures()</a>.</p> | |
84 | |
85 </div> | |
86 </div><p> | |
87 <hr>The documentation for this struct was generated from the following file:<ul> | |
88 <li><a class="el" href="vamp_8h-source.html">vamp.h</a></ul> | |
89 </div> | |
90 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jul 9 11:36:07 2008 for VampPluginSDK by | |
91 <a href="http://www.doxygen.org/index.html"> | |
92 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> | |
93 </body> | |
94 </html> |