]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkClipVolume.java
Various fixes to vtk swt components
[simantics/3d.git] / vtk / src / vtk / vtkClipVolume.java
index 0c6ed9bf84e0ab70472ab4b328ef8a28332a4bb9..d4683160aec79a64479ad51628763ef9f439ff02 100644 (file)
-// java wrapper for vtkClipVolume object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkClipVolume extends vtkUnstructuredGridAlgorithm\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetValue_2(double id0);\r
-  public void SetValue(double id0)\r
-    { SetValue_2(id0); }\r
-\r
-  private native double GetValue_3();\r
-  public double GetValue()\r
-    { return GetValue_3(); }\r
-\r
-  private native void SetInsideOut_4(int id0);\r
-  public void SetInsideOut(int id0)\r
-    { SetInsideOut_4(id0); }\r
-\r
-  private native int GetInsideOut_5();\r
-  public int GetInsideOut()\r
-    { return GetInsideOut_5(); }\r
-\r
-  private native void InsideOutOn_6();\r
-  public void InsideOutOn()\r
-    { InsideOutOn_6(); }\r
-\r
-  private native void InsideOutOff_7();\r
-  public void InsideOutOff()\r
-    { InsideOutOff_7(); }\r
-\r
-  private native void SetClipFunction_8(vtkImplicitFunction id0);\r
-  public void SetClipFunction(vtkImplicitFunction id0)\r
-    { SetClipFunction_8(id0); }\r
-\r
-  private native long GetClipFunction_9();\r
-  public vtkImplicitFunction GetClipFunction() {\r
-    long temp = GetClipFunction_9();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImplicitFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetGenerateClipScalars_10(int id0);\r
-  public void SetGenerateClipScalars(int id0)\r
-    { SetGenerateClipScalars_10(id0); }\r
-\r
-  private native int GetGenerateClipScalars_11();\r
-  public int GetGenerateClipScalars()\r
-    { return GetGenerateClipScalars_11(); }\r
-\r
-  private native void GenerateClipScalarsOn_12();\r
-  public void GenerateClipScalarsOn()\r
-    { GenerateClipScalarsOn_12(); }\r
-\r
-  private native void GenerateClipScalarsOff_13();\r
-  public void GenerateClipScalarsOff()\r
-    { GenerateClipScalarsOff_13(); }\r
-\r
-  private native void SetGenerateClippedOutput_14(int id0);\r
-  public void SetGenerateClippedOutput(int id0)\r
-    { SetGenerateClippedOutput_14(id0); }\r
-\r
-  private native int GetGenerateClippedOutput_15();\r
-  public int GetGenerateClippedOutput()\r
-    { return GetGenerateClippedOutput_15(); }\r
-\r
-  private native void GenerateClippedOutputOn_16();\r
-  public void GenerateClippedOutputOn()\r
-    { GenerateClippedOutputOn_16(); }\r
-\r
-  private native void GenerateClippedOutputOff_17();\r
-  public void GenerateClippedOutputOff()\r
-    { GenerateClippedOutputOff_17(); }\r
-\r
-  private native long GetClippedOutput_18();\r
-  public vtkUnstructuredGrid GetClippedOutput() {\r
-    long temp = GetClippedOutput_18();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkUnstructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetMixed3DCellGeneration_19(int id0);\r
-  public void SetMixed3DCellGeneration(int id0)\r
-    { SetMixed3DCellGeneration_19(id0); }\r
-\r
-  private native int GetMixed3DCellGeneration_20();\r
-  public int GetMixed3DCellGeneration()\r
-    { return GetMixed3DCellGeneration_20(); }\r
-\r
-  private native void Mixed3DCellGenerationOn_21();\r
-  public void Mixed3DCellGenerationOn()\r
-    { Mixed3DCellGenerationOn_21(); }\r
-\r
-  private native void Mixed3DCellGenerationOff_22();\r
-  public void Mixed3DCellGenerationOff()\r
-    { Mixed3DCellGenerationOff_22(); }\r
-\r
-  private native void SetMergeTolerance_23(double id0);\r
-  public void SetMergeTolerance(double id0)\r
-    { SetMergeTolerance_23(id0); }\r
-\r
-  private native double GetMergeToleranceMinValue_24();\r
-  public double GetMergeToleranceMinValue()\r
-    { return GetMergeToleranceMinValue_24(); }\r
-\r
-  private native double GetMergeToleranceMaxValue_25();\r
-  public double GetMergeToleranceMaxValue()\r
-    { return GetMergeToleranceMaxValue_25(); }\r
-\r
-  private native double GetMergeTolerance_26();\r
-  public double GetMergeTolerance()\r
-    { return GetMergeTolerance_26(); }\r
-\r
-  private native void SetLocator_27(vtkIncrementalPointLocator id0);\r
-  public void SetLocator(vtkIncrementalPointLocator id0)\r
-    { SetLocator_27(id0); }\r
-\r
-  private native long GetLocator_28();\r
-  public vtkIncrementalPointLocator GetLocator() {\r
-    long temp = GetLocator_28();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkIncrementalPointLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void CreateDefaultLocator_29();\r
-  public void CreateDefaultLocator()\r
-    { CreateDefaultLocator_29(); }\r
-\r
-  private native int GetMTime_30();\r
-  public int GetMTime()\r
-    { return GetMTime_30(); }\r
-\r
-  public vtkClipVolume() { super(); }\r
-\r
-  public vtkClipVolume(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkClipVolume object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkClipVolume 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 SetValue_2(double id0);
+  public void SetValue(double id0)
+    { SetValue_2(id0); }
+
+  private native double GetValue_3();
+  public double GetValue()
+    { return GetValue_3(); }
+
+  private native void SetInsideOut_4(int id0);
+  public void SetInsideOut(int id0)
+    { SetInsideOut_4(id0); }
+
+  private native int GetInsideOut_5();
+  public int GetInsideOut()
+    { return GetInsideOut_5(); }
+
+  private native void InsideOutOn_6();
+  public void InsideOutOn()
+    { InsideOutOn_6(); }
+
+  private native void InsideOutOff_7();
+  public void InsideOutOff()
+    { InsideOutOff_7(); }
+
+  private native void SetClipFunction_8(vtkImplicitFunction id0);
+  public void SetClipFunction(vtkImplicitFunction id0)
+    { SetClipFunction_8(id0); }
+
+  private native long GetClipFunction_9();
+  public vtkImplicitFunction GetClipFunction() {
+    long temp = GetClipFunction_9();
+
+    if (temp == 0) return null;
+    return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetGenerateClipScalars_10(int id0);
+  public void SetGenerateClipScalars(int id0)
+    { SetGenerateClipScalars_10(id0); }
+
+  private native int GetGenerateClipScalars_11();
+  public int GetGenerateClipScalars()
+    { return GetGenerateClipScalars_11(); }
+
+  private native void GenerateClipScalarsOn_12();
+  public void GenerateClipScalarsOn()
+    { GenerateClipScalarsOn_12(); }
+
+  private native void GenerateClipScalarsOff_13();
+  public void GenerateClipScalarsOff()
+    { GenerateClipScalarsOff_13(); }
+
+  private native void SetGenerateClippedOutput_14(int id0);
+  public void SetGenerateClippedOutput(int id0)
+    { SetGenerateClippedOutput_14(id0); }
+
+  private native int GetGenerateClippedOutput_15();
+  public int GetGenerateClippedOutput()
+    { return GetGenerateClippedOutput_15(); }
+
+  private native void GenerateClippedOutputOn_16();
+  public void GenerateClippedOutputOn()
+    { GenerateClippedOutputOn_16(); }
+
+  private native void GenerateClippedOutputOff_17();
+  public void GenerateClippedOutputOff()
+    { GenerateClippedOutputOff_17(); }
+
+  private native long GetClippedOutput_18();
+  public vtkUnstructuredGrid GetClippedOutput() {
+    long temp = GetClippedOutput_18();
+
+    if (temp == 0) return null;
+    return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetMixed3DCellGeneration_19(int id0);
+  public void SetMixed3DCellGeneration(int id0)
+    { SetMixed3DCellGeneration_19(id0); }
+
+  private native int GetMixed3DCellGeneration_20();
+  public int GetMixed3DCellGeneration()
+    { return GetMixed3DCellGeneration_20(); }
+
+  private native void Mixed3DCellGenerationOn_21();
+  public void Mixed3DCellGenerationOn()
+    { Mixed3DCellGenerationOn_21(); }
+
+  private native void Mixed3DCellGenerationOff_22();
+  public void Mixed3DCellGenerationOff()
+    { Mixed3DCellGenerationOff_22(); }
+
+  private native void SetMergeTolerance_23(double id0);
+  public void SetMergeTolerance(double id0)
+    { SetMergeTolerance_23(id0); }
+
+  private native double GetMergeToleranceMinValue_24();
+  public double GetMergeToleranceMinValue()
+    { return GetMergeToleranceMinValue_24(); }
+
+  private native double GetMergeToleranceMaxValue_25();
+  public double GetMergeToleranceMaxValue()
+    { return GetMergeToleranceMaxValue_25(); }
+
+  private native double GetMergeTolerance_26();
+  public double GetMergeTolerance()
+    { return GetMergeTolerance_26(); }
+
+  private native void SetLocator_27(vtkIncrementalPointLocator id0);
+  public void SetLocator(vtkIncrementalPointLocator id0)
+    { SetLocator_27(id0); }
+
+  private native long GetLocator_28();
+  public vtkIncrementalPointLocator GetLocator() {
+    long temp = GetLocator_28();
+
+    if (temp == 0) return null;
+    return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void CreateDefaultLocator_29();
+  public void CreateDefaultLocator()
+    { CreateDefaultLocator_29(); }
+
+  private native int GetMTime_30();
+  public int GetMTime()
+    { return GetMTime_30(); }
+
+  public vtkClipVolume() { super(); }
+
+  public vtkClipVolume(long id) { super(id); }
+  public native long   VTKInit();
+
+}