X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageAccumulate.java;h=4661a74a1ed7c6786ebf369fdf0cf00902a6a2fc;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=3c9272bcf8a3363f47cd1da22b4be8aab1cfc79e;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageAccumulate.java b/vtk/src/vtk/vtkImageAccumulate.java index 3c9272bc..4661a74a 100644 --- a/vtk/src/vtk/vtkImageAccumulate.java +++ b/vtk/src/vtk/vtkImageAccumulate.java @@ -1,143 +1,143 @@ -// java wrapper for vtkImageAccumulate object -// - -package vtk; -import vtk.*; - -public class vtkImageAccumulate extends vtkImageAlgorithm -{ - - 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 SetComponentSpacing_2(double id0,double id1,double id2); - public void SetComponentSpacing(double id0,double id1,double id2) - { SetComponentSpacing_2(id0,id1,id2); } - - private native void SetComponentSpacing_3(double id0[]); - public void SetComponentSpacing(double id0[]) - { SetComponentSpacing_3(id0); } - - private native double[] GetComponentSpacing_4(); - public double[] GetComponentSpacing() - { return GetComponentSpacing_4(); } - - private native void SetComponentOrigin_5(double id0,double id1,double id2); - public void SetComponentOrigin(double id0,double id1,double id2) - { SetComponentOrigin_5(id0,id1,id2); } - - private native void SetComponentOrigin_6(double id0[]); - public void SetComponentOrigin(double id0[]) - { SetComponentOrigin_6(id0); } - - private native double[] GetComponentOrigin_7(); - public double[] GetComponentOrigin() - { return GetComponentOrigin_7(); } - - private native void SetComponentExtent_8(int id0[]); - public void SetComponentExtent(int id0[]) - { SetComponentExtent_8(id0); } - - private native void SetComponentExtent_9(int id0,int id1,int id2,int id3,int id4,int id5); - public void SetComponentExtent(int id0,int id1,int id2,int id3,int id4,int id5) - { SetComponentExtent_9(id0,id1,id2,id3,id4,id5); } - - private native void GetComponentExtent_10(int id0[]); - public void GetComponentExtent(int id0[]) - { GetComponentExtent_10(id0); } - - private native int[] GetComponentExtent_11(); - public int[] GetComponentExtent() - { return GetComponentExtent_11(); } - - private native void SetStencil_12(vtkImageStencilData id0); - public void SetStencil(vtkImageStencilData id0) - { SetStencil_12(id0); } - - private native long GetStencil_13(); - public vtkImageStencilData GetStencil() { - long temp = GetStencil_13(); - - if (temp == 0) return null; - return (vtkImageStencilData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetReverseStencil_14(int id0); - public void SetReverseStencil(int id0) - { SetReverseStencil_14(id0); } - - private native int GetReverseStencilMinValue_15(); - public int GetReverseStencilMinValue() - { return GetReverseStencilMinValue_15(); } - - private native int GetReverseStencilMaxValue_16(); - public int GetReverseStencilMaxValue() - { return GetReverseStencilMaxValue_16(); } - - private native void ReverseStencilOn_17(); - public void ReverseStencilOn() - { ReverseStencilOn_17(); } - - private native void ReverseStencilOff_18(); - public void ReverseStencilOff() - { ReverseStencilOff_18(); } - - private native int GetReverseStencil_19(); - public int GetReverseStencil() - { return GetReverseStencil_19(); } - - private native double[] GetMin_20(); - public double[] GetMin() - { return GetMin_20(); } - - private native double[] GetMax_21(); - public double[] GetMax() - { return GetMax_21(); } - - private native double[] GetMean_22(); - public double[] GetMean() - { return GetMean_22(); } - - private native double[] GetStandardDeviation_23(); - public double[] GetStandardDeviation() - { return GetStandardDeviation_23(); } - - private native int GetVoxelCount_24(); - public int GetVoxelCount() - { return GetVoxelCount_24(); } - - private native void SetIgnoreZero_25(int id0); - public void SetIgnoreZero(int id0) - { SetIgnoreZero_25(id0); } - - private native int GetIgnoreZeroMinValue_26(); - public int GetIgnoreZeroMinValue() - { return GetIgnoreZeroMinValue_26(); } - - private native int GetIgnoreZeroMaxValue_27(); - public int GetIgnoreZeroMaxValue() - { return GetIgnoreZeroMaxValue_27(); } - - private native int GetIgnoreZero_28(); - public int GetIgnoreZero() - { return GetIgnoreZero_28(); } - - private native void IgnoreZeroOn_29(); - public void IgnoreZeroOn() - { IgnoreZeroOn_29(); } - - private native void IgnoreZeroOff_30(); - public void IgnoreZeroOff() - { IgnoreZeroOff_30(); } - - public vtkImageAccumulate() { super(); } - - public vtkImageAccumulate(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageAccumulate object +// + +package vtk; +import vtk.*; + +public class vtkImageAccumulate extends vtkImageAlgorithm +{ + + 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 SetComponentSpacing_2(double id0,double id1,double id2); + public void SetComponentSpacing(double id0,double id1,double id2) + { SetComponentSpacing_2(id0,id1,id2); } + + private native void SetComponentSpacing_3(double id0[]); + public void SetComponentSpacing(double id0[]) + { SetComponentSpacing_3(id0); } + + private native double[] GetComponentSpacing_4(); + public double[] GetComponentSpacing() + { return GetComponentSpacing_4(); } + + private native void SetComponentOrigin_5(double id0,double id1,double id2); + public void SetComponentOrigin(double id0,double id1,double id2) + { SetComponentOrigin_5(id0,id1,id2); } + + private native void SetComponentOrigin_6(double id0[]); + public void SetComponentOrigin(double id0[]) + { SetComponentOrigin_6(id0); } + + private native double[] GetComponentOrigin_7(); + public double[] GetComponentOrigin() + { return GetComponentOrigin_7(); } + + private native void SetComponentExtent_8(int id0[]); + public void SetComponentExtent(int id0[]) + { SetComponentExtent_8(id0); } + + private native void SetComponentExtent_9(int id0,int id1,int id2,int id3,int id4,int id5); + public void SetComponentExtent(int id0,int id1,int id2,int id3,int id4,int id5) + { SetComponentExtent_9(id0,id1,id2,id3,id4,id5); } + + private native void GetComponentExtent_10(int id0[]); + public void GetComponentExtent(int id0[]) + { GetComponentExtent_10(id0); } + + private native int[] GetComponentExtent_11(); + public int[] GetComponentExtent() + { return GetComponentExtent_11(); } + + private native void SetStencilData_12(vtkImageStencilData id0); + public void SetStencilData(vtkImageStencilData id0) + { SetStencilData_12(id0); } + + private native long GetStencil_13(); + public vtkImageStencilData GetStencil() { + long temp = GetStencil_13(); + + if (temp == 0) return null; + return (vtkImageStencilData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetReverseStencil_14(int id0); + public void SetReverseStencil(int id0) + { SetReverseStencil_14(id0); } + + private native int GetReverseStencilMinValue_15(); + public int GetReverseStencilMinValue() + { return GetReverseStencilMinValue_15(); } + + private native int GetReverseStencilMaxValue_16(); + public int GetReverseStencilMaxValue() + { return GetReverseStencilMaxValue_16(); } + + private native void ReverseStencilOn_17(); + public void ReverseStencilOn() + { ReverseStencilOn_17(); } + + private native void ReverseStencilOff_18(); + public void ReverseStencilOff() + { ReverseStencilOff_18(); } + + private native int GetReverseStencil_19(); + public int GetReverseStencil() + { return GetReverseStencil_19(); } + + private native double[] GetMin_20(); + public double[] GetMin() + { return GetMin_20(); } + + private native double[] GetMax_21(); + public double[] GetMax() + { return GetMax_21(); } + + private native double[] GetMean_22(); + public double[] GetMean() + { return GetMean_22(); } + + private native double[] GetStandardDeviation_23(); + public double[] GetStandardDeviation() + { return GetStandardDeviation_23(); } + + private native int GetVoxelCount_24(); + public int GetVoxelCount() + { return GetVoxelCount_24(); } + + private native void SetIgnoreZero_25(int id0); + public void SetIgnoreZero(int id0) + { SetIgnoreZero_25(id0); } + + private native int GetIgnoreZeroMinValue_26(); + public int GetIgnoreZeroMinValue() + { return GetIgnoreZeroMinValue_26(); } + + private native int GetIgnoreZeroMaxValue_27(); + public int GetIgnoreZeroMaxValue() + { return GetIgnoreZeroMaxValue_27(); } + + private native int GetIgnoreZero_28(); + public int GetIgnoreZero() + { return GetIgnoreZero_28(); } + + private native void IgnoreZeroOn_29(); + public void IgnoreZeroOn() + { IgnoreZeroOn_29(); } + + private native void IgnoreZeroOff_30(); + public void IgnoreZeroOff() + { IgnoreZeroOff_30(); } + + public vtkImageAccumulate() { super(); } + + public vtkImageAccumulate(long id) { super(id); } + public native long VTKInit(); + +}