forked from ChunelFeng/CGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPyWrapperInclude.h
More file actions
31 lines (28 loc) · 742 Bytes
/
Copy pathPyWrapperInclude.h
File metadata and controls
31 lines (28 loc) · 742 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
31
/***************************
@Author: Chunel
@Contact: chunel@foxmail.com
@File: PyWrapperInclude.h
@Time: 2025/1/30 21:46
@Desc:
***************************/
#ifndef CGRAPH_PYWRAPPERINCLUDE_H
#define CGRAPH_PYWRAPPERINCLUDE_H
#include "PywGFence.h"
#include "PywGFunction.h"
#include "PywGElement.h"
#include "PywGNode.h"
#include "PywGCluster.h"
#include "PywGRegion.h"
#include "PywGCondition.h"
#include "PywGParam.h"
#include "PywGAspect.h"
#include "PywGEvent.h"
#include "PywGDaemon.h"
#include "PywGStage.h"
#include "PywGParallelMultiCondition.h"
#include "PywGSerialMultiCondition.h"
#include "PywGSome.h"
#include "PywGMutable.h"
#include "PywGPassedParam.h"
#include "PywGPipelineDeleter.h"
#endif //CGRAPH_PYWRAPPERINCLUDE_H