]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkUnstructuredGridQuadricDecimation.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkUnstructuredGridQuadricDecimation.java
diff --git a/vtk/src/vtk/vtkUnstructuredGridQuadricDecimation.java b/vtk/src/vtk/vtkUnstructuredGridQuadricDecimation.java
new file mode 100644 (file)
index 0000000..b58850f
--- /dev/null
@@ -0,0 +1,87 @@
+// java wrapper for vtkUnstructuredGridQuadricDecimation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkUnstructuredGridQuadricDecimation extends vtkUnstructuredGridAlgorithm
+{
+
+  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 void SetTargetReduction_2(double id0);
+  public void SetTargetReduction(double id0)
+    { SetTargetReduction_2(id0); }
+
+  private native double GetTargetReduction_3();
+  public double GetTargetReduction()
+    { return GetTargetReduction_3(); }
+
+  private native void SetNumberOfTetsOutput_4(int id0);
+  public void SetNumberOfTetsOutput(int id0)
+    { SetNumberOfTetsOutput_4(id0); }
+
+  private native int GetNumberOfTetsOutput_5();
+  public int GetNumberOfTetsOutput()
+    { return GetNumberOfTetsOutput_5(); }
+
+  private native void SetNumberOfEdgesToDecimate_6(int id0);
+  public void SetNumberOfEdgesToDecimate(int id0)
+    { SetNumberOfEdgesToDecimate_6(id0); }
+
+  private native int GetNumberOfEdgesToDecimate_7();
+  public int GetNumberOfEdgesToDecimate()
+    { return GetNumberOfEdgesToDecimate_7(); }
+
+  private native void SetNumberOfCandidates_8(int id0);
+  public void SetNumberOfCandidates(int id0)
+    { SetNumberOfCandidates_8(id0); }
+
+  private native int GetNumberOfCandidates_9();
+  public int GetNumberOfCandidates()
+    { return GetNumberOfCandidates_9(); }
+
+  private native void SetAutoAddCandidates_10(int id0);
+  public void SetAutoAddCandidates(int id0)
+    { SetAutoAddCandidates_10(id0); }
+
+  private native int GetAutoAddCandidates_11();
+  public int GetAutoAddCandidates()
+    { return GetAutoAddCandidates_11(); }
+
+  private native void SetAutoAddCandidatesThreshold_12(double id0);
+  public void SetAutoAddCandidatesThreshold(double id0)
+    { SetAutoAddCandidatesThreshold_12(id0); }
+
+  private native double GetAutoAddCandidatesThreshold_13();
+  public double GetAutoAddCandidatesThreshold()
+    { return GetAutoAddCandidatesThreshold_13(); }
+
+  private native void SetBoundaryWeight_14(double id0);
+  public void SetBoundaryWeight(double id0)
+    { SetBoundaryWeight_14(id0); }
+
+  private native double GetBoundaryWeight_15();
+  public double GetBoundaryWeight()
+    { return GetBoundaryWeight_15(); }
+
+  private native void SetScalarsName_16(String id0);
+  public void SetScalarsName(String id0)
+    { SetScalarsName_16(id0); }
+
+  private native String GetScalarsName_17();
+  public String GetScalarsName()
+    { return GetScalarsName_17(); }
+
+  public vtkUnstructuredGridQuadricDecimation() { super(); }
+
+  public vtkUnstructuredGridQuadricDecimation(long id) { super(id); }
+  public native long   VTKInit();
+
+}