X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkWin32VideoSource.java;h=5fd6d32f34506150678c12c1a2cf16d08aaa1fc9;hb=34cb7e694463fb4463a9bde610a1fd3bfd330644;hp=0f5a8c129b250dc3b0bcbe2569f062852f4b6148;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkWin32VideoSource.java b/vtk/src/vtk/vtkWin32VideoSource.java index 0f5a8c12..5fd6d32f 100644 --- a/vtk/src/vtk/vtkWin32VideoSource.java +++ b/vtk/src/vtk/vtkWin32VideoSource.java @@ -1,91 +1,91 @@ -// java wrapper for vtkWin32VideoSource object -// - -package vtk; -import vtk.*; - -public class vtkWin32VideoSource extends vtkVideoSource -{ - - 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 Grab_5(); - public void Grab() - { Grab_5(); } - - private native void SetFrameSize_6(int id0,int id1,int id2); - public void SetFrameSize(int id0,int id1,int id2) - { SetFrameSize_6(id0,id1,id2); } - - private native void SetFrameSize_7(int id0[]); - public void SetFrameSize(int id0[]) - { SetFrameSize_7(id0); } - - private native void SetFrameRate_8(double id0); - public void SetFrameRate(double id0) - { SetFrameRate_8(id0); } - - private native void SetOutputFormat_9(int id0); - public void SetOutputFormat(int id0) - { SetOutputFormat_9(id0); } - - private native void SetPreview_10(int id0); - public void SetPreview(int id0) - { SetPreview_10(id0); } - - private native void PreviewOn_11(); - public void PreviewOn() - { PreviewOn_11(); } - - private native void PreviewOff_12(); - public void PreviewOff() - { PreviewOff_12(); } - - private native int GetPreview_13(); - public int GetPreview() - { return GetPreview_13(); } - - private native void VideoFormatDialog_14(); - public void VideoFormatDialog() - { VideoFormatDialog_14(); } - - private native void VideoSourceDialog_15(); - public void VideoSourceDialog() - { VideoSourceDialog_15(); } - - private native void Initialize_16(); - public void Initialize() - { Initialize_16(); } - - private native void ReleaseSystemResources_17(); - public void ReleaseSystemResources() - { ReleaseSystemResources_17(); } - - private native void OnParentWndDestroy_18(); - public void OnParentWndDestroy() - { OnParentWndDestroy_18(); } - - public vtkWin32VideoSource() { super(); } - - public vtkWin32VideoSource(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkWin32VideoSource object +// + +package vtk; +import vtk.*; + +public class vtkWin32VideoSource extends vtkVideoSource +{ + + 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 Grab_5(); + public void Grab() + { Grab_5(); } + + private native void SetFrameSize_6(int id0,int id1,int id2); + public void SetFrameSize(int id0,int id1,int id2) + { SetFrameSize_6(id0,id1,id2); } + + private native void SetFrameSize_7(int id0[]); + public void SetFrameSize(int id0[]) + { SetFrameSize_7(id0); } + + private native void SetFrameRate_8(double id0); + public void SetFrameRate(double id0) + { SetFrameRate_8(id0); } + + private native void SetOutputFormat_9(int id0); + public void SetOutputFormat(int id0) + { SetOutputFormat_9(id0); } + + private native void SetPreview_10(int id0); + public void SetPreview(int id0) + { SetPreview_10(id0); } + + private native void PreviewOn_11(); + public void PreviewOn() + { PreviewOn_11(); } + + private native void PreviewOff_12(); + public void PreviewOff() + { PreviewOff_12(); } + + private native int GetPreview_13(); + public int GetPreview() + { return GetPreview_13(); } + + private native void VideoFormatDialog_14(); + public void VideoFormatDialog() + { VideoFormatDialog_14(); } + + private native void VideoSourceDialog_15(); + public void VideoSourceDialog() + { VideoSourceDialog_15(); } + + private native void Initialize_16(); + public void Initialize() + { Initialize_16(); } + + private native void ReleaseSystemResources_17(); + public void ReleaseSystemResources() + { ReleaseSystemResources_17(); } + + private native void OnParentWndDestroy_18(); + public void OnParentWndDestroy() + { OnParentWndDestroy_18(); } + + public vtkWin32VideoSource() { super(); } + + public vtkWin32VideoSource(long id) { super(id); } + public native long VTKInit(); + +}