HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_dop.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_dop_h__
10 #define __HOM_dop_h__
11 
12 #include "HOM_API.h"
13 #include "HOM_Defines.h"
14 #include "HOM_Errors.h"
15 #include "HOM_ElemPtr.h"
16 #include <vector>
17 class HOM_DopData;
18 class HOM_DopSimulation;
19 class HOM_Node;
20 
21 SWIGOUT(%rename(dop) HOM_dop;)
23 {
24 public:
25  virtual ~HOM_dop()
26  {}
27 
28  virtual std::string __repr__() = 0;
29 
30  virtual bool isScriptSolverRunning() = 0;
31 
32  SWIGOUT(%newobject scriptSolverData;)
33  virtual HOM_DopData *scriptSolverData() = 0;
34 
35  SWIGOUT(%newobject scriptSolverNetwork;)
36  virtual HOM_Node *scriptSolverNetwork() = 0;
37 
38  SWIGOUT(%newobject scriptSolverSimulation;)
39  virtual HOM_DopSimulation *scriptSolverSimulation() = 0;
40 
41  virtual std::vector<HOM_ElemPtr<HOM_DopData> > scriptSolverObjects() = 0;
42 
43  virtual std::vector<HOM_ElemPtr<HOM_DopData> > scriptSolverNewObjects() = 0;
44 
45  virtual double scriptSolverTimestepSize() = 0;
46 
47  virtual double scriptSolverTime() = 0;
48 };
49 
50 #endif
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
#define HOM_API
Definition: HOM_API.h:13
virtual ~HOM_dop()
Definition: HOM_dop.h:25
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)