X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkFixedPointVolumeRayCastMIPHelper.java;fp=vtk%2Fsrc%2Fvtk%2FvtkFixedPointVolumeRayCastMIPHelper.java;h=48ca575e953cc93d60aa9c462b9b0a3a8f04b076;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkFixedPointVolumeRayCastMIPHelper.java b/vtk/src/vtk/vtkFixedPointVolumeRayCastMIPHelper.java new file mode 100644 index 00000000..48ca575e --- /dev/null +++ b/vtk/src/vtk/vtkFixedPointVolumeRayCastMIPHelper.java @@ -0,0 +1,27 @@ +// java wrapper for vtkFixedPointVolumeRayCastMIPHelper object +// + +package vtk; +import vtk.*; + +public class vtkFixedPointVolumeRayCastMIPHelper 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 vtkFixedPointVolumeRayCastMIPHelper() { super(); } + + public vtkFixedPointVolumeRayCastMIPHelper(long id) { super(id); } + public native long VTKInit(); + +}