HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_GUDetailHandle.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  * This class is not documented in the user documentation. See
8  * HOMF_GUDetailHandle for why it exists.
9  */
10 
11 #ifndef __HOM_GUDetailHandle_h__
12 #define __HOM_GUDetailHandle_h__
13 
14 #include "HOM_API.h"
15 #include "HOM_Module.h"
16 #include "HOM_Defines.h"
17 #include "HOM_Errors.h"
18 #include <string>
19 class HOM_Geometry;
20 
21 SWIGOUT(%rename(_GUDetailHandle) HOM_GUDetailHandle;)
23 
25 {
26 public:
28  { HOM_CONSTRUCT_OBJECT(this) }
30  { HOM_CONSTRUCT_OBJECT(this) }
32  { HOM_DESTRUCT_OBJECT(this) }
33 
34  virtual std::string __repr__() = 0;
35 
36  virtual void *_asVoidPointer() = 0;
37 
38  virtual bool isFrozen() = 0;
39 
40  virtual bool isReadOnly() = 0;
41 
42  virtual void destroy() = 0;
43 
44  virtual void *_asHandle() = 0;
45 };
46 
47 #endif
#define HOM_DESTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1291
GLsizei const GLchar *const * string
Definition: glcorearb.h:814
#define SWIGOUT(x)
Definition: HOM_Defines.h:24
string __repr__(VtArray< T > const &self)
Definition: wrapArray.h:352
HOM_GUDetailHandle(const HOM_GUDetailHandle &)
#define HOM_API
Definition: HOM_API.h:13
virtual void * _asHandle()=0
void ignore(T const &) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:6508
#define HOM_CONSTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1290
virtual bool isReadOnly()=0
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)