// java wrapper for vtkAbstractParticleWriter object // package vtk; import vtk.*; public class vtkAbstractParticleWriter extends vtkWriter { 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 SetTimeStep_2(int id0); public void SetTimeStep(int id0) { SetTimeStep_2(id0); } private native int GetTimeStep_3(); public int GetTimeStep() { return GetTimeStep_3(); } private native void SetTimeValue_4(double id0); public void SetTimeValue(double id0) { SetTimeValue_4(id0); } private native double GetTimeValue_5(); public double GetTimeValue() { return GetTimeValue_5(); } private native void SetFileName_6(String id0); public void SetFileName(String id0) { SetFileName_6(id0); } private native String GetFileName_7(); public String GetFileName() { return GetFileName_7(); } private native void SetCollectiveIO_8(int id0); public void SetCollectiveIO(int id0) { SetCollectiveIO_8(id0); } private native int GetCollectiveIO_9(); public int GetCollectiveIO() { return GetCollectiveIO_9(); } private native void SetWriteModeToCollective_10(); public void SetWriteModeToCollective() { SetWriteModeToCollective_10(); } private native void SetWriteModeToIndependent_11(); public void SetWriteModeToIndependent() { SetWriteModeToIndependent_11(); } private native void CloseFile_12(); public void CloseFile() { CloseFile_12(); } public vtkAbstractParticleWriter() { super(); } public vtkAbstractParticleWriter(long id) { super(id); } }