Horizon
horizon-eda-1.3.0
src
python_module
3d_image_exporter.hpp
1
#pragma once
2
#include <Python.h>
3
4
namespace
horizon {
5
class
Image3DExporter;
6
}
7
8
extern
PyTypeObject Image3DExporterType;
9
10
typedef
struct
{
11
PyObject_HEAD
12
/* Type-specific fields go here. */
13
horizon::Image3DExporter
*exporter;
14
}
PyImage3DExporter
;
PyImage3DExporter
Definition:
3d_image_exporter.hpp:10
horizon::Image3DExporter
Definition:
export_3d_image.hpp:9
Generated by
1.8.20