X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkFixedPointVolumeRayCastCompositeHelper.java;h=9cb3a860b4e42ab50e1766b8c4007ec03a930c2b;hb=09afb6fbe9c440b6768714373d95d581111b9993;hp=3d2628d87618fe9b99ff8d944d591b4c1bc93f5b;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkFixedPointVolumeRayCastCompositeHelper.java b/vtk/src/vtk/vtkFixedPointVolumeRayCastCompositeHelper.java index 3d2628d8..9cb3a860 100644 --- a/vtk/src/vtk/vtkFixedPointVolumeRayCastCompositeHelper.java +++ b/vtk/src/vtk/vtkFixedPointVolumeRayCastCompositeHelper.java @@ -1,27 +1,27 @@ -// java wrapper for vtkFixedPointVolumeRayCastCompositeHelper object -// - -package vtk; -import vtk.*; - -public class vtkFixedPointVolumeRayCastCompositeHelper extends vtkFixedPointVolumeRayCastHelper -{ - - 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 GenerateImage_2(int id0,int id1,vtkVolume id2,vtkFixedPointVolumeRayCastMapper id3); - public void GenerateImage(int id0,int id1,vtkVolume id2,vtkFixedPointVolumeRayCastMapper id3) - { GenerateImage_2(id0,id1,id2,id3); } - - public vtkFixedPointVolumeRayCastCompositeHelper() { super(); } - - public vtkFixedPointVolumeRayCastCompositeHelper(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkFixedPointVolumeRayCastCompositeHelper object +// + +package vtk; +import vtk.*; + +public class vtkFixedPointVolumeRayCastCompositeHelper extends vtkFixedPointVolumeRayCastHelper +{ + + 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 GenerateImage_2(int id0,int id1,vtkVolume id2,vtkFixedPointVolumeRayCastMapper id3); + public void GenerateImage(int id0,int id1,vtkVolume id2,vtkFixedPointVolumeRayCastMapper id3) + { GenerateImage_2(id0,id1,id2,id3); } + + public vtkFixedPointVolumeRayCastCompositeHelper() { super(); } + + public vtkFixedPointVolumeRayCastCompositeHelper(long id) { super(id); } + public native long VTKInit(); + +}