X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRectilinearWipeRepresentation.java;fp=vtk%2Fsrc%2Fvtk%2FvtkRectilinearWipeRepresentation.java;h=5fb9ff197ad9136047cee4e647373f8cb4914a3d;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRectilinearWipeRepresentation.java b/vtk/src/vtk/vtkRectilinearWipeRepresentation.java new file mode 100644 index 00000000..5fb9ff19 --- /dev/null +++ b/vtk/src/vtk/vtkRectilinearWipeRepresentation.java @@ -0,0 +1,111 @@ +// java wrapper for vtkRectilinearWipeRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkRectilinearWipeRepresentation extends vtkWidgetRepresentation +{ + + 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 SetRectilinearWipe_2(vtkImageRectilinearWipe id0); + public void SetRectilinearWipe(vtkImageRectilinearWipe id0) + { SetRectilinearWipe_2(id0); } + + private native long GetRectilinearWipe_3(); + public vtkImageRectilinearWipe GetRectilinearWipe() { + long temp = GetRectilinearWipe_3(); + + if (temp == 0) return null; + return (vtkImageRectilinearWipe)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetImageActor_4(vtkImageActor id0); + public void SetImageActor(vtkImageActor id0) + { SetImageActor_4(id0); } + + private native long GetImageActor_5(); + public vtkImageActor GetImageActor() { + long temp = GetImageActor_5(); + + if (temp == 0) return null; + return (vtkImageActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetTolerance_6(int id0); + public void SetTolerance(int id0) + { SetTolerance_6(id0); } + + private native int GetToleranceMinValue_7(); + public int GetToleranceMinValue() + { return GetToleranceMinValue_7(); } + + private native int GetToleranceMaxValue_8(); + public int GetToleranceMaxValue() + { return GetToleranceMaxValue_8(); } + + private native int GetTolerance_9(); + public int GetTolerance() + { return GetTolerance_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 BuildRepresentation_11(); + public void BuildRepresentation() + { BuildRepresentation_11(); } + + private native void StartWidgetInteraction_12(double id0[]); + public void StartWidgetInteraction(double id0[]) + { StartWidgetInteraction_12(id0); } + + private native void WidgetInteraction_13(double id0[]); + public void WidgetInteraction(double id0[]) + { WidgetInteraction_13(id0); } + + private native int ComputeInteractionState_14(int id0,int id1,int id2); + public int ComputeInteractionState(int id0,int id1,int id2) + { return ComputeInteractionState_14(id0,id1,id2); } + + private native void GetActors2D_15(vtkPropCollection id0); + public void GetActors2D(vtkPropCollection id0) + { GetActors2D_15(id0); } + + private native void ReleaseGraphicsResources_16(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_16(id0); } + + private native int RenderOverlay_17(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_17(id0); } + + private native int RenderOpaqueGeometry_18(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_18(id0); } + + private native int RenderTranslucentPolygonalGeometry_19(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_19(id0); } + + private native int HasTranslucentPolygonalGeometry_20(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_20(); } + + public vtkRectilinearWipeRepresentation() { super(); } + + public vtkRectilinearWipeRepresentation(long id) { super(id); } + public native long VTKInit(); + +}