]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTransferAttributes.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkTransferAttributes.java
diff --git a/vtk/src/vtk/vtkTransferAttributes.java b/vtk/src/vtk/vtkTransferAttributes.java
new file mode 100644 (file)
index 0000000..4d95a17
--- /dev/null
@@ -0,0 +1,75 @@
+// java wrapper for vtkTransferAttributes object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTransferAttributes extends vtkPassInputTypeAlgorithm
+{
+
+  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 SetDirectMapping_2(boolean id0);
+  public void SetDirectMapping(boolean id0)
+    { SetDirectMapping_2(id0); }
+
+  private native boolean GetDirectMapping_3();
+  public boolean GetDirectMapping()
+    { return GetDirectMapping_3(); }
+
+  private native void DirectMappingOn_4();
+  public void DirectMappingOn()
+    { DirectMappingOn_4(); }
+
+  private native void DirectMappingOff_5();
+  public void DirectMappingOff()
+    { DirectMappingOff_5(); }
+
+  private native String GetSourceArrayName_6();
+  public String GetSourceArrayName()
+    { return GetSourceArrayName_6(); }
+
+  private native void SetSourceArrayName_7(String id0);
+  public void SetSourceArrayName(String id0)
+    { SetSourceArrayName_7(id0); }
+
+  private native String GetTargetArrayName_8();
+  public String GetTargetArrayName()
+    { return GetTargetArrayName_8(); }
+
+  private native void SetTargetArrayName_9(String id0);
+  public void SetTargetArrayName(String id0)
+    { SetTargetArrayName_9(id0); }
+
+  private native int GetSourceFieldType_10();
+  public int GetSourceFieldType()
+    { return GetSourceFieldType_10(); }
+
+  private native void SetSourceFieldType_11(int id0);
+  public void SetSourceFieldType(int id0)
+    { SetSourceFieldType_11(id0); }
+
+  private native int GetTargetFieldType_12();
+  public int GetTargetFieldType()
+    { return GetTargetFieldType_12(); }
+
+  private native void SetTargetFieldType_13(int id0);
+  public void SetTargetFieldType(int id0)
+    { SetTargetFieldType_13(id0); }
+
+  private native int FillInputPortInformation_14(int id0,vtkInformation id1);
+  public int FillInputPortInformation(int id0,vtkInformation id1)
+    { return FillInputPortInformation_14(id0,id1); }
+
+  public vtkTransferAttributes() { super(); }
+
+  public vtkTransferAttributes(long id) { super(id); }
+  public native long   VTKInit();
+
+}