]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkArrowSource.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkArrowSource.java
index ffce4e90d2f8b3db93a6446d26a0fb851e57060f..98aae7c74271a7a26707d5e82e3918b49f947a61 100644 (file)
-// java wrapper for vtkArrowSource object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkArrowSource extends vtkPolyDataAlgorithm\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetTipLength_2(double id0);\r
-  public void SetTipLength(double id0)\r
-    { SetTipLength_2(id0); }\r
-\r
-  private native double GetTipLengthMinValue_3();\r
-  public double GetTipLengthMinValue()\r
-    { return GetTipLengthMinValue_3(); }\r
-\r
-  private native double GetTipLengthMaxValue_4();\r
-  public double GetTipLengthMaxValue()\r
-    { return GetTipLengthMaxValue_4(); }\r
-\r
-  private native double GetTipLength_5();\r
-  public double GetTipLength()\r
-    { return GetTipLength_5(); }\r
-\r
-  private native void SetTipRadius_6(double id0);\r
-  public void SetTipRadius(double id0)\r
-    { SetTipRadius_6(id0); }\r
-\r
-  private native double GetTipRadiusMinValue_7();\r
-  public double GetTipRadiusMinValue()\r
-    { return GetTipRadiusMinValue_7(); }\r
-\r
-  private native double GetTipRadiusMaxValue_8();\r
-  public double GetTipRadiusMaxValue()\r
-    { return GetTipRadiusMaxValue_8(); }\r
-\r
-  private native double GetTipRadius_9();\r
-  public double GetTipRadius()\r
-    { return GetTipRadius_9(); }\r
-\r
-  private native void SetTipResolution_10(int id0);\r
-  public void SetTipResolution(int id0)\r
-    { SetTipResolution_10(id0); }\r
-\r
-  private native int GetTipResolutionMinValue_11();\r
-  public int GetTipResolutionMinValue()\r
-    { return GetTipResolutionMinValue_11(); }\r
-\r
-  private native int GetTipResolutionMaxValue_12();\r
-  public int GetTipResolutionMaxValue()\r
-    { return GetTipResolutionMaxValue_12(); }\r
-\r
-  private native int GetTipResolution_13();\r
-  public int GetTipResolution()\r
-    { return GetTipResolution_13(); }\r
-\r
-  private native void SetShaftRadius_14(double id0);\r
-  public void SetShaftRadius(double id0)\r
-    { SetShaftRadius_14(id0); }\r
-\r
-  private native double GetShaftRadiusMinValue_15();\r
-  public double GetShaftRadiusMinValue()\r
-    { return GetShaftRadiusMinValue_15(); }\r
-\r
-  private native double GetShaftRadiusMaxValue_16();\r
-  public double GetShaftRadiusMaxValue()\r
-    { return GetShaftRadiusMaxValue_16(); }\r
-\r
-  private native double GetShaftRadius_17();\r
-  public double GetShaftRadius()\r
-    { return GetShaftRadius_17(); }\r
-\r
-  private native void SetShaftResolution_18(int id0);\r
-  public void SetShaftResolution(int id0)\r
-    { SetShaftResolution_18(id0); }\r
-\r
-  private native int GetShaftResolutionMinValue_19();\r
-  public int GetShaftResolutionMinValue()\r
-    { return GetShaftResolutionMinValue_19(); }\r
-\r
-  private native int GetShaftResolutionMaxValue_20();\r
-  public int GetShaftResolutionMaxValue()\r
-    { return GetShaftResolutionMaxValue_20(); }\r
-\r
-  private native int GetShaftResolution_21();\r
-  public int GetShaftResolution()\r
-    { return GetShaftResolution_21(); }\r
-\r
-  private native void InvertOn_22();\r
-  public void InvertOn()\r
-    { InvertOn_22(); }\r
-\r
-  private native void InvertOff_23();\r
-  public void InvertOff()\r
-    { InvertOff_23(); }\r
-\r
-  private native void SetInvert_24(boolean id0);\r
-  public void SetInvert(boolean id0)\r
-    { SetInvert_24(id0); }\r
-\r
-  private native boolean GetInvert_25();\r
-  public boolean GetInvert()\r
-    { return GetInvert_25(); }\r
-\r
-  public vtkArrowSource() { super(); }\r
-\r
-  public vtkArrowSource(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkArrowSource object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkArrowSource extends vtkPolyDataAlgorithm
+{
+
+  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 SetTipLength_2(double id0);
+  public void SetTipLength(double id0)
+    { SetTipLength_2(id0); }
+
+  private native double GetTipLengthMinValue_3();
+  public double GetTipLengthMinValue()
+    { return GetTipLengthMinValue_3(); }
+
+  private native double GetTipLengthMaxValue_4();
+  public double GetTipLengthMaxValue()
+    { return GetTipLengthMaxValue_4(); }
+
+  private native double GetTipLength_5();
+  public double GetTipLength()
+    { return GetTipLength_5(); }
+
+  private native void SetTipRadius_6(double id0);
+  public void SetTipRadius(double id0)
+    { SetTipRadius_6(id0); }
+
+  private native double GetTipRadiusMinValue_7();
+  public double GetTipRadiusMinValue()
+    { return GetTipRadiusMinValue_7(); }
+
+  private native double GetTipRadiusMaxValue_8();
+  public double GetTipRadiusMaxValue()
+    { return GetTipRadiusMaxValue_8(); }
+
+  private native double GetTipRadius_9();
+  public double GetTipRadius()
+    { return GetTipRadius_9(); }
+
+  private native void SetTipResolution_10(int id0);
+  public void SetTipResolution(int id0)
+    { SetTipResolution_10(id0); }
+
+  private native int GetTipResolutionMinValue_11();
+  public int GetTipResolutionMinValue()
+    { return GetTipResolutionMinValue_11(); }
+
+  private native int GetTipResolutionMaxValue_12();
+  public int GetTipResolutionMaxValue()
+    { return GetTipResolutionMaxValue_12(); }
+
+  private native int GetTipResolution_13();
+  public int GetTipResolution()
+    { return GetTipResolution_13(); }
+
+  private native void SetShaftRadius_14(double id0);
+  public void SetShaftRadius(double id0)
+    { SetShaftRadius_14(id0); }
+
+  private native double GetShaftRadiusMinValue_15();
+  public double GetShaftRadiusMinValue()
+    { return GetShaftRadiusMinValue_15(); }
+
+  private native double GetShaftRadiusMaxValue_16();
+  public double GetShaftRadiusMaxValue()
+    { return GetShaftRadiusMaxValue_16(); }
+
+  private native double GetShaftRadius_17();
+  public double GetShaftRadius()
+    { return GetShaftRadius_17(); }
+
+  private native void SetShaftResolution_18(int id0);
+  public void SetShaftResolution(int id0)
+    { SetShaftResolution_18(id0); }
+
+  private native int GetShaftResolutionMinValue_19();
+  public int GetShaftResolutionMinValue()
+    { return GetShaftResolutionMinValue_19(); }
+
+  private native int GetShaftResolutionMaxValue_20();
+  public int GetShaftResolutionMaxValue()
+    { return GetShaftResolutionMaxValue_20(); }
+
+  private native int GetShaftResolution_21();
+  public int GetShaftResolution()
+    { return GetShaftResolution_21(); }
+
+  private native void InvertOn_22();
+  public void InvertOn()
+    { InvertOn_22(); }
+
+  private native void InvertOff_23();
+  public void InvertOff()
+    { InvertOff_23(); }
+
+  private native void SetInvert_24(boolean id0);
+  public void SetInvert(boolean id0)
+    { SetInvert_24(id0); }
+
+  private native boolean GetInvert_25();
+  public boolean GetInvert()
+    { return GetInvert_25(); }
+
+  public vtkArrowSource() { super(); }
+
+  public vtkArrowSource(long id) { super(id); }
+  public native long   VTKInit();
+
+}