X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAnimationScene.java;h=ce3d52ddf8231ffb6887004a07a75cefe33e8203;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=981e3556fa2ccf53cdc1a7aeb30c848f526fcc6f;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAnimationScene.java b/vtk/src/vtk/vtkAnimationScene.java index 981e3556..ce3d52dd 100644 --- a/vtk/src/vtk/vtkAnimationScene.java +++ b/vtk/src/vtk/vtkAnimationScene.java @@ -1,95 +1,91 @@ -// java wrapper for vtkAnimationScene object -// - -package vtk; -import vtk.*; - -public class vtkAnimationScene extends vtkAnimationCue -{ - - 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 SetPlayMode_2(int id0); - public void SetPlayMode(int id0) - { SetPlayMode_2(id0); } - - private native void SetModeToSequence_3(); - public void SetModeToSequence() - { SetModeToSequence_3(); } - - private native void SetModeToRealTime_4(); - public void SetModeToRealTime() - { SetModeToRealTime_4(); } - - private native int GetPlayMode_5(); - public int GetPlayMode() - { return GetPlayMode_5(); } - - private native void SetFrameRate_6(double id0); - public void SetFrameRate(double id0) - { SetFrameRate_6(id0); } - - private native double GetFrameRate_7(); - public double GetFrameRate() - { return GetFrameRate_7(); } - - private native void AddCue_8(vtkAnimationCue id0); - public void AddCue(vtkAnimationCue id0) - { AddCue_8(id0); } - - private native void RemoveCue_9(vtkAnimationCue id0); - public void RemoveCue(vtkAnimationCue id0) - { RemoveCue_9(id0); } - - private native void RemoveAllCues_10(); - public void RemoveAllCues() - { RemoveAllCues_10(); } - - private native int GetNumberOfCues_11(); - public int GetNumberOfCues() - { return GetNumberOfCues_11(); } - - private native void Play_12(); - public void Play() - { Play_12(); } - - private native void Stop_13(); - public void Stop() - { Stop_13(); } - - private native void SetLoop_14(int id0); - public void SetLoop(int id0) - { SetLoop_14(id0); } - - private native int GetLoop_15(); - public int GetLoop() - { return GetLoop_15(); } - - private native void SetAnimationTime_16(double id0); - public void SetAnimationTime(double id0) - { SetAnimationTime_16(id0); } - - private native double GetAnimationTime_17(); - public double GetAnimationTime() - { return GetAnimationTime_17(); } - - private native void SetTimeMode_18(int id0); - public void SetTimeMode(int id0) - { SetTimeMode_18(id0); } - - private native int IsInPlay_19(); - public int IsInPlay() - { return IsInPlay_19(); } - - public vtkAnimationScene() { super(); } - - public vtkAnimationScene(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAnimationScene object +// + +package vtk; +import vtk.*; + +public class vtkAnimationScene extends vtkAnimationCue +{ + + 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 SetPlayMode_2(int id0); + public void SetPlayMode(int id0) + { SetPlayMode_2(id0); } + + private native void SetModeToSequence_3(); + public void SetModeToSequence() + { SetModeToSequence_3(); } + + private native void SetModeToRealTime_4(); + public void SetModeToRealTime() + { SetModeToRealTime_4(); } + + private native int GetPlayMode_5(); + public int GetPlayMode() + { return GetPlayMode_5(); } + + private native void SetFrameRate_6(double id0); + public void SetFrameRate(double id0) + { SetFrameRate_6(id0); } + + private native double GetFrameRate_7(); + public double GetFrameRate() + { return GetFrameRate_7(); } + + private native void AddCue_8(vtkAnimationCue id0); + public void AddCue(vtkAnimationCue id0) + { AddCue_8(id0); } + + private native void RemoveCue_9(vtkAnimationCue id0); + public void RemoveCue(vtkAnimationCue id0) + { RemoveCue_9(id0); } + + private native void RemoveAllCues_10(); + public void RemoveAllCues() + { RemoveAllCues_10(); } + + private native int GetNumberOfCues_11(); + public int GetNumberOfCues() + { return GetNumberOfCues_11(); } + + private native void Play_12(); + public void Play() + { Play_12(); } + + private native void Stop_13(); + public void Stop() + { Stop_13(); } + + private native void SetLoop_14(int id0); + public void SetLoop(int id0) + { SetLoop_14(id0); } + + private native int GetLoop_15(); + public int GetLoop() + { return GetLoop_15(); } + + private native void SetAnimationTime_16(double id0); + public void SetAnimationTime(double id0) + { SetAnimationTime_16(id0); } + + private native void SetTimeMode_17(int id0); + public void SetTimeMode(int id0) + { SetTimeMode_17(id0); } + + private native int IsInPlay_18(); + public int IsInPlay() + { return IsInPlay_18(); } + + public vtkAnimationScene() { super(); } + + public vtkAnimationScene(long id) { super(id); } + public native long VTKInit(); + +}