]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageToPolyDataFilter.java
Fix removed nodes leaving visible graphical elements.
[simantics/3d.git] / vtk / src / vtk / vtkImageToPolyDataFilter.java
index 0b02ce84c0d75ae01a095beb26432a629dfd7bbb..e1ce52ca3628d11a2613d27804ae2fca9854b436 100644 (file)
-// java wrapper for vtkImageToPolyDataFilter object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageToPolyDataFilter extends vtkPolyDataAlgorithm\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 SetOutputStyle_2(int id0);\r
-  public void SetOutputStyle(int id0)\r
-    { SetOutputStyle_2(id0); }\r
-\r
-  private native int GetOutputStyleMinValue_3();\r
-  public int GetOutputStyleMinValue()\r
-    { return GetOutputStyleMinValue_3(); }\r
-\r
-  private native int GetOutputStyleMaxValue_4();\r
-  public int GetOutputStyleMaxValue()\r
-    { return GetOutputStyleMaxValue_4(); }\r
-\r
-  private native int GetOutputStyle_5();\r
-  public int GetOutputStyle()\r
-    { return GetOutputStyle_5(); }\r
-\r
-  private native void SetOutputStyleToPixelize_6();\r
-  public void SetOutputStyleToPixelize()\r
-    { SetOutputStyleToPixelize_6(); }\r
-\r
-  private native void SetOutputStyleToPolygonalize_7();\r
-  public void SetOutputStyleToPolygonalize()\r
-    { SetOutputStyleToPolygonalize_7(); }\r
-\r
-  private native void SetOutputStyleToRunLength_8();\r
-  public void SetOutputStyleToRunLength()\r
-    { SetOutputStyleToRunLength_8(); }\r
-\r
-  private native void SetColorMode_9(int id0);\r
-  public void SetColorMode(int id0)\r
-    { SetColorMode_9(id0); }\r
-\r
-  private native int GetColorModeMinValue_10();\r
-  public int GetColorModeMinValue()\r
-    { return GetColorModeMinValue_10(); }\r
-\r
-  private native int GetColorModeMaxValue_11();\r
-  public int GetColorModeMaxValue()\r
-    { return GetColorModeMaxValue_11(); }\r
-\r
-  private native int GetColorMode_12();\r
-  public int GetColorMode()\r
-    { return GetColorMode_12(); }\r
-\r
-  private native void SetColorModeToLUT_13();\r
-  public void SetColorModeToLUT()\r
-    { SetColorModeToLUT_13(); }\r
-\r
-  private native void SetColorModeToLinear256_14();\r
-  public void SetColorModeToLinear256()\r
-    { SetColorModeToLinear256_14(); }\r
-\r
-  private native void SetLookupTable_15(vtkScalarsToColors id0);\r
-  public void SetLookupTable(vtkScalarsToColors id0)\r
-    { SetLookupTable_15(id0); }\r
-\r
-  private native long GetLookupTable_16();\r
-  public vtkScalarsToColors GetLookupTable() {\r
-    long temp = GetLookupTable_16();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetSmoothing_17(int id0);\r
-  public void SetSmoothing(int id0)\r
-    { SetSmoothing_17(id0); }\r
-\r
-  private native int GetSmoothing_18();\r
-  public int GetSmoothing()\r
-    { return GetSmoothing_18(); }\r
-\r
-  private native void SmoothingOn_19();\r
-  public void SmoothingOn()\r
-    { SmoothingOn_19(); }\r
-\r
-  private native void SmoothingOff_20();\r
-  public void SmoothingOff()\r
-    { SmoothingOff_20(); }\r
-\r
-  private native void SetNumberOfSmoothingIterations_21(int id0);\r
-  public void SetNumberOfSmoothingIterations(int id0)\r
-    { SetNumberOfSmoothingIterations_21(id0); }\r
-\r
-  private native int GetNumberOfSmoothingIterationsMinValue_22();\r
-  public int GetNumberOfSmoothingIterationsMinValue()\r
-    { return GetNumberOfSmoothingIterationsMinValue_22(); }\r
-\r
-  private native int GetNumberOfSmoothingIterationsMaxValue_23();\r
-  public int GetNumberOfSmoothingIterationsMaxValue()\r
-    { return GetNumberOfSmoothingIterationsMaxValue_23(); }\r
-\r
-  private native int GetNumberOfSmoothingIterations_24();\r
-  public int GetNumberOfSmoothingIterations()\r
-    { return GetNumberOfSmoothingIterations_24(); }\r
-\r
-  private native void SetDecimation_25(int id0);\r
-  public void SetDecimation(int id0)\r
-    { SetDecimation_25(id0); }\r
-\r
-  private native int GetDecimation_26();\r
-  public int GetDecimation()\r
-    { return GetDecimation_26(); }\r
-\r
-  private native void DecimationOn_27();\r
-  public void DecimationOn()\r
-    { DecimationOn_27(); }\r
-\r
-  private native void DecimationOff_28();\r
-  public void DecimationOff()\r
-    { DecimationOff_28(); }\r
-\r
-  private native void SetDecimationError_29(double id0);\r
-  public void SetDecimationError(double id0)\r
-    { SetDecimationError_29(id0); }\r
-\r
-  private native double GetDecimationErrorMinValue_30();\r
-  public double GetDecimationErrorMinValue()\r
-    { return GetDecimationErrorMinValue_30(); }\r
-\r
-  private native double GetDecimationErrorMaxValue_31();\r
-  public double GetDecimationErrorMaxValue()\r
-    { return GetDecimationErrorMaxValue_31(); }\r
-\r
-  private native double GetDecimationError_32();\r
-  public double GetDecimationError()\r
-    { return GetDecimationError_32(); }\r
-\r
-  private native void SetError_33(int id0);\r
-  public void SetError(int id0)\r
-    { SetError_33(id0); }\r
-\r
-  private native int GetErrorMinValue_34();\r
-  public int GetErrorMinValue()\r
-    { return GetErrorMinValue_34(); }\r
-\r
-  private native int GetErrorMaxValue_35();\r
-  public int GetErrorMaxValue()\r
-    { return GetErrorMaxValue_35(); }\r
-\r
-  private native int GetError_36();\r
-  public int GetError()\r
-    { return GetError_36(); }\r
-\r
-  private native void SetSubImageSize_37(int id0);\r
-  public void SetSubImageSize(int id0)\r
-    { SetSubImageSize_37(id0); }\r
-\r
-  private native int GetSubImageSizeMinValue_38();\r
-  public int GetSubImageSizeMinValue()\r
-    { return GetSubImageSizeMinValue_38(); }\r
-\r
-  private native int GetSubImageSizeMaxValue_39();\r
-  public int GetSubImageSizeMaxValue()\r
-    { return GetSubImageSizeMaxValue_39(); }\r
-\r
-  private native int GetSubImageSize_40();\r
-  public int GetSubImageSize()\r
-    { return GetSubImageSize_40(); }\r
-\r
-  public vtkImageToPolyDataFilter() { super(); }\r
-\r
-  public vtkImageToPolyDataFilter(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageToPolyDataFilter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageToPolyDataFilter 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 SetOutputStyle_2(int id0);
+  public void SetOutputStyle(int id0)
+    { SetOutputStyle_2(id0); }
+
+  private native int GetOutputStyleMinValue_3();
+  public int GetOutputStyleMinValue()
+    { return GetOutputStyleMinValue_3(); }
+
+  private native int GetOutputStyleMaxValue_4();
+  public int GetOutputStyleMaxValue()
+    { return GetOutputStyleMaxValue_4(); }
+
+  private native int GetOutputStyle_5();
+  public int GetOutputStyle()
+    { return GetOutputStyle_5(); }
+
+  private native void SetOutputStyleToPixelize_6();
+  public void SetOutputStyleToPixelize()
+    { SetOutputStyleToPixelize_6(); }
+
+  private native void SetOutputStyleToPolygonalize_7();
+  public void SetOutputStyleToPolygonalize()
+    { SetOutputStyleToPolygonalize_7(); }
+
+  private native void SetOutputStyleToRunLength_8();
+  public void SetOutputStyleToRunLength()
+    { SetOutputStyleToRunLength_8(); }
+
+  private native void SetColorMode_9(int id0);
+  public void SetColorMode(int id0)
+    { SetColorMode_9(id0); }
+
+  private native int GetColorModeMinValue_10();
+  public int GetColorModeMinValue()
+    { return GetColorModeMinValue_10(); }
+
+  private native int GetColorModeMaxValue_11();
+  public int GetColorModeMaxValue()
+    { return GetColorModeMaxValue_11(); }
+
+  private native int GetColorMode_12();
+  public int GetColorMode()
+    { return GetColorMode_12(); }
+
+  private native void SetColorModeToLUT_13();
+  public void SetColorModeToLUT()
+    { SetColorModeToLUT_13(); }
+
+  private native void SetColorModeToLinear256_14();
+  public void SetColorModeToLinear256()
+    { SetColorModeToLinear256_14(); }
+
+  private native void SetLookupTable_15(vtkScalarsToColors id0);
+  public void SetLookupTable(vtkScalarsToColors id0)
+    { SetLookupTable_15(id0); }
+
+  private native long GetLookupTable_16();
+  public vtkScalarsToColors GetLookupTable() {
+    long temp = GetLookupTable_16();
+
+    if (temp == 0) return null;
+    return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetSmoothing_17(int id0);
+  public void SetSmoothing(int id0)
+    { SetSmoothing_17(id0); }
+
+  private native int GetSmoothing_18();
+  public int GetSmoothing()
+    { return GetSmoothing_18(); }
+
+  private native void SmoothingOn_19();
+  public void SmoothingOn()
+    { SmoothingOn_19(); }
+
+  private native void SmoothingOff_20();
+  public void SmoothingOff()
+    { SmoothingOff_20(); }
+
+  private native void SetNumberOfSmoothingIterations_21(int id0);
+  public void SetNumberOfSmoothingIterations(int id0)
+    { SetNumberOfSmoothingIterations_21(id0); }
+
+  private native int GetNumberOfSmoothingIterationsMinValue_22();
+  public int GetNumberOfSmoothingIterationsMinValue()
+    { return GetNumberOfSmoothingIterationsMinValue_22(); }
+
+  private native int GetNumberOfSmoothingIterationsMaxValue_23();
+  public int GetNumberOfSmoothingIterationsMaxValue()
+    { return GetNumberOfSmoothingIterationsMaxValue_23(); }
+
+  private native int GetNumberOfSmoothingIterations_24();
+  public int GetNumberOfSmoothingIterations()
+    { return GetNumberOfSmoothingIterations_24(); }
+
+  private native void SetDecimation_25(int id0);
+  public void SetDecimation(int id0)
+    { SetDecimation_25(id0); }
+
+  private native int GetDecimation_26();
+  public int GetDecimation()
+    { return GetDecimation_26(); }
+
+  private native void DecimationOn_27();
+  public void DecimationOn()
+    { DecimationOn_27(); }
+
+  private native void DecimationOff_28();
+  public void DecimationOff()
+    { DecimationOff_28(); }
+
+  private native void SetDecimationError_29(double id0);
+  public void SetDecimationError(double id0)
+    { SetDecimationError_29(id0); }
+
+  private native double GetDecimationErrorMinValue_30();
+  public double GetDecimationErrorMinValue()
+    { return GetDecimationErrorMinValue_30(); }
+
+  private native double GetDecimationErrorMaxValue_31();
+  public double GetDecimationErrorMaxValue()
+    { return GetDecimationErrorMaxValue_31(); }
+
+  private native double GetDecimationError_32();
+  public double GetDecimationError()
+    { return GetDecimationError_32(); }
+
+  private native void SetError_33(int id0);
+  public void SetError(int id0)
+    { SetError_33(id0); }
+
+  private native int GetErrorMinValue_34();
+  public int GetErrorMinValue()
+    { return GetErrorMinValue_34(); }
+
+  private native int GetErrorMaxValue_35();
+  public int GetErrorMaxValue()
+    { return GetErrorMaxValue_35(); }
+
+  private native int GetError_36();
+  public int GetError()
+    { return GetError_36(); }
+
+  private native void SetSubImageSize_37(int id0);
+  public void SetSubImageSize(int id0)
+    { SetSubImageSize_37(id0); }
+
+  private native int GetSubImageSizeMinValue_38();
+  public int GetSubImageSizeMinValue()
+    { return GetSubImageSizeMinValue_38(); }
+
+  private native int GetSubImageSizeMaxValue_39();
+  public int GetSubImageSizeMaxValue()
+    { return GetSubImageSizeMaxValue_39(); }
+
+  private native int GetSubImageSize_40();
+  public int GetSubImageSize()
+    { return GetSubImageSize_40(); }
+
+  public vtkImageToPolyDataFilter() { super(); }
+
+  public vtkImageToPolyDataFilter(long id) { super(id); }
+  public native long   VTKInit();
+
+}