Home Information Classes Download Usage Mail List Requirements Links FAQ Tutorial
00001 /***************************************************/ 00014 /***************************************************/ 00015 00016 #ifndef STK_JETTABL_H 00017 #define STK_JETTABL_H 00018 00019 #include "Function.h" 00020 00021 class JetTable : public Function 00022 { 00023 public: 00025 JetTable(); 00026 00028 ~JetTable(); 00029 00030 protected: 00031 00032 StkFloat computeSample( StkFloat input ); 00033 00034 }; 00035 00036 #endif
The Synthesis ToolKit in C++ (STK) |
©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |