X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPlaybackRepresentation.java;h=6a1d0f085545b54da4b18a256457fbb8a87232ea;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=f97e257201c231e2b24c898044ece12ddd57c9c5;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPlaybackRepresentation.java b/vtk/src/vtk/vtkPlaybackRepresentation.java index f97e2572..6a1d0f08 100644 --- a/vtk/src/vtk/vtkPlaybackRepresentation.java +++ b/vtk/src/vtk/vtkPlaybackRepresentation.java @@ -1,87 +1,87 @@ -// java wrapper for vtkPlaybackRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkPlaybackRepresentation extends vtkBorderRepresentation -{ - - 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 long GetProperty_2(); - public vtkProperty2D GetProperty() { - long temp = GetProperty_2(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Play_3(); - public void Play() - { Play_3(); } - - private native void Stop_4(); - public void Stop() - { Stop_4(); } - - private native void ForwardOneFrame_5(); - public void ForwardOneFrame() - { ForwardOneFrame_5(); } - - private native void BackwardOneFrame_6(); - public void BackwardOneFrame() - { BackwardOneFrame_6(); } - - private native void JumpToBeginning_7(); - public void JumpToBeginning() - { JumpToBeginning_7(); } - - private native void JumpToEnd_8(); - public void JumpToEnd() - { JumpToEnd_8(); } - - private native void BuildRepresentation_9(); - public void BuildRepresentation() - { BuildRepresentation_9(); } - - private native void GetSize_10(double id0[]); - public void GetSize(double id0[]) - { GetSize_10(id0); } - - private native void GetActors2D_11(vtkPropCollection id0); - public void GetActors2D(vtkPropCollection id0) - { GetActors2D_11(id0); } - - private native void ReleaseGraphicsResources_12(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_12(id0); } - - private native int RenderOverlay_13(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_13(id0); } - - private native int RenderOpaqueGeometry_14(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_14(id0); } - - private native int RenderTranslucentPolygonalGeometry_15(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_15(id0); } - - private native int HasTranslucentPolygonalGeometry_16(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_16(); } - - public vtkPlaybackRepresentation() { super(); } - - public vtkPlaybackRepresentation(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPlaybackRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkPlaybackRepresentation extends vtkBorderRepresentation +{ + + 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 long GetProperty_2(); + public vtkProperty2D GetProperty() { + long temp = GetProperty_2(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Play_3(); + public void Play() + { Play_3(); } + + private native void Stop_4(); + public void Stop() + { Stop_4(); } + + private native void ForwardOneFrame_5(); + public void ForwardOneFrame() + { ForwardOneFrame_5(); } + + private native void BackwardOneFrame_6(); + public void BackwardOneFrame() + { BackwardOneFrame_6(); } + + private native void JumpToBeginning_7(); + public void JumpToBeginning() + { JumpToBeginning_7(); } + + private native void JumpToEnd_8(); + public void JumpToEnd() + { JumpToEnd_8(); } + + private native void BuildRepresentation_9(); + public void BuildRepresentation() + { BuildRepresentation_9(); } + + private native void GetSize_10(double id0[]); + public void GetSize(double id0[]) + { GetSize_10(id0); } + + private native void GetActors2D_11(vtkPropCollection id0); + public void GetActors2D(vtkPropCollection id0) + { GetActors2D_11(id0); } + + private native void ReleaseGraphicsResources_12(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_12(id0); } + + private native int RenderOverlay_13(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_13(id0); } + + private native int RenderOpaqueGeometry_14(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_14(id0); } + + private native int RenderTranslucentPolygonalGeometry_15(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_15(id0); } + + private native int HasTranslucentPolygonalGeometry_16(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_16(); } + + public vtkPlaybackRepresentation() { super(); } + + public vtkPlaybackRepresentation(long id) { super(id); } + public native long VTKInit(); + +}