]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkPointSource.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkPointSource.java
index 88683ae3ea01e37e68aa691a00836e9b3a4d0429..fc681d50a17692b568902e41fc2050517b4d4d76 100644 (file)
-// java wrapper for vtkPointSource object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkPointSource 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 SetNumberOfPoints_2(int id0);\r
-  public void SetNumberOfPoints(int id0)\r
-    { SetNumberOfPoints_2(id0); }\r
-\r
-  private native int GetNumberOfPointsMinValue_3();\r
-  public int GetNumberOfPointsMinValue()\r
-    { return GetNumberOfPointsMinValue_3(); }\r
-\r
-  private native int GetNumberOfPointsMaxValue_4();\r
-  public int GetNumberOfPointsMaxValue()\r
-    { return GetNumberOfPointsMaxValue_4(); }\r
-\r
-  private native int GetNumberOfPoints_5();\r
-  public int GetNumberOfPoints()\r
-    { return GetNumberOfPoints_5(); }\r
-\r
-  private native void SetCenter_6(double id0,double id1,double id2);\r
-  public void SetCenter(double id0,double id1,double id2)\r
-    { SetCenter_6(id0,id1,id2); }\r
-\r
-  private native void SetCenter_7(double id0[]);\r
-  public void SetCenter(double id0[])\r
-    { SetCenter_7(id0); }\r
-\r
-  private native double[] GetCenter_8();\r
-  public double[] GetCenter()\r
-    { return GetCenter_8(); }\r
-\r
-  private native void SetRadius_9(double id0);\r
-  public void SetRadius(double id0)\r
-    { SetRadius_9(id0); }\r
-\r
-  private native double GetRadiusMinValue_10();\r
-  public double GetRadiusMinValue()\r
-    { return GetRadiusMinValue_10(); }\r
-\r
-  private native double GetRadiusMaxValue_11();\r
-  public double GetRadiusMaxValue()\r
-    { return GetRadiusMaxValue_11(); }\r
-\r
-  private native double GetRadius_12();\r
-  public double GetRadius()\r
-    { return GetRadius_12(); }\r
-\r
-  private native void SetDistribution_13(int id0);\r
-  public void SetDistribution(int id0)\r
-    { SetDistribution_13(id0); }\r
-\r
-  private native void SetDistributionToUniform_14();\r
-  public void SetDistributionToUniform()\r
-    { SetDistributionToUniform_14(); }\r
-\r
-  private native void SetDistributionToShell_15();\r
-  public void SetDistributionToShell()\r
-    { SetDistributionToShell_15(); }\r
-\r
-  private native int GetDistribution_16();\r
-  public int GetDistribution()\r
-    { return GetDistribution_16(); }\r
-\r
-  public vtkPointSource() { super(); }\r
-\r
-  public vtkPointSource(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkPointSource object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkPointSource 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 SetNumberOfPoints_2(int id0);
+  public void SetNumberOfPoints(int id0)
+    { SetNumberOfPoints_2(id0); }
+
+  private native int GetNumberOfPointsMinValue_3();
+  public int GetNumberOfPointsMinValue()
+    { return GetNumberOfPointsMinValue_3(); }
+
+  private native int GetNumberOfPointsMaxValue_4();
+  public int GetNumberOfPointsMaxValue()
+    { return GetNumberOfPointsMaxValue_4(); }
+
+  private native int GetNumberOfPoints_5();
+  public int GetNumberOfPoints()
+    { return GetNumberOfPoints_5(); }
+
+  private native void SetCenter_6(double id0,double id1,double id2);
+  public void SetCenter(double id0,double id1,double id2)
+    { SetCenter_6(id0,id1,id2); }
+
+  private native void SetCenter_7(double id0[]);
+  public void SetCenter(double id0[])
+    { SetCenter_7(id0); }
+
+  private native double[] GetCenter_8();
+  public double[] GetCenter()
+    { return GetCenter_8(); }
+
+  private native void SetRadius_9(double id0);
+  public void SetRadius(double id0)
+    { SetRadius_9(id0); }
+
+  private native double GetRadiusMinValue_10();
+  public double GetRadiusMinValue()
+    { return GetRadiusMinValue_10(); }
+
+  private native double GetRadiusMaxValue_11();
+  public double GetRadiusMaxValue()
+    { return GetRadiusMaxValue_11(); }
+
+  private native double GetRadius_12();
+  public double GetRadius()
+    { return GetRadius_12(); }
+
+  private native void SetDistribution_13(int id0);
+  public void SetDistribution(int id0)
+    { SetDistribution_13(id0); }
+
+  private native void SetDistributionToUniform_14();
+  public void SetDistributionToUniform()
+    { SetDistributionToUniform_14(); }
+
+  private native void SetDistributionToShell_15();
+  public void SetDistributionToShell()
+    { SetDistributionToShell_15(); }
+
+  private native int GetDistribution_16();
+  public int GetDistribution()
+    { return GetDistribution_16(); }
+
+  private native void SetOutputPointsPrecision_17(int id0);
+  public void SetOutputPointsPrecision(int id0)
+    { SetOutputPointsPrecision_17(id0); }
+
+  private native int GetOutputPointsPrecision_18();
+  public int GetOutputPointsPrecision()
+    { return GetOutputPointsPrecision_18(); }
+
+  private native void SetRandomSequence_19(vtkRandomSequence id0);
+  public void SetRandomSequence(vtkRandomSequence id0)
+    { SetRandomSequence_19(id0); }
+
+  private native long GetRandomSequence_20();
+  public vtkRandomSequence GetRandomSequence() {
+    long temp = GetRandomSequence_20();
+
+    if (temp == 0) return null;
+    return (vtkRandomSequence)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkPointSource() { super(); }
+
+  public vtkPointSource(long id) { super(id); }
+  public native long   VTKInit();
+
+}