X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkX3DExporter.java;h=1b5f754bf6fdc278df146555d4fe4a0f75563891;hb=269d4c207e3d41922706ef1cdb426c0b1df64552;hp=7c13136983d44175512994dc73185d95ebcf41b7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkX3DExporter.java b/vtk/src/vtk/vtkX3DExporter.java index 7c131369..1b5f754b 100644 --- a/vtk/src/vtk/vtkX3DExporter.java +++ b/vtk/src/vtk/vtkX3DExporter.java @@ -1,115 +1,115 @@ -// java wrapper for vtkX3DExporter object -// - -package vtk; -import vtk.*; - -public class vtkX3DExporter extends vtkExporter -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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(); - -} +// 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(); + +}