// java wrapper for vtkCurveRepresentation object // package vtk; import vtk.*; public class vtkCurveRepresentation 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 SetInteractionState_2(int id0); public void SetInteractionState(int id0) { SetInteractionState_2(id0); } private native void SetProjectToPlane_3(int id0); public void SetProjectToPlane(int id0) { SetProjectToPlane_3(id0); } private native int GetProjectToPlane_4(); public int GetProjectToPlane() { return GetProjectToPlane_4(); } private native void ProjectToPlaneOn_5(); public void ProjectToPlaneOn() { ProjectToPlaneOn_5(); } private native void ProjectToPlaneOff_6(); public void ProjectToPlaneOff() { ProjectToPlaneOff_6(); } private native void SetPlaneSource_7(vtkPlaneSource id0); public void SetPlaneSource(vtkPlaneSource id0) { SetPlaneSource_7(id0); } private native void SetProjectionNormal_8(int id0); public void SetProjectionNormal(int id0) { SetProjectionNormal_8(id0); } private native int GetProjectionNormalMinValue_9(); public int GetProjectionNormalMinValue() { return GetProjectionNormalMinValue_9(); } private native int GetProjectionNormalMaxValue_10(); public int GetProjectionNormalMaxValue() { return GetProjectionNormalMaxValue_10(); } private native int GetProjectionNormal_11(); public int GetProjectionNormal() { return GetProjectionNormal_11(); } private native void SetProjectionNormalToXAxes_12(); public void SetProjectionNormalToXAxes() { SetProjectionNormalToXAxes_12(); } private native void SetProjectionNormalToYAxes_13(); public void SetProjectionNormalToYAxes() { SetProjectionNormalToYAxes_13(); } private native void SetProjectionNormalToZAxes_14(); public void SetProjectionNormalToZAxes() { SetProjectionNormalToZAxes_14(); } private native void SetProjectionNormalToOblique_15(); public void SetProjectionNormalToOblique() { SetProjectionNormalToOblique_15(); } private native void SetProjectionPosition_16(double id0); public void SetProjectionPosition(double id0) { SetProjectionPosition_16(id0); } private native double GetProjectionPosition_17(); public double GetProjectionPosition() { return GetProjectionPosition_17(); } private native void GetPolyData_18(vtkPolyData id0); public void GetPolyData(vtkPolyData id0) { GetPolyData_18(id0); } private native long GetHandleProperty_19(); public vtkProperty GetHandleProperty() { long temp = GetHandleProperty_19(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSelectedHandleProperty_20(); public vtkProperty GetSelectedHandleProperty() { long temp = GetSelectedHandleProperty_20(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetLineProperty_21(); public vtkProperty GetLineProperty() { long temp = GetLineProperty_21(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSelectedLineProperty_22(); public vtkProperty GetSelectedLineProperty() { long temp = GetSelectedLineProperty_22(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetNumberOfHandles_23(int id0); public void SetNumberOfHandles(int id0) { SetNumberOfHandles_23(id0); } private native int GetNumberOfHandles_24(); public int GetNumberOfHandles() { return GetNumberOfHandles_24(); } private native void SetHandlePosition_25(int id0,double id1,double id2,double id3); public void SetHandlePosition(int id0,double id1,double id2,double id3) { SetHandlePosition_25(id0,id1,id2,id3); } private native void SetHandlePosition_26(int id0,double id1[]); public void SetHandlePosition(int id0,double id1[]) { SetHandlePosition_26(id0,id1); } private native void GetHandlePosition_27(int id0,double id1[]); public void GetHandlePosition(int id0,double id1[]) { GetHandlePosition_27(id0,id1); } private native long GetHandlePositions_28(); public vtkDoubleArray GetHandlePositions() { long temp = GetHandlePositions_28(); if (temp == 0) return null; return (vtkDoubleArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetClosed_29(int id0); public void SetClosed(int id0) { SetClosed_29(id0); } private native int GetClosed_30(); public int GetClosed() { return GetClosed_30(); } private native void ClosedOn_31(); public void ClosedOn() { ClosedOn_31(); } private native void ClosedOff_32(); public void ClosedOff() { ClosedOff_32(); } private native int IsClosed_33(); public int IsClosed() { return IsClosed_33(); } private native double GetSummedLength_34(); public double GetSummedLength() { return GetSummedLength_34(); } private native void InitializeHandles_35(vtkPoints id0); public void InitializeHandles(vtkPoints id0) { InitializeHandles_35(id0); } private native void BuildRepresentation_36(); public void BuildRepresentation() { BuildRepresentation_36(); } private native int ComputeInteractionState_37(int id0,int id1,int id2); public int ComputeInteractionState(int id0,int id1,int id2) { return ComputeInteractionState_37(id0,id1,id2); } private native void StartWidgetInteraction_38(double id0[]); public void StartWidgetInteraction(double id0[]) { StartWidgetInteraction_38(id0); } private native void WidgetInteraction_39(double id0[]); public void WidgetInteraction(double id0[]) { WidgetInteraction_39(id0); } private native void EndWidgetInteraction_40(double id0[]); public void EndWidgetInteraction(double id0[]) { EndWidgetInteraction_40(id0); } private native void ReleaseGraphicsResources_41(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_41(id0); } private native int RenderOpaqueGeometry_42(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_42(id0); } private native int RenderTranslucentPolygonalGeometry_43(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_43(id0); } private native int RenderOverlay_44(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_44(id0); } private native int HasTranslucentPolygonalGeometry_45(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_45(); } private native void SetLineColor_46(double id0,double id1,double id2); public void SetLineColor(double id0,double id1,double id2) { SetLineColor_46(id0,id1,id2); } private native void RegisterPickers_47(); public void RegisterPickers() { RegisterPickers_47(); } public vtkCurveRepresentation() { super(); } public vtkCurveRepresentation(long id) { super(id); } }