HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
19
class
CHOP_API
CHOP_RealtimeGenerator
:
public
CHOP_Realtime
20
{
21
public
:
22
CHOP_RealtimeGenerator
(
OP_Network
*parent,
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
CHOP_API
#define CHOP_API
Definition:
CHOP_API.h:10
CHOP_Realtime
Definition:
CHOP_Realtime.h:66
UT_ValArray< char * >
OP_Operator
Definition:
OP_Operator.h:142
CHOP_RealtimeGenerator
Definition:
CHOP_RealtimeGen.h:19
UT_ValArray.h
name
GLuint const GLchar * name
Definition:
glcorearb.h:786
t
GLdouble t
Definition:
glad.h:2397
CHOP_API.h
fpreal
fpreal64 fpreal
Definition:
SYS_Types.h:277
CHOP_Realtime.h
OP_Network
Definition:
OP_Network.h:152
CHOP_Realtime::cacheChannelData
virtual void cacheChannelData(fpreal t)
CHOP
CHOP_RealtimeGen.h
Generated on Sun Nov 17 2024 03:01:07 for HDK by
1.8.6