X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkUnstructuredGridVolumeMapper.java;h=813d2a202d407d90495f4fcef908939a0a870c43;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=e31c6dc7e00391589fed8287fa6df2f573d78897;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkUnstructuredGridVolumeMapper.java b/vtk/src/vtk/vtkUnstructuredGridVolumeMapper.java index e31c6dc7..813d2a20 100644 --- a/vtk/src/vtk/vtkUnstructuredGridVolumeMapper.java +++ b/vtk/src/vtk/vtkUnstructuredGridVolumeMapper.java @@ -1,62 +1,62 @@ -// java wrapper for vtkUnstructuredGridVolumeMapper object -// - -package vtk; -import vtk.*; - -public class vtkUnstructuredGridVolumeMapper extends vtkAbstractVolumeMapper -{ - - 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 SetInput_2(vtkUnstructuredGrid id0); - public void SetInput(vtkUnstructuredGrid id0) - { SetInput_2(id0); } - - private native void SetInput_3(vtkDataSet id0); - public void SetInput(vtkDataSet id0) - { SetInput_3(id0); } - - private native long GetInput_4(); - public vtkUnstructuredGrid GetInput() { - long temp = GetInput_4(); - - if (temp == 0) return null; - return (vtkUnstructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetBlendMode_5(int id0); - public void SetBlendMode(int id0) - { SetBlendMode_5(id0); } - - private native void SetBlendModeToComposite_6(); - public void SetBlendModeToComposite() - { SetBlendModeToComposite_6(); } - - private native void SetBlendModeToMaximumIntensity_7(); - public void SetBlendModeToMaximumIntensity() - { SetBlendModeToMaximumIntensity_7(); } - - private native int GetBlendMode_8(); - public int GetBlendMode() - { return GetBlendMode_8(); } - - private native void Render_9(vtkRenderer id0,vtkVolume id1); - public void Render(vtkRenderer id0,vtkVolume id1) - { Render_9(id0,id1); } - - private native void ReleaseGraphicsResources_10(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_10(id0); } - - public vtkUnstructuredGridVolumeMapper() { super(); } - - public vtkUnstructuredGridVolumeMapper(long id) { super(id); } - -} +// java wrapper for vtkUnstructuredGridVolumeMapper object +// + +package vtk; +import vtk.*; + +public class vtkUnstructuredGridVolumeMapper extends vtkAbstractVolumeMapper +{ + + 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 SetInputData_2(vtkUnstructuredGridBase id0); + public void SetInputData(vtkUnstructuredGridBase id0) + { SetInputData_2(id0); } + + private native void SetInputData_3(vtkDataSet id0); + public void SetInputData(vtkDataSet id0) + { SetInputData_3(id0); } + + private native long GetInput_4(); + public vtkUnstructuredGridBase GetInput() { + long temp = GetInput_4(); + + if (temp == 0) return null; + return (vtkUnstructuredGridBase)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetBlendMode_5(int id0); + public void SetBlendMode(int id0) + { SetBlendMode_5(id0); } + + private native void SetBlendModeToComposite_6(); + public void SetBlendModeToComposite() + { SetBlendModeToComposite_6(); } + + private native void SetBlendModeToMaximumIntensity_7(); + public void SetBlendModeToMaximumIntensity() + { SetBlendModeToMaximumIntensity_7(); } + + private native int GetBlendMode_8(); + public int GetBlendMode() + { return GetBlendMode_8(); } + + private native void Render_9(vtkRenderer id0,vtkVolume id1); + public void Render(vtkRenderer id0,vtkVolume id1) + { Render_9(id0,id1); } + + private native void ReleaseGraphicsResources_10(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_10(id0); } + + public vtkUnstructuredGridVolumeMapper() { super(); } + + public vtkUnstructuredGridVolumeMapper(long id) { super(id); } + +}