X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTransferAttributes.java;fp=vtk%2Fsrc%2Fvtk%2FvtkTransferAttributes.java;h=4d95a178cf654b7d1a76be712a39c33c0574f70c;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTransferAttributes.java b/vtk/src/vtk/vtkTransferAttributes.java new file mode 100644 index 00000000..4d95a178 --- /dev/null +++ b/vtk/src/vtk/vtkTransferAttributes.java @@ -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(); + +}