File: IVtk.cpp

package info (click to toggle)
python-ocp 7.8.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 64,720 kB
  • sloc: cpp: 362,337; pascal: 33; python: 23; makefile: 4
file content (471 lines) | stat: -rw-r--r-- 23,551 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471

// std lib related includes
#include <tuple>

// pybind 11 related includes
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>

namespace py = pybind11;

// Standard Handle
#include <Standard_Handle.hxx>


// includes to resolve forward declarations
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>

// module includes
#include <IVtk_Interface.hxx>
#include <IVtk_IShape.hxx>
#include <IVtk_IShapeData.hxx>
#include <IVtk_IShapeMesher.hxx>
#include <IVtk_IView.hxx>
#include <IVtk_Types.hxx>

// template related includes

// ./opencascade/IVtk_IShape.hxx
#include "NCollection_tmpl.hxx"

// ./opencascade/IVtk_Types.hxx
#include "NCollection_tmpl.hxx"

// ./opencascade/IVtk_Types.hxx
#include "NCollection_tmpl.hxx"

// ./opencascade/IVtk_Types.hxx
#include "NCollection_tmpl.hxx"

// ./opencascade/IVtk_Types.hxx
#include "NCollection_tmpl.hxx"

// ./opencascade/IVtk_Types.hxx
#include "NCollection_tmpl.hxx"


// user-defined pre
#include "OCP_specific.inc"

// user-defined inclusion per module

