1 // java wrapper for vtkAbstractParticleWriter object
7 public class vtkAbstractParticleWriter extends vtkWriter
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetTimeStep_2(int id0);
19 public void SetTimeStep(int id0)
20 { SetTimeStep_2(id0); }
22 private native int GetTimeStep_3();
23 public int GetTimeStep()
24 { return GetTimeStep_3(); }
26 private native void SetTimeValue_4(double id0);
27 public void SetTimeValue(double id0)
28 { SetTimeValue_4(id0); }
30 private native double GetTimeValue_5();
31 public double GetTimeValue()
32 { return GetTimeValue_5(); }
34 private native void SetFileName_6(String id0);
35 public void SetFileName(String id0)
36 { SetFileName_6(id0); }
38 private native String GetFileName_7();
39 public String GetFileName()
40 { return GetFileName_7(); }
42 private native void SetCollectiveIO_8(int id0);
43 public void SetCollectiveIO(int id0)
44 { SetCollectiveIO_8(id0); }
46 private native int GetCollectiveIO_9();
47 public int GetCollectiveIO()
48 { return GetCollectiveIO_9(); }
50 private native void SetWriteModeToCollective_10();
51 public void SetWriteModeToCollective()
52 { SetWriteModeToCollective_10(); }
54 private native void SetWriteModeToIndependent_11();
55 public void SetWriteModeToIndependent()
56 { SetWriteModeToIndependent_11(); }
58 private native void CloseFile_12();
59 public void CloseFile()
62 public vtkAbstractParticleWriter() { super(); }
64 public vtkAbstractParticleWriter(long id) { super(id); }