HDK
 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 
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
OP_OpTypeId getOpTypeID() const override
OP_OpTypeId
Definition: OP_OpTypeId.h:18
#define LOP_API
Definition: LOP_API.h:10
GLuint const GLchar * name
Definition: glcorearb.h:786
const char * getOpType() const override