X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageSlabReslice.java;h=f110e0c28feed9ba5b395eece2ac607a981f0f3a;hb=refs%2Fchanges%2F26%2F4126%2F1;hp=4c52f7a093e1e782c37d5d03bdc5f983e41aa2d6;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageSlabReslice.java b/vtk/src/vtk/vtkImageSlabReslice.java index 4c52f7a0..f110e0c2 100644 --- a/vtk/src/vtk/vtkImageSlabReslice.java +++ b/vtk/src/vtk/vtkImageSlabReslice.java @@ -1,63 +1,63 @@ -// java wrapper for vtkImageSlabReslice object -// - -package vtk; -import vtk.*; - -public class vtkImageSlabReslice extends vtkImageReslice -{ - - 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 SetBlendMode_2(int id0); - public void SetBlendMode(int id0) - { SetBlendMode_2(id0); } - - private native int GetBlendMode_3(); - public int GetBlendMode() - { return GetBlendMode_3(); } - - private native void SetBlendModeToMin_4(); - public void SetBlendModeToMin() - { SetBlendModeToMin_4(); } - - private native void SetBlendModeToMax_5(); - public void SetBlendModeToMax() - { SetBlendModeToMax_5(); } - - private native void SetBlendModeToMean_6(); - public void SetBlendModeToMean() - { SetBlendModeToMean_6(); } - - private native int GetNumBlendSamplePoints_7(); - public int GetNumBlendSamplePoints() - { return GetNumBlendSamplePoints_7(); } - - private native void SetSlabThickness_8(double id0); - public void SetSlabThickness(double id0) - { SetSlabThickness_8(id0); } - - private native double GetSlabThickness_9(); - public double GetSlabThickness() - { return GetSlabThickness_9(); } - - private native void SetSlabResolution_10(double id0); - public void SetSlabResolution(double id0) - { SetSlabResolution_10(id0); } - - private native double GetSlabResolution_11(); - public double GetSlabResolution() - { return GetSlabResolution_11(); } - - public vtkImageSlabReslice() { super(); } - - public vtkImageSlabReslice(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageSlabReslice object +// + +package vtk; +import vtk.*; + +public class vtkImageSlabReslice extends vtkImageReslice +{ + + 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 SetBlendMode_2(int id0); + public void SetBlendMode(int id0) + { SetBlendMode_2(id0); } + + private native int GetBlendMode_3(); + public int GetBlendMode() + { return GetBlendMode_3(); } + + private native void SetBlendModeToMin_4(); + public void SetBlendModeToMin() + { SetBlendModeToMin_4(); } + + private native void SetBlendModeToMax_5(); + public void SetBlendModeToMax() + { SetBlendModeToMax_5(); } + + private native void SetBlendModeToMean_6(); + public void SetBlendModeToMean() + { SetBlendModeToMean_6(); } + + private native int GetNumBlendSamplePoints_7(); + public int GetNumBlendSamplePoints() + { return GetNumBlendSamplePoints_7(); } + + private native void SetSlabThickness_8(double id0); + public void SetSlabThickness(double id0) + { SetSlabThickness_8(id0); } + + private native double GetSlabThickness_9(); + public double GetSlabThickness() + { return GetSlabThickness_9(); } + + private native void SetSlabResolution_10(double id0); + public void SetSlabResolution(double id0) + { SetSlabResolution_10(id0); } + + private native double GetSlabResolution_11(); + public double GetSlabResolution() + { return GetSlabResolution_11(); } + + public vtkImageSlabReslice() { super(); } + + public vtkImageSlabReslice(long id) { super(id); } + public native long VTKInit(); + +}