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
LOP_NetworkMgr.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: LOP Library (C++)
7
*
8
* COMMENTS: LOP manager node specifically for the root level (/stage).
9
*
10
*/
11
12
#ifndef __LOP_NetworkMgr_h__
13
#define __LOP_NetworkMgr_h__
14
15
#include "
LOP_API.h
"
16
#include "
LOP_Network.h
"
17
18
class
LOP_API
LOP_NetworkMgr
:
public
LOP_Network
19
{
20
public
:
21
// Make our constructor public so it can be called directly by MOT,
22
// like we do for construcing MGR_Nodes.
23
LOP_NetworkMgr
(
OP_Network
*parent,
const
char
*
name
,
24
OP_Operator
*entry);
25
26
const
char
*
getOpType
()
const override
;
27
OP_OpTypeId
getOpTypeID
()
const override
;
28
29
protected
:
30
~
LOP_NetworkMgr
()
override
;
31
};
32
33
#endif
LOP_API.h
LOP_Network.h
LOP_NetworkMgr
Definition:
LOP_NetworkMgr.h:18
LOP_Node::getOpTypeID
OP_OpTypeId getOpTypeID() const override
LOP_Network
Definition:
LOP_Network.h:41
OP_Operator
Definition:
OP_Operator.h:142
OP_OpTypeId
OP_OpTypeId
Definition:
OP_OpTypeId.h:18
LOP_API
#define LOP_API
Definition:
LOP_API.h:10
name
GLuint const GLchar * name
Definition:
glcorearb.h:786
LOP_Node::getOpType
const char * getOpType() const override
OP_Network
Definition:
OP_Network.h:152
LOP
LOP_NetworkMgr.h
Generated on Fri Nov 8 2024 03:39:24 for HDK by
1.8.6