]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAbstractParticleWriter.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkAbstractParticleWriter.java
1 // java wrapper for vtkAbstractParticleWriter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAbstractParticleWriter extends vtkWriter
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 SetTimeStep_2(int id0);
19   public void SetTimeStep(int id0)
20     { SetTimeStep_2(id0); }
21
22   private native int GetTimeStep_3();
23   public int GetTimeStep()
24     { return GetTimeStep_3(); }
25
26   private native void SetTimeValue_4(double id0);
27   public void SetTimeValue(double id0)
28     { SetTimeValue_4(id0); }
29
30   private native double GetTimeValue_5();
31   public double GetTimeValue()
32     { return GetTimeValue_5(); }
33
34   private native void SetFileName_6(String id0);
35   public void SetFileName(String id0)
36     { SetFileName_6(id0); }
37
38   private native String GetFileName_7();
39   public String GetFileName()
40     { return GetFileName_7(); }
41
42   private native void SetCollectiveIO_8(int id0);
43   public void SetCollectiveIO(int id0)
44     { SetCollectiveIO_8(id0); }
45
46   private native int GetCollectiveIO_9();
47   public int GetCollectiveIO()
48     { return GetCollectiveIO_9(); }
49
50   private native void SetWriteModeToCollective_10();
51   public void SetWriteModeToCollective()
52     { SetWriteModeToCollective_10(); }
53
54   private native void SetWriteModeToIndependent_11();
55   public void SetWriteModeToIndependent()
56     { SetWriteModeToIndependent_11(); }
57
58   private native void CloseFile_12();
59   public void CloseFile()
60     { CloseFile_12(); }
61
62   public vtkAbstractParticleWriter() { super(); }
63
64   public vtkAbstractParticleWriter(long id) { super(id); }
65
66 }