]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkGenericCutter.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkGenericCutter.java
diff --git a/vtk/src/vtk/vtkGenericCutter.java b/vtk/src/vtk/vtkGenericCutter.java
new file mode 100644 (file)
index 0000000..266d498
--- /dev/null
@@ -0,0 +1,95 @@
+// java wrapper for vtkGenericCutter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkGenericCutter 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 void SetValue_2(int id0,double id1);
+  public void SetValue(int id0,double id1)
+    { SetValue_2(id0,id1); }
+
+  private native double GetValue_3(int id0);
+  public double GetValue(int id0)
+    { return GetValue_3(id0); }
+
+  private native void SetNumberOfContours_4(int id0);
+  public void SetNumberOfContours(int id0)
+    { SetNumberOfContours_4(id0); }
+
+  private native int GetNumberOfContours_5();
+  public int GetNumberOfContours()
+    { return GetNumberOfContours_5(); }
+
+  private native void GenerateValues_6(int id0,double id1[]);
+  public void GenerateValues(int id0,double id1[])
+    { GenerateValues_6(id0,id1); }
+
+  private native void GenerateValues_7(int id0,double id1,double id2);
+  public void GenerateValues(int id0,double id1,double id2)
+    { GenerateValues_7(id0,id1,id2); }
+
+  private native int GetMTime_8();
+  public int GetMTime()
+    { return GetMTime_8(); }
+
+  private native void SetCutFunction_9(vtkImplicitFunction id0);
+  public void SetCutFunction(vtkImplicitFunction id0)
+    { SetCutFunction_9(id0); }
+
+  private native long GetCutFunction_10();
+  public vtkImplicitFunction GetCutFunction() {
+    long temp = GetCutFunction_10();
+
+    if (temp == 0) return null;
+    return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetGenerateCutScalars_11(int id0);
+  public void SetGenerateCutScalars(int id0)
+    { SetGenerateCutScalars_11(id0); }
+
+  private native int GetGenerateCutScalars_12();
+  public int GetGenerateCutScalars()
+    { return GetGenerateCutScalars_12(); }
+
+  private native void GenerateCutScalarsOn_13();
+  public void GenerateCutScalarsOn()
+    { GenerateCutScalarsOn_13(); }
+
+  private native void GenerateCutScalarsOff_14();
+  public void GenerateCutScalarsOff()
+    { GenerateCutScalarsOff_14(); }
+
+  private native void SetLocator_15(vtkIncrementalPointLocator id0);
+  public void SetLocator(vtkIncrementalPointLocator id0)
+    { SetLocator_15(id0); }
+
+  private native long GetLocator_16();
+  public vtkIncrementalPointLocator GetLocator() {
+    long temp = GetLocator_16();
+
+    if (temp == 0) return null;
+    return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void CreateDefaultLocator_17();
+  public void CreateDefaultLocator()
+    { CreateDefaultLocator_17(); }
+
+  public vtkGenericCutter() { super(); }
+
+  public vtkGenericCutter(long id) { super(id); }
+  public native long   VTKInit();
+
+}