]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkDepthImageToPointCloud.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkDepthImageToPointCloud.java
diff --git a/vtk/src/vtk/vtkDepthImageToPointCloud.java b/vtk/src/vtk/vtkDepthImageToPointCloud.java
new file mode 100644 (file)
index 0000000..88012b4
--- /dev/null
@@ -0,0 +1,111 @@
+// java wrapper for vtkDepthImageToPointCloud object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkDepthImageToPointCloud extends vtkPolyDataAlgorithm
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native int GetMTime_2();
+  public int GetMTime()
+    { return GetMTime_2(); }
+
+  private native void SetCamera_3(vtkCamera id0);
+  public void SetCamera(vtkCamera id0)
+    { SetCamera_3(id0); }
+
+  private native long GetCamera_4();
+  public vtkCamera GetCamera() {
+    long temp = GetCamera_4();
+
+    if (temp == 0) return null;
+    return (vtkCamera)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetCullNearPoints_5(boolean id0);
+  public void SetCullNearPoints(boolean id0)
+    { SetCullNearPoints_5(id0); }
+
+  private native boolean GetCullNearPoints_6();
+  public boolean GetCullNearPoints()
+    { return GetCullNearPoints_6(); }
+
+  private native void CullNearPointsOn_7();
+  public void CullNearPointsOn()
+    { CullNearPointsOn_7(); }
+
+  private native void CullNearPointsOff_8();
+  public void CullNearPointsOff()
+    { CullNearPointsOff_8(); }
+
+  private native void SetCullFarPoints_9(boolean id0);
+  public void SetCullFarPoints(boolean id0)
+    { SetCullFarPoints_9(id0); }
+
+  private native boolean GetCullFarPoints_10();
+  public boolean GetCullFarPoints()
+    { return GetCullFarPoints_10(); }
+
+  private native void CullFarPointsOn_11();
+  public void CullFarPointsOn()
+    { CullFarPointsOn_11(); }
+
+  private native void CullFarPointsOff_12();
+  public void CullFarPointsOff()
+    { CullFarPointsOff_12(); }
+
+  private native void SetProduceColorScalars_13(boolean id0);
+  public void SetProduceColorScalars(boolean id0)
+    { SetProduceColorScalars_13(id0); }
+
+  private native boolean GetProduceColorScalars_14();
+  public boolean GetProduceColorScalars()
+    { return GetProduceColorScalars_14(); }
+
+  private native void ProduceColorScalarsOn_15();
+  public void ProduceColorScalarsOn()
+    { ProduceColorScalarsOn_15(); }
+
+  private native void ProduceColorScalarsOff_16();
+  public void ProduceColorScalarsOff()
+    { ProduceColorScalarsOff_16(); }
+
+  private native void SetProduceVertexCellArray_17(boolean id0);
+  public void SetProduceVertexCellArray(boolean id0)
+    { SetProduceVertexCellArray_17(id0); }
+
+  private native boolean GetProduceVertexCellArray_18();
+  public boolean GetProduceVertexCellArray()
+    { return GetProduceVertexCellArray_18(); }
+
+  private native void ProduceVertexCellArrayOn_19();
+  public void ProduceVertexCellArrayOn()
+    { ProduceVertexCellArrayOn_19(); }
+
+  private native void ProduceVertexCellArrayOff_20();
+  public void ProduceVertexCellArrayOff()
+    { ProduceVertexCellArrayOff_20(); }
+
+  private native void SetOutputPointsPrecision_21(int id0);
+  public void SetOutputPointsPrecision(int id0)
+    { SetOutputPointsPrecision_21(id0); }
+
+  private native int GetOutputPointsPrecision_22();
+  public int GetOutputPointsPrecision()
+    { return GetOutputPointsPrecision_22(); }
+
+  public vtkDepthImageToPointCloud() { super(); }
+
+  public vtkDepthImageToPointCloud(long id) { super(id); }
+  public native long   VTKInit();
+
+}