]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkForceTime.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkForceTime.java
1 // java wrapper for vtkForceTime object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkForceTime extends vtkPassInputTypeAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetForcedTime_2(double id0);
19   public void SetForcedTime(double id0)
20     { SetForcedTime_2(id0); }
21
22   private native double GetForcedTime_3();
23   public double GetForcedTime()
24     { return GetForcedTime_3(); }
25
26   private native void SetIgnorePipelineTime_4(boolean id0);
27   public void SetIgnorePipelineTime(boolean id0)
28     { SetIgnorePipelineTime_4(id0); }
29
30   private native boolean GetIgnorePipelineTime_5();
31   public boolean GetIgnorePipelineTime()
32     { return GetIgnorePipelineTime_5(); }
33
34   private native void IgnorePipelineTimeOn_6();
35   public void IgnorePipelineTimeOn()
36     { IgnorePipelineTimeOn_6(); }
37
38   private native void IgnorePipelineTimeOff_7();
39   public void IgnorePipelineTimeOff()
40     { IgnorePipelineTimeOff_7(); }
41
42   public vtkForceTime() { super(); }
43
44   public vtkForceTime(long id) { super(id); }
45   public native long   VTKInit();
46
47 }