X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTexturedActor2D.java;h=05e79f8a0f8bfb6f1008cf39a30b444cf90ed483;hb=7e8142b80067a2af52ceb5bdf3a9307756c1c78c;hp=a2cc10cc30110235eb707d82b7d5224b6bf57fae;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTexturedActor2D.java b/vtk/src/vtk/vtkTexturedActor2D.java index a2cc10cc..05e79f8a 100644 --- a/vtk/src/vtk/vtkTexturedActor2D.java +++ b/vtk/src/vtk/vtkTexturedActor2D.java @@ -1,59 +1,59 @@ -// java wrapper for vtkTexturedActor2D object -// - -package vtk; -import vtk.*; - -public class vtkTexturedActor2D extends vtkActor2D -{ - - 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 SetTexture_2(vtkTexture id0); - public void SetTexture(vtkTexture id0) - { SetTexture_2(id0); } - - private native long GetTexture_3(); - public vtkTexture GetTexture() { - long temp = GetTexture_3(); - - if (temp == 0) return null; - return (vtkTexture)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void ReleaseGraphicsResources_4(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_4(id0); } - - private native int RenderOverlay_5(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_5(id0); } - - private native int RenderOpaqueGeometry_6(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_6(id0); } - - private native int RenderTranslucentPolygonalGeometry_7(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_7(id0); } - - private native int GetMTime_8(); - public int GetMTime() - { return GetMTime_8(); } - - private native void ShallowCopy_9(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_9(id0); } - - public vtkTexturedActor2D() { super(); } - - public vtkTexturedActor2D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTexturedActor2D object +// + +package vtk; +import vtk.*; + +public class vtkTexturedActor2D extends vtkActor2D +{ + + 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 SetTexture_2(vtkTexture id0); + public void SetTexture(vtkTexture id0) + { SetTexture_2(id0); } + + private native long GetTexture_3(); + public vtkTexture GetTexture() { + long temp = GetTexture_3(); + + if (temp == 0) return null; + return (vtkTexture)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void ReleaseGraphicsResources_4(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_4(id0); } + + private native int RenderOverlay_5(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_5(id0); } + + private native int RenderOpaqueGeometry_6(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_6(id0); } + + private native int RenderTranslucentPolygonalGeometry_7(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_7(id0); } + + private native int GetMTime_8(); + public int GetMTime() + { return GetMTime_8(); } + + private native void ShallowCopy_9(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_9(id0); } + + public vtkTexturedActor2D() { super(); } + + public vtkTexturedActor2D(long id) { super(id); } + public native long VTKInit(); + +}