HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_ApexUniGraphDebugger.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_ApexUniGraphDebugger_h__
10 #define __HOM_ApexUniGraphDebugger_h__
11 
12 #include "HOM_API.h"
13 #include "HOM_Module.h"
14 
15 class APEX_UniGraph;
16 
17 SWIGOUT(%rename(ApexUniGraphDebugger) HOM_ApexUniGraphDebugger;)
18 
20 {
21 public:
23  { HOM_CONSTRUCT_OBJECT(this) }
25  { HOM_CONSTRUCT_OBJECT(this) }
27  { HOM_DESTRUCT_OBJECT(this) }
28 
31 
32  virtual std::string __repr__() = 0;
33  virtual std::string __str__() = 0;
34 
35  virtual bool isEnabled() = 0;
36 
37  virtual void setWatchPattern(const std::string &pattern) = 0;
38  virtual std::string watchPattern() = 0;
39  virtual std::vector<std::string> watchPaths() = 0;
40 
41  virtual hboost::any data(std::string portpath) = 0;
42 };
43 
44 
45 #endif // __HOM_ApexUniGraphDebugger_h__
HOM_ApexUniGraphDebugger(const HOM_ApexUniGraphDebugger &)
#define HOM_DESTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1398
GLboolean * data
Definition: glcorearb.h:131
#define SWIGOUT(x)
Definition: HOM_Defines.h:24
string __repr__(VtArray< T > const &self)
Definition: wrapArray.h:312
bool any(const vbool4 &v)
Definition: simd.h:3600
#define HOM_API
Definition: HOM_API.h:13
#define HOM_CONSTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1397
bool operator!=(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Inequality operator, does exact floating point comparisons.
Definition: Mat3.h:556
GLushort pattern
Definition: glad.h:2583
OIIO_API void debug(string_view str)
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