diff code-doc/PluginAdapter_8h-source.html @ 35:0976232e353b website

* Update for 2.1 release; add wiki link
author cannam
date Fri, 25 Sep 2009 15:40:18 +0000
parents cc0be37dc9d3
children
line wrap: on
line diff
--- a/code-doc/PluginAdapter_8h-source.html	Wed Sep 23 15:09:53 2009 +0000
+++ b/code-doc/PluginAdapter_8h-source.html	Fri Sep 25 15:40:18 2009 +0000
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>VampPluginSDK: PluginAdapter.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
 <link href="doxygen.css" rel="stylesheet" type="text/css">
-<link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.8 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -15,6 +15,12 @@
       <li><a href="dirs.html"><span>Directories</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
+    </ul>
+  </div>
   <div class="navpath"><a class="el" href="dir_5b77fce4b90561041d958141b45c7c55.html">vamp-sdk</a>
   </div>
 </div>
@@ -88,11 +94,11 @@
 <a name="l00095"></a><a class="code" href="classVamp_1_1PluginAdapter.html">00095</a> <span class="keyword">class </span><a class="code" href="classVamp_1_1PluginAdapter.html" title="PluginAdapter turns a PluginAdapterBase into a specific wrapper for a particular...">PluginAdapter</a> : <span class="keyword">public</span> <a class="code" href="classVamp_1_1PluginAdapterBase.html" title="PluginAdapter and PluginAdapterBase provide a wrapper class that a plugin library...">PluginAdapterBase</a>
 <a name="l00096"></a>00096 {
 <a name="l00097"></a>00097 <span class="keyword">public</span>:
-<a name="l00098"></a><a class="code" href="classVamp_1_1PluginAdapter.html#16312efd629b7063d7b6d67889a2c15a">00098</a>     <a class="code" href="classVamp_1_1PluginAdapter.html" title="PluginAdapter turns a PluginAdapterBase into a specific wrapper for a particular...">PluginAdapter</a>() : <a class="code" href="classVamp_1_1PluginAdapterBase.html" title="PluginAdapter and PluginAdapterBase provide a wrapper class that a plugin library...">PluginAdapterBase</a>() { }
-<a name="l00099"></a><a class="code" href="classVamp_1_1PluginAdapter.html#9612c9df7d4844959a36921d43d4bd50">00099</a>     <span class="keyword">virtual</span> ~<a class="code" href="classVamp_1_1PluginAdapter.html" title="PluginAdapter turns a PluginAdapterBase into a specific wrapper for a particular...">PluginAdapter</a>() { }
+<a name="l00098"></a><a class="code" href="classVamp_1_1PluginAdapter.html#16312efd629b7063d7b6d67889a2c15a">00098</a>     <a class="code" href="classVamp_1_1PluginAdapter.html#16312efd629b7063d7b6d67889a2c15a">PluginAdapter</a>() : <a class="code" href="classVamp_1_1PluginAdapterBase.html" title="PluginAdapter and PluginAdapterBase provide a wrapper class that a plugin library...">PluginAdapterBase</a>() { }
+<a name="l00099"></a><a class="code" href="classVamp_1_1PluginAdapter.html#9612c9df7d4844959a36921d43d4bd50">00099</a>     <span class="keyword">virtual</span> <a class="code" href="classVamp_1_1PluginAdapter.html#9612c9df7d4844959a36921d43d4bd50">~PluginAdapter</a>() { }
 <a name="l00100"></a>00100 
 <a name="l00101"></a>00101 <span class="keyword">protected</span>:
-<a name="l00102"></a><a class="code" href="classVamp_1_1PluginAdapter.html#3f387e7e37409e00d32477903b5b13d3">00102</a>     <a class="code" href="classVamp_1_1Plugin.html" title="Vamp::Plugin is a base class for plugin instance classes that provide feature extraction...">Plugin</a> *createPlugin(<span class="keywordtype">float</span> inputSampleRate) {
+<a name="l00102"></a><a class="code" href="classVamp_1_1PluginAdapter.html#3f387e7e37409e00d32477903b5b13d3">00102</a>     <a class="code" href="classVamp_1_1Plugin.html" title="Vamp::Plugin is a base class for plugin instance classes that provide feature extraction...">Plugin</a> *<a class="code" href="classVamp_1_1PluginAdapter.html#3f387e7e37409e00d32477903b5b13d3">createPlugin</a>(<span class="keywordtype">float</span> inputSampleRate) {
 <a name="l00103"></a>00103         P *p = <span class="keyword">new</span> P(inputSampleRate);
 <a name="l00104"></a>00104         <a class="code" href="classVamp_1_1Plugin.html" title="Vamp::Plugin is a base class for plugin instance classes that provide feature extraction...">Plugin</a> *plugin = <span class="keyword">dynamic_cast&lt;</span><a class="code" href="classVamp_1_1Plugin.html" title="Vamp::Plugin is a base class for plugin instance classes that provide feature extraction...">Plugin</a> *<span class="keyword">&gt;</span>(p);
 <a name="l00105"></a>00105         <span class="keywordflow">if</span> (!plugin) {
@@ -113,8 +119,8 @@
 <a name="l00120"></a>00120 <span class="preprocessor">#endif</span>
 <a name="l00121"></a>00121 <span class="preprocessor"></span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 8 14:37:18 2008 for VampPluginSDK by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 24 13:40:13 2009 for VampPluginSDK by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
 </body>
 </html>