HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CHOP_RealtimeGen.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: CHOP Library (C++)
7  *
8  * COMMENTS: All realtime Channel Generators should derive from this class.
9  *
10  */
11 
12 #ifndef __CHOP_Realtime_Generator_h__
13 #define __CHOP_Realtime_Generator_h__
14 
15 #include "CHOP_API.h"
16 #include <UT/UT_ValArray.h>
17 #include "CHOP_Realtime.h"
18 
20 {
21 public:
23  const char *name,
24  OP_Operator *entry);
25  ~CHOP_RealtimeGenerator() override;
26 
27  void cacheChannelData(fpreal t) override;
28  virtual void getChannelOutputNames(UT_ValArray<char*> &str) =0;
29 };
30 
31 #endif
#define CHOP_API
Definition: CHOP_API.h:10
GLuint const GLchar * name
Definition: glcorearb.h:786
GLdouble t
Definition: glad.h:2397
fpreal64 fpreal
Definition: SYS_Types.h:277
virtual void cacheChannelData(fpreal t)