X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkVideoSource.java;h=df8d7163a9e0ee28b712d1c4b85ae4985559fb42;hb=4dce64449d13ec20bb509954298168bd1dfe160b;hp=2f8798d954897aee2058095b71c0e5e27f9e6ec9;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkVideoSource.java b/vtk/src/vtk/vtkVideoSource.java index 2f8798d9..df8d7163 100644 --- a/vtk/src/vtk/vtkVideoSource.java +++ b/vtk/src/vtk/vtkVideoSource.java @@ -1,231 +1,231 @@ -// java wrapper for vtkVideoSource object -// - -package vtk; -import vtk.*; - -public class vtkVideoSource extends vtkImageAlgorithm -{ - - 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 Record_2(); - public void Record() - { Record_2(); } - - private native void Play_3(); - public void Play() - { Play_3(); } - - private native void Stop_4(); - public void Stop() - { Stop_4(); } - - private native void Rewind_5(); - public void Rewind() - { Rewind_5(); } - - private native void FastForward_6(); - public void FastForward() - { FastForward_6(); } - - private native void Seek_7(int id0); - public void Seek(int id0) - { Seek_7(id0); } - - private native void Grab_8(); - public void Grab() - { Grab_8(); } - - private native int GetRecording_9(); - public int GetRecording() - { return GetRecording_9(); } - - private native int GetPlaying_10(); - public int GetPlaying() - { return GetPlaying_10(); } - - private native void SetFrameSize_11(int id0,int id1,int id2); - public void SetFrameSize(int id0,int id1,int id2) - { SetFrameSize_11(id0,id1,id2); } - - private native void SetFrameSize_12(int id0[]); - public void SetFrameSize(int id0[]) - { SetFrameSize_12(id0); } - - private native int[] GetFrameSize_13(); - public int[] GetFrameSize() - { return GetFrameSize_13(); } - - private native void SetFrameRate_14(double id0); - public void SetFrameRate(double id0) - { SetFrameRate_14(id0); } - - private native double GetFrameRate_15(); - public double GetFrameRate() - { return GetFrameRate_15(); } - - private native void SetOutputFormat_16(int id0); - public void SetOutputFormat(int id0) - { SetOutputFormat_16(id0); } - - private native void SetOutputFormatToLuminance_17(); - public void SetOutputFormatToLuminance() - { SetOutputFormatToLuminance_17(); } - - private native void SetOutputFormatToRGB_18(); - public void SetOutputFormatToRGB() - { SetOutputFormatToRGB_18(); } - - private native void SetOutputFormatToRGBA_19(); - public void SetOutputFormatToRGBA() - { SetOutputFormatToRGBA_19(); } - - private native int GetOutputFormat_20(); - public int GetOutputFormat() - { return GetOutputFormat_20(); } - - private native void SetFrameBufferSize_21(int id0); - public void SetFrameBufferSize(int id0) - { SetFrameBufferSize_21(id0); } - - private native int GetFrameBufferSize_22(); - public int GetFrameBufferSize() - { return GetFrameBufferSize_22(); } - - private native void SetNumberOfOutputFrames_23(int id0); - public void SetNumberOfOutputFrames(int id0) - { SetNumberOfOutputFrames_23(id0); } - - private native int GetNumberOfOutputFrames_24(); - public int GetNumberOfOutputFrames() - { return GetNumberOfOutputFrames_24(); } - - private native void AutoAdvanceOn_25(); - public void AutoAdvanceOn() - { AutoAdvanceOn_25(); } - - private native void AutoAdvanceOff_26(); - public void AutoAdvanceOff() - { AutoAdvanceOff_26(); } - - private native void SetAutoAdvance_27(int id0); - public void SetAutoAdvance(int id0) - { SetAutoAdvance_27(id0); } - - private native int GetAutoAdvance_28(); - public int GetAutoAdvance() - { return GetAutoAdvance_28(); } - - private native void SetClipRegion_29(int id0[]); - public void SetClipRegion(int id0[]) - { SetClipRegion_29(id0); } - - private native void SetClipRegion_30(int id0,int id1,int id2,int id3,int id4,int id5); - public void SetClipRegion(int id0,int id1,int id2,int id3,int id4,int id5) - { SetClipRegion_30(id0,id1,id2,id3,id4,id5); } - - private native int[] GetClipRegion_31(); - public int[] GetClipRegion() - { return GetClipRegion_31(); } - - private native void SetOutputWholeExtent_32(int id0,int id1,int id2,int id3,int id4,int id5); - public void SetOutputWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5) - { SetOutputWholeExtent_32(id0,id1,id2,id3,id4,id5); } - - private native void SetOutputWholeExtent_33(int id0[]); - public void SetOutputWholeExtent(int id0[]) - { SetOutputWholeExtent_33(id0); } - - private native int[] GetOutputWholeExtent_34(); - public int[] GetOutputWholeExtent() - { return GetOutputWholeExtent_34(); } - - private native void SetDataSpacing_35(double id0,double id1,double id2); - public void SetDataSpacing(double id0,double id1,double id2) - { SetDataSpacing_35(id0,id1,id2); } - - private native void SetDataSpacing_36(double id0[]); - public void SetDataSpacing(double id0[]) - { SetDataSpacing_36(id0); } - - private native double[] GetDataSpacing_37(); - public double[] GetDataSpacing() - { return GetDataSpacing_37(); } - - private native void SetDataOrigin_38(double id0,double id1,double id2); - public void SetDataOrigin(double id0,double id1,double id2) - { SetDataOrigin_38(id0,id1,id2); } - - private native void SetDataOrigin_39(double id0[]); - public void SetDataOrigin(double id0[]) - { SetDataOrigin_39(id0); } - - private native double[] GetDataOrigin_40(); - public double[] GetDataOrigin() - { return GetDataOrigin_40(); } - - private native void SetOpacity_41(double id0); - public void SetOpacity(double id0) - { SetOpacity_41(id0); } - - private native double GetOpacity_42(); - public double GetOpacity() - { return GetOpacity_42(); } - - private native int GetFrameCount_43(); - public int GetFrameCount() - { return GetFrameCount_43(); } - - private native void SetFrameCount_44(int id0); - public void SetFrameCount(int id0) - { SetFrameCount_44(id0); } - - private native int GetFrameIndex_45(); - public int GetFrameIndex() - { return GetFrameIndex_45(); } - - private native double GetFrameTimeStamp_46(int id0); - public double GetFrameTimeStamp(int id0) - { return GetFrameTimeStamp_46(id0); } - - private native double GetFrameTimeStamp_47(); - public double GetFrameTimeStamp() - { return GetFrameTimeStamp_47(); } - - private native void Initialize_48(); - public void Initialize() - { Initialize_48(); } - - private native int GetInitialized_49(); - public int GetInitialized() - { return GetInitialized_49(); } - - private native void ReleaseSystemResources_50(); - public void ReleaseSystemResources() - { ReleaseSystemResources_50(); } - - private native void InternalGrab_51(); - public void InternalGrab() - { InternalGrab_51(); } - - private native void SetStartTimeStamp_52(double id0); - public void SetStartTimeStamp(double id0) - { SetStartTimeStamp_52(id0); } - - private native double GetStartTimeStamp_53(); - public double GetStartTimeStamp() - { return GetStartTimeStamp_53(); } - - public vtkVideoSource() { super(); } - - public vtkVideoSource(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkVideoSource object +// + +package vtk; +import vtk.*; + +public class vtkVideoSource extends vtkImageAlgorithm +{ + + 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 Record_2(); + public void Record() + { Record_2(); } + + private native void Play_3(); + public void Play() + { Play_3(); } + + private native void Stop_4(); + public void Stop() + { Stop_4(); } + + private native void Rewind_5(); + public void Rewind() + { Rewind_5(); } + + private native void FastForward_6(); + public void FastForward() + { FastForward_6(); } + + private native void Seek_7(int id0); + public void Seek(int id0) + { Seek_7(id0); } + + private native void Grab_8(); + public void Grab() + { Grab_8(); } + + private native int GetRecording_9(); + public int GetRecording() + { return GetRecording_9(); } + + private native int GetPlaying_10(); + public int GetPlaying() + { return GetPlaying_10(); } + + private native void SetFrameSize_11(int id0,int id1,int id2); + public void SetFrameSize(int id0,int id1,int id2) + { SetFrameSize_11(id0,id1,id2); } + + private native void SetFrameSize_12(int id0[]); + public void SetFrameSize(int id0[]) + { SetFrameSize_12(id0); } + + private native int[] GetFrameSize_13(); + public int[] GetFrameSize() + { return GetFrameSize_13(); } + + private native void SetFrameRate_14(double id0); + public void SetFrameRate(double id0) + { SetFrameRate_14(id0); } + + private native double GetFrameRate_15(); + public double GetFrameRate() + { return GetFrameRate_15(); } + + private native void SetOutputFormat_16(int id0); + public void SetOutputFormat(int id0) + { SetOutputFormat_16(id0); } + + private native void SetOutputFormatToLuminance_17(); + public void SetOutputFormatToLuminance() + { SetOutputFormatToLuminance_17(); } + + private native void SetOutputFormatToRGB_18(); + public void SetOutputFormatToRGB() + { SetOutputFormatToRGB_18(); } + + private native void SetOutputFormatToRGBA_19(); + public void SetOutputFormatToRGBA() + { SetOutputFormatToRGBA_19(); } + + private native int GetOutputFormat_20(); + public int GetOutputFormat() + { return GetOutputFormat_20(); } + + private native void SetFrameBufferSize_21(int id0); + public void SetFrameBufferSize(int id0) + { SetFrameBufferSize_21(id0); } + + private native int GetFrameBufferSize_22(); + public int GetFrameBufferSize() + { return GetFrameBufferSize_22(); } + + private native void SetNumberOfOutputFrames_23(int id0); + public void SetNumberOfOutputFrames(int id0) + { SetNumberOfOutputFrames_23(id0); } + + private native int GetNumberOfOutputFrames_24(); + public int GetNumberOfOutputFrames() + { return GetNumberOfOutputFrames_24(); } + + private native void AutoAdvanceOn_25(); + public void AutoAdvanceOn() + { AutoAdvanceOn_25(); } + + private native void AutoAdvanceOff_26(); + public void AutoAdvanceOff() + { AutoAdvanceOff_26(); } + + private native void SetAutoAdvance_27(int id0); + public void SetAutoAdvance(int id0) + { SetAutoAdvance_27(id0); } + + private native int GetAutoAdvance_28(); + public int GetAutoAdvance() + { return GetAutoAdvance_28(); } + + private native void SetClipRegion_29(int id0[]); + public void SetClipRegion(int id0[]) + { SetClipRegion_29(id0); } + + private native void SetClipRegion_30(int id0,int id1,int id2,int id3,int id4,int id5); + public void SetClipRegion(int id0,int id1,int id2,int id3,int id4,int id5) + { SetClipRegion_30(id0,id1,id2,id3,id4,id5); } + + private native int[] GetClipRegion_31(); + public int[] GetClipRegion() + { return GetClipRegion_31(); } + + private native void SetOutputWholeExtent_32(int id0,int id1,int id2,int id3,int id4,int id5); + public void SetOutputWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5) + { SetOutputWholeExtent_32(id0,id1,id2,id3,id4,id5); } + + private native void SetOutputWholeExtent_33(int id0[]); + public void SetOutputWholeExtent(int id0[]) + { SetOutputWholeExtent_33(id0); } + + private native int[] GetOutputWholeExtent_34(); + public int[] GetOutputWholeExtent() + { return GetOutputWholeExtent_34(); } + + private native void SetDataSpacing_35(double id0,double id1,double id2); + public void SetDataSpacing(double id0,double id1,double id2) + { SetDataSpacing_35(id0,id1,id2); } + + private native void SetDataSpacing_36(double id0[]); + public void SetDataSpacing(double id0[]) + { SetDataSpacing_36(id0); } + + private native double[] GetDataSpacing_37(); + public double[] GetDataSpacing() + { return GetDataSpacing_37(); } + + private native void SetDataOrigin_38(double id0,double id1,double id2); + public void SetDataOrigin(double id0,double id1,double id2) + { SetDataOrigin_38(id0,id1,id2); } + + private native void SetDataOrigin_39(double id0[]); + public void SetDataOrigin(double id0[]) + { SetDataOrigin_39(id0); } + + private native double[] GetDataOrigin_40(); + public double[] GetDataOrigin() + { return GetDataOrigin_40(); } + + private native void SetOpacity_41(double id0); + public void SetOpacity(double id0) + { SetOpacity_41(id0); } + + private native double GetOpacity_42(); + public double GetOpacity() + { return GetOpacity_42(); } + + private native int GetFrameCount_43(); + public int GetFrameCount() + { return GetFrameCount_43(); } + + private native void SetFrameCount_44(int id0); + public void SetFrameCount(int id0) + { SetFrameCount_44(id0); } + + private native int GetFrameIndex_45(); + public int GetFrameIndex() + { return GetFrameIndex_45(); } + + private native double GetFrameTimeStamp_46(int id0); + public double GetFrameTimeStamp(int id0) + { return GetFrameTimeStamp_46(id0); } + + private native double GetFrameTimeStamp_47(); + public double GetFrameTimeStamp() + { return GetFrameTimeStamp_47(); } + + private native void Initialize_48(); + public void Initialize() + { Initialize_48(); } + + private native int GetInitialized_49(); + public int GetInitialized() + { return GetInitialized_49(); } + + private native void ReleaseSystemResources_50(); + public void ReleaseSystemResources() + { ReleaseSystemResources_50(); } + + private native void InternalGrab_51(); + public void InternalGrab() + { InternalGrab_51(); } + + private native void SetStartTimeStamp_52(double id0); + public void SetStartTimeStamp(double id0) + { SetStartTimeStamp_52(id0); } + + private native double GetStartTimeStamp_53(); + public double GetStartTimeStamp() + { return GetStartTimeStamp_53(); } + + public vtkVideoSource() { super(); } + + public vtkVideoSource(long id) { super(id); } + public native long VTKInit(); + +}