// java wrapper for vtkX3DExporter object // package vtk; import vtk.*; public class vtkX3DExporter extends vtkExporter { 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 SetFileName_2(String id0); public void SetFileName(String id0) { SetFileName_2(id0); } private native String GetFileName_3(); public String GetFileName() { return GetFileName_3(); } private native void SetSpeed_4(double id0); public void SetSpeed(double id0) { SetSpeed_4(id0); } private native double GetSpeed_5(); public double GetSpeed() { return GetSpeed_5(); } private native void SetBinary_6(int id0); public void SetBinary(int id0) { SetBinary_6(id0); } private native int GetBinaryMinValue_7(); public int GetBinaryMinValue() { return GetBinaryMinValue_7(); } private native int GetBinaryMaxValue_8(); public int GetBinaryMaxValue() { return GetBinaryMaxValue_8(); } private native void BinaryOn_9(); public void BinaryOn() { BinaryOn_9(); } private native void BinaryOff_10(); public void BinaryOff() { BinaryOff_10(); } private native int GetBinary_11(); public int GetBinary() { return GetBinary_11(); } private native void SetFastest_12(int id0); public void SetFastest(int id0) { SetFastest_12(id0); } private native int GetFastestMinValue_13(); public int GetFastestMinValue() { return GetFastestMinValue_13(); } private native int GetFastestMaxValue_14(); public int GetFastestMaxValue() { return GetFastestMaxValue_14(); } private native void FastestOn_15(); public void FastestOn() { FastestOn_15(); } private native void FastestOff_16(); public void FastestOff() { FastestOff_16(); } private native int GetFastest_17(); public int GetFastest() { return GetFastest_17(); } private native void SetWriteToOutputString_18(int id0); public void SetWriteToOutputString(int id0) { SetWriteToOutputString_18(id0); } private native int GetWriteToOutputString_19(); public int GetWriteToOutputString() { return GetWriteToOutputString_19(); } private native void WriteToOutputStringOn_20(); public void WriteToOutputStringOn() { WriteToOutputStringOn_20(); } private native void WriteToOutputStringOff_21(); public void WriteToOutputStringOff() { WriteToOutputStringOff_21(); } private native int GetOutputStringLength_22(); public int GetOutputStringLength() { return GetOutputStringLength_22(); } private native String GetOutputString_23(); public String GetOutputString() { return GetOutputString_23(); } private native String RegisterAndGetOutputString_24(); public String RegisterAndGetOutputString() { return RegisterAndGetOutputString_24(); } public vtkX3DExporter() { super(); } public vtkX3DExporter(long id) { super(id); } public native long VTKInit(); }