HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_SubnetIndirectInput.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  * COMMENTS:
7  */
8 
9 #ifndef __HOM_SubnetIndirectInput_h__
10 #define __HOM_SubnetIndirectInput_h__
11 
12 #include "HOM_API.h"
13 #include "HOM_IndirectInput.h"
14 #include "HOM_PtrOrNull.h"
15 
16 class HOM_NodeConnection;
17 
18 SWIGOUT(%rename(SubnetIndirectInput) HOM_SubnetIndirectInput;)
19 
21 {
22 public:
24  : HOM_IndirectInput(HOM_networkItemType::SubnetIndirectInput),
25  HOM_NetworkMovableItem(HOM_networkItemType::SubnetIndirectInput)
26  { HOM_CONSTRUCT_OBJECT(this) }
28  : HOM_IndirectInput(input),
30  { HOM_CONSTRUCT_OBJECT(this) }
32  { HOM_DESTRUCT_OBJECT(this) }
33 
34  virtual bool operator==(HOM_PtrOrNull<HOM_SubnetIndirectInput> input) = 0;
35  virtual bool operator!=(HOM_PtrOrNull<HOM_SubnetIndirectInput> input) = 0;
36 
37  virtual std::vector<HOM_ElemPtr<HOM_NodeConnection> > inputConnections() = 0;
38  virtual int number() = 0;
39 };
40 
41 #endif
#define HOM_DESTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1291
HOM_SubnetIndirectInput(const HOM_SubnetIndirectInput &input)
#define SWIGOUT(x)
Definition: HOM_Defines.h:24
#define HOM_API
Definition: HOM_API.h:13
#define HOM_CONSTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1290
bool operator!=(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Inequality operator, does exact floating point comparisons.
Definition: Mat3.h:556
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
bool operator==(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Equality operator, does exact floating point comparisons.
Definition: Mat3.h:542