HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_OpNetworkDot.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_OpNetworkDot_h__
10 #define __HOM_OpNetworkDot_h__
11 
12 #include "HOM_API.h"
13 #include "HOM_OpIndirectInput.h"
14 #include "HOM_NetworkDot.h"
15 
16 SWIGOUT(%rename(OpNetworkDot) HOM_OpNetworkDot;)
17 
19  public HOM_NetworkDot
20 {
21 public:
23  : HOM_OpIndirectInput(HOM_networkItemType::NetworkDot),
25  { HOM_CONSTRUCT_OBJECT(this) }
27  : HOM_OpIndirectInput(dot)
28  , HOM_IndirectInput(dot)
29  , HOM_NetworkDot(dot)
31  { HOM_CONSTRUCT_OBJECT(this) }
32  ~HOM_OpNetworkDot() override
33  { HOM_DESTRUCT_OBJECT(this) }
34 
35  int __hash__() override = 0;
36  std::string __repr__() override = 0;
37 };
38 
39 #endif
#define HOM_DESTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1291
GLsizei const GLchar *const * string
Definition: glcorearb.h:814
~HOM_OpNetworkDot() override
#define SWIGOUT(x)
Definition: HOM_Defines.h:24
string __repr__(VtArray< T > const &self)
Definition: wrapArray.h:352
#define HOM_API
Definition: HOM_API.h:13
fpreal64 dot(const CE_VectorT< T > &a, const CE_VectorT< T > &b)
Definition: CE_Vector.h:130
#define HOM_CONSTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1290
HOM_OpNetworkDot(const HOM_OpNetworkDot &dot)
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
int __hash__()