]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkProjectedTerrainPath.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkProjectedTerrainPath.java
index 4f69cae8c02ab8e513e877d82b12133460fce86d..87eb6ead894ea68d670c1fbb2fe7f5f98c8c3561 100644 (file)
-// java wrapper for vtkProjectedTerrainPath object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkProjectedTerrainPath 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 SetSource_2(vtkImageData id0);\r
-  public void SetSource(vtkImageData id0)\r
-    { SetSource_2(id0); }\r
-\r
-  private native long GetSource_3();\r
-  public vtkImageData GetSource() {\r
-    long temp = GetSource_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetProjectionMode_4(int id0);\r
-  public void SetProjectionMode(int id0)\r
-    { SetProjectionMode_4(id0); }\r
-\r
-  private native int GetProjectionModeMinValue_5();\r
-  public int GetProjectionModeMinValue()\r
-    { return GetProjectionModeMinValue_5(); }\r
-\r
-  private native int GetProjectionModeMaxValue_6();\r
-  public int GetProjectionModeMaxValue()\r
-    { return GetProjectionModeMaxValue_6(); }\r
-\r
-  private native int GetProjectionMode_7();\r
-  public int GetProjectionMode()\r
-    { return GetProjectionMode_7(); }\r
-\r
-  private native void SetProjectionModeToSimple_8();\r
-  public void SetProjectionModeToSimple()\r
-    { SetProjectionModeToSimple_8(); }\r
-\r
-  private native void SetProjectionModeToNonOccluded_9();\r
-  public void SetProjectionModeToNonOccluded()\r
-    { SetProjectionModeToNonOccluded_9(); }\r
-\r
-  private native void SetProjectionModeToHug_10();\r
-  public void SetProjectionModeToHug()\r
-    { SetProjectionModeToHug_10(); }\r
-\r
-  private native void SetHeightOffset_11(double id0);\r
-  public void SetHeightOffset(double id0)\r
-    { SetHeightOffset_11(id0); }\r
-\r
-  private native double GetHeightOffset_12();\r
-  public double GetHeightOffset()\r
-    { return GetHeightOffset_12(); }\r
-\r
-  private native void SetHeightTolerance_13(double id0);\r
-  public void SetHeightTolerance(double id0)\r
-    { SetHeightTolerance_13(id0); }\r
-\r
-  private native double GetHeightToleranceMinValue_14();\r
-  public double GetHeightToleranceMinValue()\r
-    { return GetHeightToleranceMinValue_14(); }\r
-\r
-  private native double GetHeightToleranceMaxValue_15();\r
-  public double GetHeightToleranceMaxValue()\r
-    { return GetHeightToleranceMaxValue_15(); }\r
-\r
-  private native double GetHeightTolerance_16();\r
-  public double GetHeightTolerance()\r
-    { return GetHeightTolerance_16(); }\r
-\r
-  private native void SetMaximumNumberOfLines_17(int id0);\r
-  public void SetMaximumNumberOfLines(int id0)\r
-    { SetMaximumNumberOfLines_17(id0); }\r
-\r
-  private native int GetMaximumNumberOfLinesMinValue_18();\r
-  public int GetMaximumNumberOfLinesMinValue()\r
-    { return GetMaximumNumberOfLinesMinValue_18(); }\r
-\r
-  private native int GetMaximumNumberOfLinesMaxValue_19();\r
-  public int GetMaximumNumberOfLinesMaxValue()\r
-    { return GetMaximumNumberOfLinesMaxValue_19(); }\r
-\r
-  private native int GetMaximumNumberOfLines_20();\r
-  public int GetMaximumNumberOfLines()\r
-    { return GetMaximumNumberOfLines_20(); }\r
-\r
-  public vtkProjectedTerrainPath() { super(); }\r
-\r
-  public vtkProjectedTerrainPath(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkProjectedTerrainPath object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkProjectedTerrainPath 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 SetSourceData_2(vtkImageData id0);
+  public void SetSourceData(vtkImageData id0)
+    { SetSourceData_2(id0); }
+
+  private native long GetSource_3();
+  public vtkImageData GetSource() {
+    long temp = GetSource_3();
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetSourceConnection_4(vtkAlgorithmOutput id0);
+  public void SetSourceConnection(vtkAlgorithmOutput id0)
+    { SetSourceConnection_4(id0); }
+
+  private native void SetProjectionMode_5(int id0);
+  public void SetProjectionMode(int id0)
+    { SetProjectionMode_5(id0); }
+
+  private native int GetProjectionModeMinValue_6();
+  public int GetProjectionModeMinValue()
+    { return GetProjectionModeMinValue_6(); }
+
+  private native int GetProjectionModeMaxValue_7();
+  public int GetProjectionModeMaxValue()
+    { return GetProjectionModeMaxValue_7(); }
+
+  private native int GetProjectionMode_8();
+  public int GetProjectionMode()
+    { return GetProjectionMode_8(); }
+
+  private native void SetProjectionModeToSimple_9();
+  public void SetProjectionModeToSimple()
+    { SetProjectionModeToSimple_9(); }
+
+  private native void SetProjectionModeToNonOccluded_10();
+  public void SetProjectionModeToNonOccluded()
+    { SetProjectionModeToNonOccluded_10(); }
+
+  private native void SetProjectionModeToHug_11();
+  public void SetProjectionModeToHug()
+    { SetProjectionModeToHug_11(); }
+
+  private native void SetHeightOffset_12(double id0);
+  public void SetHeightOffset(double id0)
+    { SetHeightOffset_12(id0); }
+
+  private native double GetHeightOffset_13();
+  public double GetHeightOffset()
+    { return GetHeightOffset_13(); }
+
+  private native void SetHeightTolerance_14(double id0);
+  public void SetHeightTolerance(double id0)
+    { SetHeightTolerance_14(id0); }
+
+  private native double GetHeightToleranceMinValue_15();
+  public double GetHeightToleranceMinValue()
+    { return GetHeightToleranceMinValue_15(); }
+
+  private native double GetHeightToleranceMaxValue_16();
+  public double GetHeightToleranceMaxValue()
+    { return GetHeightToleranceMaxValue_16(); }
+
+  private native double GetHeightTolerance_17();
+  public double GetHeightTolerance()
+    { return GetHeightTolerance_17(); }
+
+  private native void SetMaximumNumberOfLines_18(int id0);
+  public void SetMaximumNumberOfLines(int id0)
+    { SetMaximumNumberOfLines_18(id0); }
+
+  private native int GetMaximumNumberOfLinesMinValue_19();
+  public int GetMaximumNumberOfLinesMinValue()
+    { return GetMaximumNumberOfLinesMinValue_19(); }
+
+  private native int GetMaximumNumberOfLinesMaxValue_20();
+  public int GetMaximumNumberOfLinesMaxValue()
+    { return GetMaximumNumberOfLinesMaxValue_20(); }
+
+  private native int GetMaximumNumberOfLines_21();
+  public int GetMaximumNumberOfLines()
+    { return GetMaximumNumberOfLines_21(); }
+
+  public vtkProjectedTerrainPath() { super(); }
+
+  public vtkProjectedTerrainPath(long id) { super(id); }
+  public native long   VTKInit();
+
+}