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_RealtimeFan.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 channels which perform an operation on its inputs
9
* and output a different # of channels should derive from this
10
* class.
11
*
12
*/
13
14
#ifndef __CHOP_Realtime_Fan_h__
15
#define __CHOP_Realtime_Fan_h__
16
17
#include "
CHOP_API.h
"
18
#include <
UT/UT_ValArray.h
>
19
#include "
CHOP_Realtime.h
"
20
21
class
CHOP_API
CHOP_RealtimeFan
:
public
CHOP_Realtime
22
{
23
public
:
24
CHOP_RealtimeFan
(
OP_Network
*parent,
25
const
char
*
name
,
26
OP_Operator
*entry);
27
~
CHOP_RealtimeFan
()
override
;
28
29
void
cacheChannelData
(
fpreal
t
)
override
;
30
31
virtual
void
getChannelOutputNames(
UT_ValArray<char*>
&str) =0;
32
33
private
:
34
35
};
36
37
#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
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_RealtimeFan
Definition:
CHOP_RealtimeFan.h:21
CHOP_Realtime.h
OP_Network
Definition:
OP_Network.h:152
CHOP_Realtime::cacheChannelData
virtual void cacheChannelData(fpreal t)
CHOP
CHOP_RealtimeFan.h
Generated on Thu Nov 21 2024 02:43:28 for HDK by
1.8.6