]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkActor2D.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkActor2D.java
diff --git a/vtk/src/vtk/vtkActor2D.java b/vtk/src/vtk/vtkActor2D.java
new file mode 100644 (file)
index 0000000..3268d4c
--- /dev/null
@@ -0,0 +1,163 @@
+// java wrapper for vtkActor2D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkActor2D extends vtkProp
+{
+
+  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 int RenderOverlay_2(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_2(id0); }
+
+  private native int RenderOpaqueGeometry_3(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_3(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_4(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_4(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_5();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_5(); }
+
+  private native void SetMapper_6(vtkMapper2D id0);
+  public void SetMapper(vtkMapper2D id0)
+    { SetMapper_6(id0); }
+
+  private native long GetMapper_7();
+  public vtkMapper2D GetMapper() {
+    long temp = GetMapper_7();
+
+    if (temp == 0) return null;
+    return (vtkMapper2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLayerNumber_8(int id0);
+  public void SetLayerNumber(int id0)
+    { SetLayerNumber_8(id0); }
+
+  private native int GetLayerNumber_9();
+  public int GetLayerNumber()
+    { return GetLayerNumber_9(); }
+
+  private native long GetProperty_10();
+  public vtkProperty2D GetProperty() {
+    long temp = GetProperty_10();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetProperty_11(vtkProperty2D id0);
+  public void SetProperty(vtkProperty2D id0)
+    { SetProperty_11(id0); }
+
+  private native long GetPositionCoordinate_12();
+  public vtkCoordinate GetPositionCoordinate() {
+    long temp = GetPositionCoordinate_12();
+
+    if (temp == 0) return null;
+    return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetPosition_13(double id0,double id1);
+  public void SetPosition(double id0,double id1)
+    { SetPosition_13(id0,id1); }
+
+  private native void SetPosition_14(double id0[]);
+  public void SetPosition(double id0[])
+    { SetPosition_14(id0); }
+
+  private native double[] GetPosition_15();
+  public double[] GetPosition()
+    { return GetPosition_15(); }
+
+  private native void SetDisplayPosition_16(int id0,int id1);
+  public void SetDisplayPosition(int id0,int id1)
+    { SetDisplayPosition_16(id0,id1); }
+
+  private native long GetPosition2Coordinate_17();
+  public vtkCoordinate GetPosition2Coordinate() {
+    long temp = GetPosition2Coordinate_17();
+
+    if (temp == 0) return null;
+    return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetPosition2_18(double id0,double id1);
+  public void SetPosition2(double id0,double id1)
+    { SetPosition2_18(id0,id1); }
+
+  private native void SetPosition2_19(double id0[]);
+  public void SetPosition2(double id0[])
+    { SetPosition2_19(id0); }
+
+  private native double[] GetPosition2_20();
+  public double[] GetPosition2()
+    { return GetPosition2_20(); }
+
+  private native void SetWidth_21(double id0);
+  public void SetWidth(double id0)
+    { SetWidth_21(id0); }
+
+  private native double GetWidth_22();
+  public double GetWidth()
+    { return GetWidth_22(); }
+
+  private native void SetHeight_23(double id0);
+  public void SetHeight(double id0)
+    { SetHeight_23(id0); }
+
+  private native double GetHeight_24();
+  public double GetHeight()
+    { return GetHeight_24(); }
+
+  private native int GetMTime_25();
+  public int GetMTime()
+    { return GetMTime_25(); }
+
+  private native void GetActors2D_26(vtkPropCollection id0);
+  public void GetActors2D(vtkPropCollection id0)
+    { GetActors2D_26(id0); }
+
+  private native void ShallowCopy_27(vtkProp id0);
+  public void ShallowCopy(vtkProp id0)
+    { ShallowCopy_27(id0); }
+
+  private native void ReleaseGraphicsResources_28(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_28(id0); }
+
+  private native long GetActualPositionCoordinate_29();
+  public vtkCoordinate GetActualPositionCoordinate() {
+    long temp = GetActualPositionCoordinate_29();
+
+    if (temp == 0) return null;
+    return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetActualPosition2Coordinate_30();
+  public vtkCoordinate GetActualPosition2Coordinate() {
+    long temp = GetActualPosition2Coordinate_30();
+
+    if (temp == 0) return null;
+    return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkActor2D() { super(); }
+
+  public vtkActor2D(long id) { super(id); }
+  public native long   VTKInit();
+
+}