]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkOrientedGlyphContourRepresentation.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkOrientedGlyphContourRepresentation.java
index 22000f8c7e6cb5f8f57400fe8504a1736b2c335c..846b58b63f0d1d9b74d8150bda705c53ee7bdcfc 100644 (file)
-// java wrapper for vtkOrientedGlyphContourRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkOrientedGlyphContourRepresentation extends vtkContourRepresentation\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 SetCursorShape_2(vtkPolyData id0);\r
-  public void SetCursorShape(vtkPolyData id0)\r
-    { SetCursorShape_2(id0); }\r
-\r
-  private native long GetCursorShape_3();\r
-  public vtkPolyData GetCursorShape() {\r
-    long temp = GetCursorShape_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetActiveCursorShape_4(vtkPolyData id0);\r
-  public void SetActiveCursorShape(vtkPolyData id0)\r
-    { SetActiveCursorShape_4(id0); }\r
-\r
-  private native long GetActiveCursorShape_5();\r
-  public vtkPolyData GetActiveCursorShape() {\r
-    long temp = GetActiveCursorShape_5();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetProperty_6();\r
-  public vtkProperty GetProperty() {\r
-    long temp = GetProperty_6();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetActiveProperty_7();\r
-  public vtkProperty GetActiveProperty() {\r
-    long temp = GetActiveProperty_7();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetLinesProperty_8();\r
-  public vtkProperty GetLinesProperty() {\r
-    long temp = GetLinesProperty_8();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetRenderer_9(vtkRenderer id0);\r
-  public void SetRenderer(vtkRenderer id0)\r
-    { SetRenderer_9(id0); }\r
-\r
-  private native void BuildRepresentation_10();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_10(); }\r
-\r
-  private native void StartWidgetInteraction_11(double id0[]);\r
-  public void StartWidgetInteraction(double id0[])\r
-    { StartWidgetInteraction_11(id0); }\r
-\r
-  private native void WidgetInteraction_12(double id0[]);\r
-  public void WidgetInteraction(double id0[])\r
-    { WidgetInteraction_12(id0); }\r
-\r
-  private native int ComputeInteractionState_13(int id0,int id1,int id2);\r
-  public int ComputeInteractionState(int id0,int id1,int id2)\r
-    { return ComputeInteractionState_13(id0,id1,id2); }\r
-\r
-  private native void GetActors_14(vtkPropCollection id0);\r
-  public void GetActors(vtkPropCollection id0)\r
-    { GetActors_14(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_15(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_15(id0); }\r
-\r
-  private native int RenderOverlay_16(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_16(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_17(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_17(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_18(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_18(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_19();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_19(); }\r
-\r
-  private native long GetContourRepresentationAsPolyData_20();\r
-  public vtkPolyData GetContourRepresentationAsPolyData() {\r
-    long temp = GetContourRepresentationAsPolyData_20();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetAlwaysOnTop_21(int id0);\r
-  public void SetAlwaysOnTop(int id0)\r
-    { SetAlwaysOnTop_21(id0); }\r
-\r
-  private native int GetAlwaysOnTop_22();\r
-  public int GetAlwaysOnTop()\r
-    { return GetAlwaysOnTop_22(); }\r
-\r
-  private native void AlwaysOnTopOn_23();\r
-  public void AlwaysOnTopOn()\r
-    { AlwaysOnTopOn_23(); }\r
-\r
-  private native void AlwaysOnTopOff_24();\r
-  public void AlwaysOnTopOff()\r
-    { AlwaysOnTopOff_24(); }\r
-\r
-  private native void SetLineColor_25(double id0,double id1,double id2);\r
-  public void SetLineColor(double id0,double id1,double id2)\r
-    { SetLineColor_25(id0,id1,id2); }\r
-\r
-  private native void SetShowSelectedNodes_26(int id0);\r
-  public void SetShowSelectedNodes(int id0)\r
-    { SetShowSelectedNodes_26(id0); }\r
-\r
-  public vtkOrientedGlyphContourRepresentation() { super(); }\r
-\r
-  public vtkOrientedGlyphContourRepresentation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkOrientedGlyphContourRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkOrientedGlyphContourRepresentation extends vtkContourRepresentation
+{
+
+  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 SetCursorShape_2(vtkPolyData id0);
+  public void SetCursorShape(vtkPolyData id0)
+    { SetCursorShape_2(id0); }
+
+  private native long GetCursorShape_3();
+  public vtkPolyData GetCursorShape() {
+    long temp = GetCursorShape_3();
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetActiveCursorShape_4(vtkPolyData id0);
+  public void SetActiveCursorShape(vtkPolyData id0)
+    { SetActiveCursorShape_4(id0); }
+
+  private native long GetActiveCursorShape_5();
+  public vtkPolyData GetActiveCursorShape() {
+    long temp = GetActiveCursorShape_5();
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetProperty_6();
+  public vtkProperty GetProperty() {
+    long temp = GetProperty_6();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetActiveProperty_7();
+  public vtkProperty GetActiveProperty() {
+    long temp = GetActiveProperty_7();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetLinesProperty_8();
+  public vtkProperty GetLinesProperty() {
+    long temp = GetLinesProperty_8();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetRenderer_9(vtkRenderer id0);
+  public void SetRenderer(vtkRenderer id0)
+    { SetRenderer_9(id0); }
+
+  private native void BuildRepresentation_10();
+  public void BuildRepresentation()
+    { BuildRepresentation_10(); }
+
+  private native void StartWidgetInteraction_11(double id0[]);
+  public void StartWidgetInteraction(double id0[])
+    { StartWidgetInteraction_11(id0); }
+
+  private native void WidgetInteraction_12(double id0[]);
+  public void WidgetInteraction(double id0[])
+    { WidgetInteraction_12(id0); }
+
+  private native int ComputeInteractionState_13(int id0,int id1,int id2);
+  public int ComputeInteractionState(int id0,int id1,int id2)
+    { return ComputeInteractionState_13(id0,id1,id2); }
+
+  private native void GetActors_14(vtkPropCollection id0);
+  public void GetActors(vtkPropCollection id0)
+    { GetActors_14(id0); }
+
+  private native void ReleaseGraphicsResources_15(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_15(id0); }
+
+  private native int RenderOverlay_16(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_16(id0); }
+
+  private native int RenderOpaqueGeometry_17(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_17(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_18(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_18(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_19();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_19(); }
+
+  private native long GetContourRepresentationAsPolyData_20();
+  public vtkPolyData GetContourRepresentationAsPolyData() {
+    long temp = GetContourRepresentationAsPolyData_20();
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetAlwaysOnTop_21(int id0);
+  public void SetAlwaysOnTop(int id0)
+    { SetAlwaysOnTop_21(id0); }
+
+  private native int GetAlwaysOnTop_22();
+  public int GetAlwaysOnTop()
+    { return GetAlwaysOnTop_22(); }
+
+  private native void AlwaysOnTopOn_23();
+  public void AlwaysOnTopOn()
+    { AlwaysOnTopOn_23(); }
+
+  private native void AlwaysOnTopOff_24();
+  public void AlwaysOnTopOff()
+    { AlwaysOnTopOff_24(); }
+
+  private native void SetLineColor_25(double id0,double id1,double id2);
+  public void SetLineColor(double id0,double id1,double id2)
+    { SetLineColor_25(id0,id1,id2); }
+
+  private native void SetShowSelectedNodes_26(int id0);
+  public void SetShowSelectedNodes(int id0)
+    { SetShowSelectedNodes_26(id0); }
+
+  public vtkOrientedGlyphContourRepresentation() { super(); }
+
+  public vtkOrientedGlyphContourRepresentation(long id) { super(id); }
+  public native long   VTKInit();
+
+}