X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkFixedPointVolumeRayCastCompositeGOHelper.java;h=7c525f1ee8740974022738494c41acfc84a3714f;hb=b93886889422a3111b05a6944b3bcb2cdd8c416a;hp=6db1ed0fb414088da2e430b04f43ed2f15a1a9fd;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkFixedPointVolumeRayCastCompositeGOHelper.java b/vtk/src/vtk/vtkFixedPointVolumeRayCastCompositeGOHelper.java index 6db1ed0f..7c525f1e 100644 --- a/vtk/src/vtk/vtkFixedPointVolumeRayCastCompositeGOHelper.java +++ b/vtk/src/vtk/vtkFixedPointVolumeRayCastCompositeGOHelper.java @@ -1,27 +1,27 @@ -// java wrapper for vtkFixedPointVolumeRayCastCompositeGOHelper object -// - -package vtk; -import vtk.*; - -public class vtkFixedPointVolumeRayCastCompositeGOHelper 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 vtkFixedPointVolumeRayCastCompositeGOHelper() { super(); } - - public vtkFixedPointVolumeRayCastCompositeGOHelper(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkFixedPointVolumeRayCastCompositeGOHelper object +// + +package vtk; +import vtk.*; + +public class vtkFixedPointVolumeRayCastCompositeGOHelper 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 vtkFixedPointVolumeRayCastCompositeGOHelper() { super(); } + + public vtkFixedPointVolumeRayCastCompositeGOHelper(long id) { super(id); } + public native long VTKInit(); + +}