]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageThreshold.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkImageThreshold.java
index 4d07d5db429438434227e0b6baec24e8a01c1f7f..5cfdb533c04af40069ae8547fe2b802d7bb6f13d 100644 (file)
-// java wrapper for vtkImageThreshold object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageThreshold extends vtkThreadedImageAlgorithm\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 ThresholdByUpper_2(double id0);\r
-  public void ThresholdByUpper(double id0)\r
-    { ThresholdByUpper_2(id0); }\r
-\r
-  private native void ThresholdByLower_3(double id0);\r
-  public void ThresholdByLower(double id0)\r
-    { ThresholdByLower_3(id0); }\r
-\r
-  private native void ThresholdBetween_4(double id0,double id1);\r
-  public void ThresholdBetween(double id0,double id1)\r
-    { ThresholdBetween_4(id0,id1); }\r
-\r
-  private native void SetReplaceIn_5(int id0);\r
-  public void SetReplaceIn(int id0)\r
-    { SetReplaceIn_5(id0); }\r
-\r
-  private native int GetReplaceIn_6();\r
-  public int GetReplaceIn()\r
-    { return GetReplaceIn_6(); }\r
-\r
-  private native void ReplaceInOn_7();\r
-  public void ReplaceInOn()\r
-    { ReplaceInOn_7(); }\r
-\r
-  private native void ReplaceInOff_8();\r
-  public void ReplaceInOff()\r
-    { ReplaceInOff_8(); }\r
-\r
-  private native void SetInValue_9(double id0);\r
-  public void SetInValue(double id0)\r
-    { SetInValue_9(id0); }\r
-\r
-  private native double GetInValue_10();\r
-  public double GetInValue()\r
-    { return GetInValue_10(); }\r
-\r
-  private native void SetReplaceOut_11(int id0);\r
-  public void SetReplaceOut(int id0)\r
-    { SetReplaceOut_11(id0); }\r
-\r
-  private native int GetReplaceOut_12();\r
-  public int GetReplaceOut()\r
-    { return GetReplaceOut_12(); }\r
-\r
-  private native void ReplaceOutOn_13();\r
-  public void ReplaceOutOn()\r
-    { ReplaceOutOn_13(); }\r
-\r
-  private native void ReplaceOutOff_14();\r
-  public void ReplaceOutOff()\r
-    { ReplaceOutOff_14(); }\r
-\r
-  private native void SetOutValue_15(double id0);\r
-  public void SetOutValue(double id0)\r
-    { SetOutValue_15(id0); }\r
-\r
-  private native double GetOutValue_16();\r
-  public double GetOutValue()\r
-    { return GetOutValue_16(); }\r
-\r
-  private native double GetUpperThreshold_17();\r
-  public double GetUpperThreshold()\r
-    { return GetUpperThreshold_17(); }\r
-\r
-  private native double GetLowerThreshold_18();\r
-  public double GetLowerThreshold()\r
-    { return GetLowerThreshold_18(); }\r
-\r
-  private native void SetOutputScalarType_19(int id0);\r
-  public void SetOutputScalarType(int id0)\r
-    { SetOutputScalarType_19(id0); }\r
-\r
-  private native int GetOutputScalarType_20();\r
-  public int GetOutputScalarType()\r
-    { return GetOutputScalarType_20(); }\r
-\r
-  private native void SetOutputScalarTypeToDouble_21();\r
-  public void SetOutputScalarTypeToDouble()\r
-    { SetOutputScalarTypeToDouble_21(); }\r
-\r
-  private native void SetOutputScalarTypeToFloat_22();\r
-  public void SetOutputScalarTypeToFloat()\r
-    { SetOutputScalarTypeToFloat_22(); }\r
-\r
-  private native void SetOutputScalarTypeToLong_23();\r
-  public void SetOutputScalarTypeToLong()\r
-    { SetOutputScalarTypeToLong_23(); }\r
-\r
-  private native void SetOutputScalarTypeToUnsignedLong_24();\r
-  public void SetOutputScalarTypeToUnsignedLong()\r
-    { SetOutputScalarTypeToUnsignedLong_24(); }\r
-\r
-  private native void SetOutputScalarTypeToInt_25();\r
-  public void SetOutputScalarTypeToInt()\r
-    { SetOutputScalarTypeToInt_25(); }\r
-\r
-  private native void SetOutputScalarTypeToUnsignedInt_26();\r
-  public void SetOutputScalarTypeToUnsignedInt()\r
-    { SetOutputScalarTypeToUnsignedInt_26(); }\r
-\r
-  private native void SetOutputScalarTypeToShort_27();\r
-  public void SetOutputScalarTypeToShort()\r
-    { SetOutputScalarTypeToShort_27(); }\r
-\r
-  private native void SetOutputScalarTypeToUnsignedShort_28();\r
-  public void SetOutputScalarTypeToUnsignedShort()\r
-    { SetOutputScalarTypeToUnsignedShort_28(); }\r
-\r
-  private native void SetOutputScalarTypeToChar_29();\r
-  public void SetOutputScalarTypeToChar()\r
-    { SetOutputScalarTypeToChar_29(); }\r
-\r
-  private native void SetOutputScalarTypeToSignedChar_30();\r
-  public void SetOutputScalarTypeToSignedChar()\r
-    { SetOutputScalarTypeToSignedChar_30(); }\r
-\r
-  private native void SetOutputScalarTypeToUnsignedChar_31();\r
-  public void SetOutputScalarTypeToUnsignedChar()\r
-    { SetOutputScalarTypeToUnsignedChar_31(); }\r
-\r
-  public vtkImageThreshold() { super(); }\r
-\r
-  public vtkImageThreshold(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageThreshold object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageThreshold extends vtkThreadedImageAlgorithm
+{
+
+  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 ThresholdByUpper_2(double id0);
+  public void ThresholdByUpper(double id0)
+    { ThresholdByUpper_2(id0); }
+
+  private native void ThresholdByLower_3(double id0);
+  public void ThresholdByLower(double id0)
+    { ThresholdByLower_3(id0); }
+
+  private native void ThresholdBetween_4(double id0,double id1);
+  public void ThresholdBetween(double id0,double id1)
+    { ThresholdBetween_4(id0,id1); }
+
+  private native void SetReplaceIn_5(int id0);
+  public void SetReplaceIn(int id0)
+    { SetReplaceIn_5(id0); }
+
+  private native int GetReplaceIn_6();
+  public int GetReplaceIn()
+    { return GetReplaceIn_6(); }
+
+  private native void ReplaceInOn_7();
+  public void ReplaceInOn()
+    { ReplaceInOn_7(); }
+
+  private native void ReplaceInOff_8();
+  public void ReplaceInOff()
+    { ReplaceInOff_8(); }
+
+  private native void SetInValue_9(double id0);
+  public void SetInValue(double id0)
+    { SetInValue_9(id0); }
+
+  private native double GetInValue_10();
+  public double GetInValue()
+    { return GetInValue_10(); }
+
+  private native void SetReplaceOut_11(int id0);
+  public void SetReplaceOut(int id0)
+    { SetReplaceOut_11(id0); }
+
+  private native int GetReplaceOut_12();
+  public int GetReplaceOut()
+    { return GetReplaceOut_12(); }
+
+  private native void ReplaceOutOn_13();
+  public void ReplaceOutOn()
+    { ReplaceOutOn_13(); }
+
+  private native void ReplaceOutOff_14();
+  public void ReplaceOutOff()
+    { ReplaceOutOff_14(); }
+
+  private native void SetOutValue_15(double id0);
+  public void SetOutValue(double id0)
+    { SetOutValue_15(id0); }
+
+  private native double GetOutValue_16();
+  public double GetOutValue()
+    { return GetOutValue_16(); }
+
+  private native double GetUpperThreshold_17();
+  public double GetUpperThreshold()
+    { return GetUpperThreshold_17(); }
+
+  private native double GetLowerThreshold_18();
+  public double GetLowerThreshold()
+    { return GetLowerThreshold_18(); }
+
+  private native void SetOutputScalarType_19(int id0);
+  public void SetOutputScalarType(int id0)
+    { SetOutputScalarType_19(id0); }
+
+  private native int GetOutputScalarType_20();
+  public int GetOutputScalarType()
+    { return GetOutputScalarType_20(); }
+
+  private native void SetOutputScalarTypeToDouble_21();
+  public void SetOutputScalarTypeToDouble()
+    { SetOutputScalarTypeToDouble_21(); }
+
+  private native void SetOutputScalarTypeToFloat_22();
+  public void SetOutputScalarTypeToFloat()
+    { SetOutputScalarTypeToFloat_22(); }
+
+  private native void SetOutputScalarTypeToLong_23();
+  public void SetOutputScalarTypeToLong()
+    { SetOutputScalarTypeToLong_23(); }
+
+  private native void SetOutputScalarTypeToUnsignedLong_24();
+  public void SetOutputScalarTypeToUnsignedLong()
+    { SetOutputScalarTypeToUnsignedLong_24(); }
+
+  private native void SetOutputScalarTypeToInt_25();
+  public void SetOutputScalarTypeToInt()
+    { SetOutputScalarTypeToInt_25(); }
+
+  private native void SetOutputScalarTypeToUnsignedInt_26();
+  public void SetOutputScalarTypeToUnsignedInt()
+    { SetOutputScalarTypeToUnsignedInt_26(); }
+
+  private native void SetOutputScalarTypeToShort_27();
+  public void SetOutputScalarTypeToShort()
+    { SetOutputScalarTypeToShort_27(); }
+
+  private native void SetOutputScalarTypeToUnsignedShort_28();
+  public void SetOutputScalarTypeToUnsignedShort()
+    { SetOutputScalarTypeToUnsignedShort_28(); }
+
+  private native void SetOutputScalarTypeToChar_29();
+  public void SetOutputScalarTypeToChar()
+    { SetOutputScalarTypeToChar_29(); }
+
+  private native void SetOutputScalarTypeToSignedChar_30();
+  public void SetOutputScalarTypeToSignedChar()
+    { SetOutputScalarTypeToSignedChar_30(); }
+
+  private native void SetOutputScalarTypeToUnsignedChar_31();
+  public void SetOutputScalarTypeToUnsignedChar()
+    { SetOutputScalarTypeToUnsignedChar_31(); }
+
+  public vtkImageThreshold() { super(); }
+
+  public vtkImageThreshold(long id) { super(id); }
+  public native long   VTKInit();
+
+}