X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageRGBToHSV.java;h=fe072b58e3c3b53bd7e2fcf1241242b9bce64583;hb=refs%2Fchanges%2F65%2F3165%2F1;hp=d0bce53ea7be743ed1de45a7ac6425a893f6995d;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageRGBToHSV.java b/vtk/src/vtk/vtkImageRGBToHSV.java index d0bce53e..fe072b58 100644 --- a/vtk/src/vtk/vtkImageRGBToHSV.java +++ b/vtk/src/vtk/vtkImageRGBToHSV.java @@ -1,31 +1,31 @@ -// java wrapper for vtkImageRGBToHSV object -// - -package vtk; -import vtk.*; - -public class vtkImageRGBToHSV extends vtkThreadedImageAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetMaximum_2(double id0); - public void SetMaximum(double id0) - { SetMaximum_2(id0); } - - private native double GetMaximum_3(); - public double GetMaximum() - { return GetMaximum_3(); } - - public vtkImageRGBToHSV() { super(); } - - public vtkImageRGBToHSV(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageRGBToHSV object +// + +package vtk; +import vtk.*; + +public class vtkImageRGBToHSV 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 SetMaximum_2(double id0); + public void SetMaximum(double id0) + { SetMaximum_2(id0); } + + private native double GetMaximum_3(); + public double GetMaximum() + { return GetMaximum_3(); } + + public vtkImageRGBToHSV() { super(); } + + public vtkImageRGBToHSV(long id) { super(id); } + public native long VTKInit(); + +}