-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathusdCs_wrap.h
More file actions
30 lines (23 loc) · 1021 Bytes
/
usdCs_wrap.h
File metadata and controls
30 lines (23 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.12
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
* changes to this file unless you know what you are doing--modify the SWIG
* interface file instead.
* ----------------------------------------------------------------------------- */
#ifndef SWIG_UsdCs_WRAP_H_
#define SWIG_UsdCs_WRAP_H_
class SwigDirector_TaskCallback : public TaskCallback, public Swig::Director {
public:
SwigDirector_TaskCallback();
virtual ~SwigDirector_TaskCallback();
virtual void Run(size_t start, size_t end);
typedef void (SWIGSTDCALL* SWIG_Callback0_t)(unsigned long, unsigned long);
void swig_connect_director(SWIG_Callback0_t callbackRun);
private:
SWIG_Callback0_t swig_callbackRun;
void swig_init_callbacks();
};
#endif