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
|
<HTML>
<HEAD>
<TITLE>The Synthesis ToolKit in C++ (STK)</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<img src="princeton.gif"> <img src="ccrma.gif"> <img src="mcgill.gif"><P>
<a class="qindex" href="index.html">Home</a> <a class="qindex" href="information.html">Information</a> <a class="qindex" href="classes.html">Classes</a> <a class="qindex" href="download.html">Download</a> <a class="qindex" href="usage.html">Usage</a> <a class="qindex" href="maillist.html">Mail List</a> <a class="qindex" href="system.html">Requirements</a> <a class="qindex" href="links.html">Links</a> <a class="qindex" href="faq.html">FAQ</a> <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
<HR>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navpath"><a class="el" href="namespacestk.html">stk</a>::<a class="el" href="classstk_1_1Function.html">Function</a>
</div>
<div class="contents">
<h1>stk::Function Class Reference</h1><!-- doxytag: class="stk::Function" --><!-- doxytag: inherits="stk::Stk" -->
<p>STK abstract function parent class.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="Function_8h_source.html">Function.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for stk::Function:</div>
<div class="dynsection">
<div class="center">
<img src="classstk_1_1Function.png" usemap="#stk::Function_map" alt=""/>
<map id="stk::Function_map" name="stk::Function_map">
<area href="classstk_1_1Stk.html" alt="stk::Stk" shape="rect" coords="154,0,247,24"/>
<area href="classstk_1_1BowTable.html" alt="stk::BowTable" shape="rect" coords="0,112,93,136"/>
<area href="classstk_1_1Cubic.html" alt="stk::Cubic" shape="rect" coords="103,112,196,136"/>
<area href="classstk_1_1JetTable.html" alt="stk::JetTable" shape="rect" coords="206,112,299,136"/>
<area href="classstk_1_1ReedTable.html" alt="stk::ReedTable" shape="rect" coords="309,112,402,136"/>
</map>
</div>
</div>
<p><a href="classstk_1_1Function-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a21648ab236a66f3f0155bdb911f9f3c3"></a><!-- doxytag: member="stk::Function::Function" ref="a21648ab236a66f3f0155bdb911f9f3c3" args="(void)" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Function.html#a21648ab236a66f3f0155bdb911f9f3c3">Function</a> (void)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Class constructor. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae79bd6d0c9f53693b4ca28948d94fc25"></a><!-- doxytag: member="stk::Function::lastOut" ref="ae79bd6d0c9f53693b4ca28948d94fc25" args="(void) const " -->
StkFloat </td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Function.html#ae79bd6d0c9f53693b4ca28948d94fc25">lastOut</a> (void) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the last computed output sample. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2545fede83a8afcbe11b3bcf3e4d9f42"></a><!-- doxytag: member="stk::Function::tick" ref="a2545fede83a8afcbe11b3bcf3e4d9f42" args="(StkFloat input)=0" -->
virtual StkFloat </td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Function.html#a2545fede83a8afcbe11b3bcf3e4d9f42">tick</a> (StkFloat input)=0</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Take one sample input and compute one sample of output. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>STK abstract function parent class. </p>
<p>This class provides common functionality for STK classes that implement tables or other types of input to output function mappings.</p>
<p>by Perry R. Cook and Gary P. Scavone, 1995-2012. </p>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="Function_8h_source.html">Function.h</a></li>
</ul>
</div>
<HR>
<table>
<tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
<tr><td>©1995-2012 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>
</BODY>
</HTML>
|