]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkMNITagPointWriter.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkMNITagPointWriter.java
diff --git a/vtk/src/vtk/vtkMNITagPointWriter.java b/vtk/src/vtk/vtkMNITagPointWriter.java
new file mode 100644 (file)
index 0000000..0e12785
--- /dev/null
@@ -0,0 +1,127 @@
+// 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();
+
+}