]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDepthImageToPointCloud.java
88012b42e558e7d6ac00d32fdfd63164b9787014
[simantics/3d.git] / vtk / src / vtk / vtkDepthImageToPointCloud.java
1 // java wrapper for vtkDepthImageToPointCloud object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDepthImageToPointCloud extends vtkPolyDataAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native int GetMTime_2();
19   public int GetMTime()
20     { return GetMTime_2(); }
21
22   private native void SetCamera_3(vtkCamera id0);
23   public void SetCamera(vtkCamera id0)
24     { SetCamera_3(id0); }
25
26   private native long GetCamera_4();
27   public vtkCamera GetCamera() {
28     long temp = GetCamera_4();
29
30     if (temp == 0) return null;
31     return (vtkCamera)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetCullNearPoints_5(boolean id0);
35   public void SetCullNearPoints(boolean id0)
36     { SetCullNearPoints_5(id0); }
37
38   private native boolean GetCullNearPoints_6();
39   public boolean GetCullNearPoints()
40     { return GetCullNearPoints_6(); }
41
42   private native void CullNearPointsOn_7();
43   public void CullNearPointsOn()
44     { CullNearPointsOn_7(); }
45
46   private native void CullNearPointsOff_8();
47   public void CullNearPointsOff()
48     { CullNearPointsOff_8(); }
49
50   private native void SetCullFarPoints_9(boolean id0);
51   public void SetCullFarPoints(boolean id0)
52     { SetCullFarPoints_9(id0); }
53
54   private native boolean GetCullFarPoints_10();
55   public boolean GetCullFarPoints()
56     { return GetCullFarPoints_10(); }
57
58   private native void CullFarPointsOn_11();
59   public void CullFarPointsOn()
60     { CullFarPointsOn_11(); }
61
62   private native void CullFarPointsOff_12();
63   public void CullFarPointsOff()
64     { CullFarPointsOff_12(); }
65
66   private native void SetProduceColorScalars_13(boolean id0);
67   public void SetProduceColorScalars(boolean id0)
68     { SetProduceColorScalars_13(id0); }
69
70   private native boolean GetProduceColorScalars_14();
71   public boolean GetProduceColorScalars()
72     { return GetProduceColorScalars_14(); }
73
74   private native void ProduceColorScalarsOn_15();
75   public void ProduceColorScalarsOn()
76     { ProduceColorScalarsOn_15(); }
77
78   private native void ProduceColorScalarsOff_16();
79   public void ProduceColorScalarsOff()
80     { ProduceColorScalarsOff_16(); }
81
82   private native void SetProduceVertexCellArray_17(boolean id0);
83   public void SetProduceVertexCellArray(boolean id0)
84     { SetProduceVertexCellArray_17(id0); }
85
86   private native boolean GetProduceVertexCellArray_18();
87   public boolean GetProduceVertexCellArray()
88     { return GetProduceVertexCellArray_18(); }
89
90   private native void ProduceVertexCellArrayOn_19();
91   public void ProduceVertexCellArrayOn()
92     { ProduceVertexCellArrayOn_19(); }
93
94   private native void ProduceVertexCellArrayOff_20();
95   public void ProduceVertexCellArrayOff()
96     { ProduceVertexCellArrayOff_20(); }
97
98   private native void SetOutputPointsPrecision_21(int id0);
99   public void SetOutputPointsPrecision(int id0)
100     { SetOutputPointsPrecision_21(id0); }
101
102   private native int GetOutputPointsPrecision_22();
103   public int GetOutputPointsPrecision()
104     { return GetOutputPointsPrecision_22(); }
105
106   public vtkDepthImageToPointCloud() { super(); }
107
108   public vtkDepthImageToPointCloud(long id) { super(id); }
109   public native long   VTKInit();
110
111 }