X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageSlab.java;h=9953b878ca7aa7d3682d37eb830efe25fa09a7d0;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=87308b432df8f709ba902a09effad5155bec95d3;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageSlab.java b/vtk/src/vtk/vtkImageSlab.java index 87308b43..9953b878 100644 --- a/vtk/src/vtk/vtkImageSlab.java +++ b/vtk/src/vtk/vtkImageSlab.java @@ -1,147 +1,147 @@ -// java wrapper for vtkImageSlab object -// - -package vtk; -import vtk.*; - -public class vtkImageSlab 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 SetOrientation_2(int id0); - public void SetOrientation(int id0) - { SetOrientation_2(id0); } - - private native int GetOrientationMinValue_3(); - public int GetOrientationMinValue() - { return GetOrientationMinValue_3(); } - - private native int GetOrientationMaxValue_4(); - public int GetOrientationMaxValue() - { return GetOrientationMaxValue_4(); } - - private native void SetOrientationToX_5(); - public void SetOrientationToX() - { SetOrientationToX_5(); } - - private native void SetOrientationToY_6(); - public void SetOrientationToY() - { SetOrientationToY_6(); } - - private native void SetOrientationToZ_7(); - public void SetOrientationToZ() - { SetOrientationToZ_7(); } - - private native int GetOrientation_8(); - public int GetOrientation() - { return GetOrientation_8(); } - - private native void SetSliceRange_9(int id0,int id1); - public void SetSliceRange(int id0,int id1) - { SetSliceRange_9(id0,id1); } - - private native void SetSliceRange_10(int id0[]); - public void SetSliceRange(int id0[]) - { SetSliceRange_10(id0); } - - private native int[] GetSliceRange_11(); - public int[] GetSliceRange() - { return GetSliceRange_11(); } - - private native void SetOperation_12(int id0); - public void SetOperation(int id0) - { SetOperation_12(id0); } - - private native int GetOperationMinValue_13(); - public int GetOperationMinValue() - { return GetOperationMinValue_13(); } - - private native int GetOperationMaxValue_14(); - public int GetOperationMaxValue() - { return GetOperationMaxValue_14(); } - - private native void SetOperationToMin_15(); - public void SetOperationToMin() - { SetOperationToMin_15(); } - - private native void SetOperationToMax_16(); - public void SetOperationToMax() - { SetOperationToMax_16(); } - - private native void SetOperationToMean_17(); - public void SetOperationToMean() - { SetOperationToMean_17(); } - - private native void SetOperationToSum_18(); - public void SetOperationToSum() - { SetOperationToSum_18(); } - - private native int GetOperation_19(); - public int GetOperation() - { return GetOperation_19(); } - - private native String GetOperationAsString_20(); - public String GetOperationAsString() - { return GetOperationAsString_20(); } - - private native void SetTrapezoidIntegration_21(int id0); - public void SetTrapezoidIntegration(int id0) - { SetTrapezoidIntegration_21(id0); } - - private native void TrapezoidIntegrationOn_22(); - public void TrapezoidIntegrationOn() - { TrapezoidIntegrationOn_22(); } - - private native void TrapezoidIntegrationOff_23(); - public void TrapezoidIntegrationOff() - { TrapezoidIntegrationOff_23(); } - - private native int GetTrapezoidIntegration_24(); - public int GetTrapezoidIntegration() - { return GetTrapezoidIntegration_24(); } - - private native void SetMultiSliceOutput_25(int id0); - public void SetMultiSliceOutput(int id0) - { SetMultiSliceOutput_25(id0); } - - private native void MultiSliceOutputOn_26(); - public void MultiSliceOutputOn() - { MultiSliceOutputOn_26(); } - - private native void MultiSliceOutputOff_27(); - public void MultiSliceOutputOff() - { MultiSliceOutputOff_27(); } - - private native int GetMultiSliceOutput_28(); - public int GetMultiSliceOutput() - { return GetMultiSliceOutput_28(); } - - private native void SetOutputScalarTypeToFloat_29(); - public void SetOutputScalarTypeToFloat() - { SetOutputScalarTypeToFloat_29(); } - - private native void SetOutputScalarTypeToDouble_30(); - public void SetOutputScalarTypeToDouble() - { SetOutputScalarTypeToDouble_30(); } - - private native void SetOutputScalarTypeToInputScalarType_31(); - public void SetOutputScalarTypeToInputScalarType() - { SetOutputScalarTypeToInputScalarType_31(); } - - private native int GetOutputScalarType_32(); - public int GetOutputScalarType() - { return GetOutputScalarType_32(); } - - public vtkImageSlab() { super(); } - - public vtkImageSlab(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageSlab object +// + +package vtk; +import vtk.*; + +public class vtkImageSlab 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 SetOrientation_2(int id0); + public void SetOrientation(int id0) + { SetOrientation_2(id0); } + + private native int GetOrientationMinValue_3(); + public int GetOrientationMinValue() + { return GetOrientationMinValue_3(); } + + private native int GetOrientationMaxValue_4(); + public int GetOrientationMaxValue() + { return GetOrientationMaxValue_4(); } + + private native void SetOrientationToX_5(); + public void SetOrientationToX() + { SetOrientationToX_5(); } + + private native void SetOrientationToY_6(); + public void SetOrientationToY() + { SetOrientationToY_6(); } + + private native void SetOrientationToZ_7(); + public void SetOrientationToZ() + { SetOrientationToZ_7(); } + + private native int GetOrientation_8(); + public int GetOrientation() + { return GetOrientation_8(); } + + private native void SetSliceRange_9(int id0,int id1); + public void SetSliceRange(int id0,int id1) + { SetSliceRange_9(id0,id1); } + + private native void SetSliceRange_10(int id0[]); + public void SetSliceRange(int id0[]) + { SetSliceRange_10(id0); } + + private native int[] GetSliceRange_11(); + public int[] GetSliceRange() + { return GetSliceRange_11(); } + + private native void SetOperation_12(int id0); + public void SetOperation(int id0) + { SetOperation_12(id0); } + + private native int GetOperationMinValue_13(); + public int GetOperationMinValue() + { return GetOperationMinValue_13(); } + + private native int GetOperationMaxValue_14(); + public int GetOperationMaxValue() + { return GetOperationMaxValue_14(); } + + private native void SetOperationToMin_15(); + public void SetOperationToMin() + { SetOperationToMin_15(); } + + private native void SetOperationToMax_16(); + public void SetOperationToMax() + { SetOperationToMax_16(); } + + private native void SetOperationToMean_17(); + public void SetOperationToMean() + { SetOperationToMean_17(); } + + private native void SetOperationToSum_18(); + public void SetOperationToSum() + { SetOperationToSum_18(); } + + private native int GetOperation_19(); + public int GetOperation() + { return GetOperation_19(); } + + private native String GetOperationAsString_20(); + public String GetOperationAsString() + { return GetOperationAsString_20(); } + + private native void SetTrapezoidIntegration_21(int id0); + public void SetTrapezoidIntegration(int id0) + { SetTrapezoidIntegration_21(id0); } + + private native void TrapezoidIntegrationOn_22(); + public void TrapezoidIntegrationOn() + { TrapezoidIntegrationOn_22(); } + + private native void TrapezoidIntegrationOff_23(); + public void TrapezoidIntegrationOff() + { TrapezoidIntegrationOff_23(); } + + private native int GetTrapezoidIntegration_24(); + public int GetTrapezoidIntegration() + { return GetTrapezoidIntegration_24(); } + + private native void SetMultiSliceOutput_25(int id0); + public void SetMultiSliceOutput(int id0) + { SetMultiSliceOutput_25(id0); } + + private native void MultiSliceOutputOn_26(); + public void MultiSliceOutputOn() + { MultiSliceOutputOn_26(); } + + private native void MultiSliceOutputOff_27(); + public void MultiSliceOutputOff() + { MultiSliceOutputOff_27(); } + + private native int GetMultiSliceOutput_28(); + public int GetMultiSliceOutput() + { return GetMultiSliceOutput_28(); } + + private native void SetOutputScalarTypeToFloat_29(); + public void SetOutputScalarTypeToFloat() + { SetOutputScalarTypeToFloat_29(); } + + private native void SetOutputScalarTypeToDouble_30(); + public void SetOutputScalarTypeToDouble() + { SetOutputScalarTypeToDouble_30(); } + + private native void SetOutputScalarTypeToInputScalarType_31(); + public void SetOutputScalarTypeToInputScalarType() + { SetOutputScalarTypeToInputScalarType_31(); } + + private native int GetOutputScalarType_32(); + public int GetOutputScalarType() + { return GetOutputScalarType_32(); } + + public vtkImageSlab() { super(); } + + public vtkImageSlab(long id) { super(id); } + public native long VTKInit(); + +}