HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_CopCableStructure.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 #pragma once
10 
11 #include "HOM_API.h"
12 #include "HOM_Defines.h"
13 #include "HOM_Module.h"
14 
15 SWIGOUT(%rename(CopCableStructure) HOM_CopCableStructure;)
16 
18 {
19 public:
21  { HOM_CONSTRUCT_OBJECT(this) }
23  { HOM_CONSTRUCT_OBJECT(this) }
25  { HOM_DESTRUCT_OBJECT(this) }
26 
27  virtual std::string __repr__() = 0;
28 
29  virtual int wireCount() const = 0;
30  virtual std::string wireDataType(int index) const = 0;
31  virtual std::string wireName(int index) const = 0;
32  virtual int appearanceIndex(int index) const = 0;
33 };
34 
#define HOM_DESTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1343
#define SWIGOUT(x)
Definition: HOM_Defines.h:24
string __repr__(VtArray< T > const &self)
Definition: wrapArray.h:312
HOM_CopCableStructure(const HOM_CopCableStructure &)
#define HOM_API
Definition: HOM_API.h:13
#define HOM_CONSTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1342
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
GLuint index
Definition: glcorearb.h:786