// Module definiiton
void register_IVtk(py::module &main_module) {


py::module m = static_cast<py::module>(main_module.attr("IVtk"));
py::object klass;

//Python trampoline classes
    class Py_IVtk_IShape : public IVtk_IShape{
    public:
        using IVtk_IShape::IVtk_IShape;


        // public pure virtual
        IVtk_ShapeIdList GetSubIds(const IVtk_IdType theId) const  override { PYBIND11_OVERLOAD_PURE(IVtk_ShapeIdList,IVtk_IShape,GetSubIds,theId) };


        // protected pure virtual


        // private pure virtual

    };
    class Py_IVtk_IShapeData : public IVtk_IShapeData{
    public:
        using IVtk_IShapeData::IVtk_IShapeData;


        // public pure virtual
        IVtk_PointId InsertPoint(const gp_Pnt & thePnt,const NCollection_Vec3<float> & theNorm) override { PYBIND11_OVERLOAD_PURE(IVtk_PointId,IVtk_IShapeData,InsertPoint,thePnt,theNorm) };
        void InsertVertex(const IVtk_IdType theShapeID,const IVtk_PointId thePointId,const IVtk_MeshType theMeshType) override { PYBIND11_OVERLOAD_PURE(void,IVtk_IShapeData,InsertVertex,theShapeID,thePointId,theMeshType) };
        void InsertLine(const IVtk_IdType theShapeID,const IVtk_PointId thePointId1,const IVtk_PointId thePointId2,const IVtk_MeshType theMeshType) override { PYBIND11_OVERLOAD_PURE(void,IVtk_IShapeData,InsertLine,theShapeID,thePointId1,thePointId2,theMeshType) };
        void InsertLine(const IVtk_IdType theShapeID, const NCollection_List<IVtk_PointId> * thePointIds,const IVtk_MeshType theMeshType) override { PYBIND11_OVERLOAD_PURE(void,IVtk_IShapeData,InsertLine,theShapeID,thePointIds,theMeshType) };
        void InsertTriangle(const IVtk_IdType theShapeID,const IVtk_PointId thePointId1,const IVtk_PointId thePointId2,const IVtk_PointId thePointId3,const IVtk_MeshType theMeshType) override { PYBIND11_OVERLOAD_PURE(void,IVtk_IShapeData,InsertTriangle,theShapeID,thePointId1,thePointId2,thePointId3,theMeshType) };


        // protected pure virtual


        // private pure virtual

    };
    class Py_IVtk_IShapeMesher : public IVtk_IShapeMesher{
    public:
        using IVtk_IShapeMesher::IVtk_IShapeMesher;


        // public pure virtual


        // protected pure virtual
        void internalBuild() override { PYBIND11_OVERLOAD_PURE(void,IVtk_IShapeMesher,internalBuild,) };


        // private pure virtual

    };
    class Py_IVtk_IView : public IVtk_IView{
    public:
        using IVtk_IView::IVtk_IView;


        // public pure virtual
        bool IsPerspective() const  override { PYBIND11_OVERLOAD_PURE(bool,IVtk_IView,IsPerspective,) };
        double GetDistance() const  override { PYBIND11_OVERLOAD_PURE(double,IVtk_IView,GetDistance,) };
        void GetEyePosition(double & theX,double & theY,double & theZ) const  override { PYBIND11_OVERLOAD_PURE(void,IVtk_IView,GetEyePosition,theX,theY,theZ) };
        void GetPosition(double & theX,double & theY,double & theZ) const  override { PYBIND11_OVERLOAD_PURE(void,IVtk_IView,GetPosition,theX,theY,theZ) };
        void GetViewUp(double & theDx,double & theDy,double & theDz) const  override { PYBIND11_OVERLOAD_PURE(void,IVtk_IView,GetViewUp,theDx,theDy,theDz) };
        void GetDirectionOfProjection(double & theDx,double & theDy,double & theDz) const  override { PYBIND11_OVERLOAD_PURE(void,IVtk_IView,GetDirectionOfProjection,theDx,theDy,theDz) };
        void GetScale(double & theX,double & theY,double & theZ) const  override { PYBIND11_OVERLOAD_PURE(void,IVtk_IView,GetScale,theX,theY,theZ) };
        double GetParallelScale() const  override { PYBIND11_OVERLOAD_PURE(double,IVtk_IView,GetParallelScale,) };
        double GetViewAngle() const  override { PYBIND11_OVERLOAD_PURE(double,IVtk_IView,GetViewAngle,) };
        void GetClippingRange(double & theZNear,double & theZFar) const  override { PYBIND11_OVERLOAD_PURE(void,IVtk_IView,GetClippingRange,theZNear,theZFar) };
        double GetAspectRatio() const  override { PYBIND11_OVERLOAD_PURE(double,IVtk_IView,GetAspectRatio,) };
        void GetViewCenter(double & theX,double & theY) const  override { PYBIND11_OVERLOAD_PURE(void,IVtk_IView,GetViewCenter,theX,theY) };
        void GetWindowSize(int & theX,int & theY) const  override { PYBIND11_OVERLOAD_PURE(void,IVtk_IView,GetWindowSize,theX,theY) };
        bool DisplayToWorld(const gp_XY & theDisplayPnt,gp_XYZ & theWorldPnt) const  override { PYBIND11_OVERLOAD_PURE(bool,IVtk_IView,DisplayToWorld,theDisplayPnt,theWorldPnt) };
        void GetCamera(NCollection_Mat4<Standard_Real> & theProj,NCollection_Mat4<Standard_Real> & theOrient,Standard_Boolean & theIsOrtho) const  override { PYBIND11_OVERLOAD_PURE(void,IVtk_IView,GetCamera,theProj,theOrient,theIsOrtho) };
        void GetViewport(Standard_Real & theX,Standard_Real & theY,Standard_Real & theWidth,Standard_Real & theHeight) const  override { PYBIND11_OVERLOAD_PURE(void,IVtk_IView,GetViewport,theX,theY,theWidth,theHeight) };


        // protected pure virtual


        // private pure virtual

    };

// classes

    // Class IVtk_Interface from ./opencascade/IVtk_Interface.hxx
    klass = m.attr("IVtk_Interface");

    // default constructor
    register_default_constructor<IVtk_Interface ,opencascade::handle<IVtk_Interface>>(m,"IVtk_Interface");

    // nested enums

    static_cast<py::class_<IVtk_Interface ,opencascade::handle<IVtk_Interface>  , Standard_Transient >>(klass)
    // constructors
    // custom constructors
    // methods
    // methods using call by reference i.s.o. return
    // static methods
        .def_static("get_type_name_s",
                    (const char * (*)() ) static_cast<const char * (*)() >(&IVtk_Interface::get_type_name),
                    R"#(None)#" 
          )
        .def_static("get_type_descriptor_s",
                    (const opencascade::handle<Standard_Type> & (*)() ) static_cast<const opencascade::handle<Standard_Type> & (*)() >(&IVtk_Interface::get_type_descriptor),
                    R"#(None)#" 
          )
    // static methods using call by reference i.s.o. return
    // operators
    // additional methods and static methods
    // properties
    // methods returning by ref wrapped as properties
       .def("DynamicType",
             (const opencascade::handle<Standard_Type> & (IVtk_Interface::*)() const) static_cast<const opencascade::handle<Standard_Type> & (IVtk_Interface::*)() const>(&IVtk_Interface::DynamicType),
             R"#(None)#"
             
         )
;

    // Class IVtk_IShape from ./opencascade/IVtk_IShape.hxx
    klass = m.attr("IVtk_IShape");


    // nested enums

    static_cast<py::class_<IVtk_IShape ,opencascade::handle<IVtk_IShape> ,Py_IVtk_IShape , IVtk_Interface >>(klass)
    // constructors
    // custom constructors
    // methods
        .def("GetId",
             (IVtk_IdType (IVtk_IShape::*)() const) static_cast<IVtk_IdType (IVtk_IShape::*)() const>(&IVtk_IShape::GetId),
             R"#(None)#" 
          )
        .def("SetId",
             (void (IVtk_IShape::*)( const IVtk_IdType  ) ) static_cast<void (IVtk_IShape::*)( const IVtk_IdType  ) >(&IVtk_IShape::SetId),
             R"#(None)#"  , py::arg("theId")
          )
        .def("GetSubIds",
             (IVtk_ShapeIdList (IVtk_IShape::*)( const IVtk_IdType  ) const) static_cast<IVtk_ShapeIdList (IVtk_IShape::*)( const IVtk_IdType  ) const>(&IVtk_IShape::GetSubIds),
             R"#(Get ids of sub-shapes composing a sub-shape with the given id)#"  , py::arg("theId")
          )
    // methods using call by reference i.s.o. return
    // static methods
        .def_static("get_type_name_s",
                    (const char * (*)() ) static_cast<const char * (*)() >(&IVtk_IShape::get_type_name),
                    R"#(None)#" 
          )
        .def_static("get_type_descriptor_s",
                    (const opencascade::handle<Standard_Type> & (*)() ) static_cast<const opencascade::handle<Standard_Type> & (*)() >(&IVtk_IShape::get_type_descriptor),
                    R"#(None)#" 
          )
    // static methods using call by reference i.s.o. return
    // operators
    // additional methods and static methods
    // properties
    // methods returning by ref wrapped as properties
       .def("DynamicType",
             (const opencascade::handle<Standard_Type> & (IVtk_IShape::*)() const) static_cast<const opencascade::handle<Standard_Type> & (IVtk_IShape::*)() const>(&IVtk_IShape::DynamicType),
             R"#(None)#"
             
         )
;

    // Class IVtk_IShapeData from ./opencascade/IVtk_IShapeData.hxx
    klass = m.attr("IVtk_IShapeData");


    // nested enums

    static_cast<py::class_<IVtk_IShapeData ,opencascade::handle<IVtk_IShapeData> ,Py_IVtk_IShapeData , IVtk_Interface >>(klass)
    // constructors
    // custom constructors
    // methods
        .def("InsertPoint",
             (IVtk_PointId (IVtk_IShapeData::*)( const gp_Pnt & ,  const NCollection_Vec3<float> &  ) ) static_cast<IVtk_PointId (IVtk_IShapeData::*)( const gp_Pnt & ,  const NCollection_Vec3<float> &  ) >(&IVtk_IShapeData::InsertPoint),
             R"#(Insert a coordinate)#"  , py::arg("thePnt"),  py::arg("theNorm")
          )
        .def("InsertVertex",
             (void (IVtk_IShapeData::*)( const IVtk_IdType ,  const IVtk_PointId ,  const IVtk_MeshType  ) ) static_cast<void (IVtk_IShapeData::*)( const IVtk_IdType ,  const IVtk_PointId ,  const IVtk_MeshType  ) >(&IVtk_IShapeData::InsertVertex),
             R"#(Insert a vertex.)#"  , py::arg("theShapeID"),  py::arg("thePointId"),  py::arg("theMeshType")=static_cast<const IVtk_MeshType>(MT_Undefined)
          )
        .def("InsertLine",
             (void (IVtk_IShapeData::*)( const IVtk_IdType ,  const IVtk_PointId ,  const IVtk_PointId ,  const IVtk_MeshType  ) ) static_cast<void (IVtk_IShapeData::*)( const IVtk_IdType ,  const IVtk_PointId ,  const IVtk_PointId ,  const IVtk_MeshType  ) >(&IVtk_IShapeData::InsertLine),
             R"#(Insert a line.)#"  , py::arg("theShapeID"),  py::arg("thePointId1"),  py::arg("thePointId2"),  py::arg("theMeshType")=static_cast<const IVtk_MeshType>(MT_Undefined)
          )
        .def("InsertLine",
             (void (IVtk_IShapeData::*)( const IVtk_IdType ,   const NCollection_List<IVtk_PointId> * ,  const IVtk_MeshType  ) ) static_cast<void (IVtk_IShapeData::*)( const IVtk_IdType ,   const NCollection_List<IVtk_PointId> * ,  const IVtk_MeshType  ) >(&IVtk_IShapeData::InsertLine),
             R"#(Insert a poly-line.)#"  , py::arg("theShapeID"),  py::arg("thePointIds"),  py::arg("theMeshType")=static_cast<const IVtk_MeshType>(MT_Undefined)
          )
        .def("InsertTriangle",
             (void (IVtk_IShapeData::*)( const IVtk_IdType ,  const IVtk_PointId ,  const IVtk_PointId ,  const IVtk_PointId ,  const IVtk_MeshType  ) ) static_cast<void (IVtk_IShapeData::*)( const IVtk_IdType ,  const IVtk_PointId ,  const IVtk_PointId ,  const IVtk_PointId ,  const IVtk_MeshType  ) >(&IVtk_IShapeData::InsertTriangle),
             R"#(Insert a triangle)#"  , py::arg("theShapeID"),  py::arg("thePointId1"),  py::arg("thePointId2"),  py::arg("thePointId3"),  py::arg("theMeshType")=static_cast<const IVtk_MeshType>(MT_Undefined)
          )
        .def("InsertCoordinate",
             (IVtk_PointId (IVtk_IShapeData::*)( double ,  double ,  double  ) ) static_cast<IVtk_PointId (IVtk_IShapeData::*)( double ,  double ,  double  ) >(&IVtk_IShapeData::InsertCoordinate),
             R"#(Insert a coordinate)#"  , py::arg("theX"),  py::arg("theY"),  py::arg("theZ")
          )
        .def("InsertCoordinate",
             (IVtk_PointId (IVtk_IShapeData::*)( const gp_Pnt &  ) ) static_cast<IVtk_PointId (IVtk_IShapeData::*)( const gp_Pnt &  ) >(&IVtk_IShapeData::InsertCoordinate),
             R"#(Insert a coordinate)#"  , py::arg("thePnt")
          )
    // methods using call by reference i.s.o. return
    // static methods
        .def_static("get_type_name_s",
                    (const char * (*)() ) static_cast<const char * (*)() >(&IVtk_IShapeData::get_type_name),
                    R"#(None)#" 
          )
        .def_static("get_type_descriptor_s",
                    (const opencascade::handle<Standard_Type> & (*)() ) static_cast<const opencascade::handle<Standard_Type> & (*)() >(&IVtk_IShapeData::get_type_descriptor),
                    R"#(None)#" 
          )
    // static methods using call by reference i.s.o. return
    // operators
    // additional methods and static methods
    // properties
    // methods returning by ref wrapped as properties
       .def("DynamicType",
             (const opencascade::handle<Standard_Type> & (IVtk_IShapeData::*)() const) static_cast<const opencascade::handle<Standard_Type> & (IVtk_IShapeData::*)() const>(&IVtk_IShapeData::DynamicType),
             R"#(None)#"
             
         )
;

    // Class IVtk_IShapeMesher from ./opencascade/IVtk_IShapeMesher.hxx
    klass = m.attr("IVtk_IShapeMesher");


    // nested enums

    static_cast<py::class_<IVtk_IShapeMesher ,opencascade::handle<IVtk_IShapeMesher> ,Py_IVtk_IShapeMesher , IVtk_Interface >>(klass)
    // constructors
    // custom constructors
    // methods
        .def("Build",
             (void (IVtk_IShapeMesher::*)(  const opencascade::handle<IVtk_IShape> & ,   const opencascade::handle<IVtk_IShapeData> &  ) ) static_cast<void (IVtk_IShapeMesher::*)(  const opencascade::handle<IVtk_IShape> & ,   const opencascade::handle<IVtk_IShapeData> &  ) >(&IVtk_IShapeMesher::Build),
             R"#(Main entry point for building shape representation)#"  , py::arg("theShape"),  py::arg("theData")
          )
    // methods using call by reference i.s.o. return
    // static methods
        .def_static("get_type_name_s",
                    (const char * (*)() ) static_cast<const char * (*)() >(&IVtk_IShapeMesher::get_type_name),
                    R"#(None)#" 
          )
        .def_static("get_type_descriptor_s",
                    (const opencascade::handle<Standard_Type> & (*)() ) static_cast<const opencascade::handle<Standard_Type> & (*)() >(&IVtk_IShapeMesher::get_type_descriptor),
                    R"#(None)#" 
          )
    // static methods using call by reference i.s.o. return
    // operators
    // additional methods and static methods
    // properties
    // methods returning by ref wrapped as properties
       .def("DynamicType",
             (const opencascade::handle<Standard_Type> & (IVtk_IShapeMesher::*)() const) static_cast<const opencascade::handle<Standard_Type> & (IVtk_IShapeMesher::*)() const>(&IVtk_IShapeMesher::DynamicType),
             R"#(None)#"
             
         )
;

    // Class IVtk_IView from ./opencascade/IVtk_IView.hxx
    klass = m.attr("IVtk_IView");


    // nested enums

    static_cast<py::class_<IVtk_IView ,opencascade::handle<IVtk_IView> ,Py_IVtk_IView , IVtk_Interface >>(klass)
    // constructors
    // custom constructors
    // methods
        .def("IsPerspective",
             (bool (IVtk_IView::*)() const) static_cast<bool (IVtk_IView::*)() const>(&IVtk_IView::IsPerspective),
             R"#(Returns true if this is a perspective view, and false otherwise.)#" 
          )
        .def("GetDistance",
             (double (IVtk_IView::*)() const) static_cast<double (IVtk_IView::*)() const>(&IVtk_IView::GetDistance),
             R"#(Returns The focal distance of the view)#" 
          )
        .def("GetEyePosition",
             (void (IVtk_IView::*)( double & ,  double & ,  double &  ) const) static_cast<void (IVtk_IView::*)( double & ,  double & ,  double &  ) const>(&IVtk_IView::GetEyePosition),
             R"#(Returns The world coordinates of the camera position)#"  , py::arg("theX"),  py::arg("theY"),  py::arg("theZ")
          )
        .def("GetPosition",
             (void (IVtk_IView::*)( double & ,  double & ,  double &  ) const) static_cast<void (IVtk_IView::*)( double & ,  double & ,  double &  ) const>(&IVtk_IView::GetPosition),
             R"#(Returns The world coordinates of the view position)#"  , py::arg("theX"),  py::arg("theY"),  py::arg("theZ")
          )
        .def("GetViewUp",
             (void (IVtk_IView::*)( double & ,  double & ,  double &  ) const) static_cast<void (IVtk_IView::*)( double & ,  double & ,  double &  ) const>(&IVtk_IView::GetViewUp),
             R"#(Returns The "view up" direction of the view)#"  , py::arg("theDx"),  py::arg("theDy"),  py::arg("theDz")
          )
        .def("GetDirectionOfProjection",
             (void (IVtk_IView::*)( double & ,  double & ,  double &  ) const) static_cast<void (IVtk_IView::*)( double & ,  double & ,  double &  ) const>(&IVtk_IView::GetDirectionOfProjection),
             R"#(Returns The projection direction vector of this view)#"  , py::arg("theDx"),  py::arg("theDy"),  py::arg("theDz")
          )
        .def("GetScale",
             (void (IVtk_IView::*)( double & ,  double & ,  double &  ) const) static_cast<void (IVtk_IView::*)( double & ,  double & ,  double &  ) const>(&IVtk_IView::GetScale),
             R"#(Returns Three doubles containing scale components of the view transformation)#"  , py::arg("theX"),  py::arg("theY"),  py::arg("theZ")
          )
        .def("GetParallelScale",
             (double (IVtk_IView::*)() const) static_cast<double (IVtk_IView::*)() const>(&IVtk_IView::GetParallelScale),
             R"#(Returns The current view's zoom factor (for parallel projection))#" 
          )
        .def("GetViewAngle",
             (double (IVtk_IView::*)() const) static_cast<double (IVtk_IView::*)() const>(&IVtk_IView::GetViewAngle),
             R"#(Returns The current view angle (for perspective projection))#" 
          )
        .def("GetClippingRange",
             (void (IVtk_IView::*)( double & ,  double &  ) const) static_cast<void (IVtk_IView::*)( double & ,  double &  ) const>(&IVtk_IView::GetClippingRange),
             R"#(Returns The location of the near and far clipping planes along the direction of projection)#"  , py::arg("theZNear"),  py::arg("theZFar")
          )
        .def("GetAspectRatio",
             (double (IVtk_IView::*)() const) static_cast<double (IVtk_IView::*)() const>(&IVtk_IView::GetAspectRatio),
             R"#(Returns The current view the aspect ratio)#" 
          )
        .def("GetViewCenter",
             (void (IVtk_IView::*)( double & ,  double &  ) const) static_cast<void (IVtk_IView::*)( double & ,  double &  ) const>(&IVtk_IView::GetViewCenter),
             R"#(Returns Two doubles containing the display coordinates of the view window center)#"  , py::arg("theX"),  py::arg("theY")
          )
        .def("GetWindowSize",
             (void (IVtk_IView::*)( int & ,  int &  ) const) static_cast<void (IVtk_IView::*)( int & ,  int &  ) const>(&IVtk_IView::GetWindowSize),
             R"#(Gets window size in screen coordinates in pixels)#"  , py::arg("theX"),  py::arg("theY")
          )
        .def("DisplayToWorld",
             (bool (IVtk_IView::*)( const gp_XY & ,  gp_XYZ &  ) const) static_cast<bool (IVtk_IView::*)( const gp_XY & ,  gp_XYZ &  ) const>(&IVtk_IView::DisplayToWorld),
             R"#(Converts 3D display coordinates into 3D world coordinates.)#"  , py::arg("theDisplayPnt"),  py::arg("theWorldPnt")
          )
    // methods using call by reference i.s.o. return
        .def("GetCamera",
             []( IVtk_IView &self , NCollection_Mat4<Standard_Real> & theProj,NCollection_Mat4<Standard_Real> & theOrient ){
                 Standard_Boolean  theIsOrtho;

                 self.GetCamera(theProj,theOrient,theIsOrtho);
                 
                 return std::make_tuple(theIsOrtho); },
             R"#(Gets camera projection and orientation matrices)#"  , py::arg("theProj"),  py::arg("theOrient")
          )
        .def("GetViewport",
             []( IVtk_IView &self   ){
                 Standard_Real  theX;
                Standard_Real  theY;
                Standard_Real  theWidth;
                Standard_Real  theHeight;

                 self.GetViewport(theX,theY,theWidth,theHeight);
                 
                 return std::make_tuple(theX,theY,theWidth,theHeight); },
             R"#(Gets viewport coordinates)#" 
          )
    // static methods
        .def_static("get_type_name_s",
                    (const char * (*)() ) static_cast<const char * (*)() >(&IVtk_IView::get_type_name),
                    R"#(None)#" 
          )
        .def_static("get_type_descriptor_s",
                    (const opencascade::handle<Standard_Type> & (*)() ) static_cast<const opencascade::handle<Standard_Type> & (*)() >(&IVtk_IView::get_type_descriptor),
                    R"#(None)#" 
          )
    // static methods using call by reference i.s.o. return
    // operators
    // additional methods and static methods
    // properties
    // methods returning by ref wrapped as properties
       .def("DynamicType",
             (const opencascade::handle<Standard_Type> & (IVtk_IView::*)() const) static_cast<const opencascade::handle<Standard_Type> & (IVtk_IView::*)() const>(&IVtk_IView::DynamicType),
             R"#(None)#"
             
         )
;

// functions
// ./opencascade/IVtk_IShape.hxx
// ./opencascade/IVtk_IShapeData.hxx
// ./opencascade/IVtk_IShapeMesher.hxx
// ./opencascade/IVtk_IView.hxx
// ./opencascade/IVtk_Interface.hxx
// ./opencascade/IVtk_Types.hxx

// Additional functions

// operators

// register typdefs
    register_template_NCollection_List<IVtk_IShape::Handle>(m,"IVtk_ShapePtrList");
    register_template_NCollection_List<IVtk_IdType>(m,"IVtk_ShapeIdList");
    register_template_NCollection_DataMap<IVtk_IdType, IVtk_ShapeIdList>(m,"IVtk_SubShapeMap");
    register_template_NCollection_Map<IVtk_IdType>(m,"IVtk_IdTypeMap");
    register_template_NCollection_List<gp_XY>(m,"IVtk_Pnt2dList");
    register_template_NCollection_List<IVtk_SelectionMode>(m,"IVtk_SelectionModeList");


// exceptions

// user-defined post-inclusion per module in the body

};

// user-defined post-inclusion per module

// user-defined post