X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkMNITagPointWriter.java;h=0e12785e5194f533c244dce1915e9163499dc81e;hb=5303ddc439764f9263054f519deab7f9f350d561;hp=8c8af3354f9a7aba8a8d812c02fc034699e2aa31;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkMNITagPointWriter.java b/vtk/src/vtk/vtkMNITagPointWriter.java index 8c8af335..0e12785e 100644 --- a/vtk/src/vtk/vtkMNITagPointWriter.java +++ b/vtk/src/vtk/vtkMNITagPointWriter.java @@ -1,119 +1,127 @@ -// java wrapper for vtkMNITagPointWriter object -// - -package vtk; -import vtk.*; - -public class vtkMNITagPointWriter extends vtkDataSetWriter -{ - - 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 String GetFileExtensions_2(); - public String GetFileExtensions() - { return GetFileExtensions_2(); } - - private native String GetDescriptiveName_3(); - public String GetDescriptiveName() - { return GetDescriptiveName_3(); } - - private native void SetPoints_4(int id0,vtkPoints id1); - public void SetPoints(int id0,vtkPoints id1) - { SetPoints_4(id0,id1); } - - private native void SetPoints_5(vtkPoints id0); - public void SetPoints(vtkPoints id0) - { SetPoints_5(id0); } - - private native long GetPoints_6(int id0); - public vtkPoints GetPoints(int id0) { - long temp = GetPoints_6(id0); - - if (temp == 0) return null; - return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPoints_7(); - public vtkPoints GetPoints() { - long temp = GetPoints_7(); - - if (temp == 0) return null; - return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLabelText_8(vtkStringArray id0); - public void SetLabelText(vtkStringArray id0) - { SetLabelText_8(id0); } - - private native long GetLabelText_9(); - public vtkStringArray GetLabelText() { - long temp = GetLabelText_9(); - - if (temp == 0) return null; - return (vtkStringArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetWeights_10(vtkDoubleArray id0); - public void SetWeights(vtkDoubleArray id0) - { SetWeights_10(id0); } - - private native long GetWeights_11(); - public vtkDoubleArray GetWeights() { - long temp = GetWeights_11(); - - if (temp == 0) return null; - return (vtkDoubleArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetStructureIds_12(vtkIntArray id0); - public void SetStructureIds(vtkIntArray id0) - { SetStructureIds_12(id0); } - - private native long GetStructureIds_13(); - public vtkIntArray GetStructureIds() { - long temp = GetStructureIds_13(); - - if (temp == 0) return null; - return (vtkIntArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetPatientIds_14(vtkIntArray id0); - public void SetPatientIds(vtkIntArray id0) - { SetPatientIds_14(id0); } - - private native long GetPatientIds_15(); - public vtkIntArray GetPatientIds() { - long temp = GetPatientIds_15(); - - if (temp == 0) return null; - return (vtkIntArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetComments_16(String id0); - public void SetComments(String id0) - { SetComments_16(id0); } - - private native String GetComments_17(); - public String GetComments() - { return GetComments_17(); } - - private native int Write_18(); - public int Write() - { return Write_18(); } - - private native int GetMTime_19(); - public int GetMTime() - { return GetMTime_19(); } - - public vtkMNITagPointWriter() { super(); } - - public vtkMNITagPointWriter(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkMNITagPointWriter object +// + +package vtk; +import vtk.*; + +public class vtkMNITagPointWriter 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 String GetFileExtensions_2(); + public String GetFileExtensions() + { return GetFileExtensions_2(); } + + private native String GetDescriptiveName_3(); + public String GetDescriptiveName() + { return GetDescriptiveName_3(); } + + private native void SetPoints_4(int id0,vtkPoints id1); + public void SetPoints(int id0,vtkPoints id1) + { SetPoints_4(id0,id1); } + + private native void SetPoints_5(vtkPoints id0); + public void SetPoints(vtkPoints id0) + { SetPoints_5(id0); } + + private native long GetPoints_6(int id0); + public vtkPoints GetPoints(int id0) { + long temp = GetPoints_6(id0); + + if (temp == 0) return null; + return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetPoints_7(); + public vtkPoints GetPoints() { + long temp = GetPoints_7(); + + if (temp == 0) return null; + return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLabelText_8(vtkStringArray id0); + public void SetLabelText(vtkStringArray id0) + { SetLabelText_8(id0); } + + private native long GetLabelText_9(); + public vtkStringArray GetLabelText() { + long temp = GetLabelText_9(); + + if (temp == 0) return null; + return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetWeights_10(vtkDoubleArray id0); + public void SetWeights(vtkDoubleArray id0) + { SetWeights_10(id0); } + + private native long GetWeights_11(); + public vtkDoubleArray GetWeights() { + long temp = GetWeights_11(); + + if (temp == 0) return null; + return (vtkDoubleArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetStructureIds_12(vtkIntArray id0); + public void SetStructureIds(vtkIntArray id0) + { SetStructureIds_12(id0); } + + private native long GetStructureIds_13(); + public vtkIntArray GetStructureIds() { + long temp = GetStructureIds_13(); + + if (temp == 0) return null; + return (vtkIntArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetPatientIds_14(vtkIntArray id0); + public void SetPatientIds(vtkIntArray id0) + { SetPatientIds_14(id0); } + + private native long GetPatientIds_15(); + public vtkIntArray GetPatientIds() { + long temp = GetPatientIds_15(); + + if (temp == 0) return null; + return (vtkIntArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetComments_16(String id0); + public void SetComments(String id0) + { SetComments_16(id0); } + + private native String GetComments_17(); + public String GetComments() + { return GetComments_17(); } + + private native int Write_18(); + public int Write() + { return Write_18(); } + + private native int GetMTime_19(); + public int GetMTime() + { return GetMTime_19(); } + + private native void SetFileName_20(String id0); + public void SetFileName(String id0) + { SetFileName_20(id0); } + + private native String GetFileName_21(); + public String GetFileName() + { return GetFileName_21(); } + + public vtkMNITagPointWriter() { super(); } + + public vtkMNITagPointWriter(long id) { super(id); } + public native long VTKInit(); + +}