X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkContourWidget.java;h=657b195921a30c58b9d2911142709f62a17f4fb6;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=089b802c01b194e216a1a468bc5c18c5c034faf4;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkContourWidget.java b/vtk/src/vtk/vtkContourWidget.java index 089b802c..657b1959 100644 --- a/vtk/src/vtk/vtkContourWidget.java +++ b/vtk/src/vtk/vtkContourWidget.java @@ -1,111 +1,111 @@ -// java wrapper for vtkContourWidget object -// - -package vtk; -import vtk.*; - -public class vtkContourWidget extends vtkAbstractWidget -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetEnabled_2(int id0); - public void SetEnabled(int id0) - { SetEnabled_2(id0); } - - private native void SetRepresentation_3(vtkContourRepresentation id0); - public void SetRepresentation(vtkContourRepresentation id0) - { SetRepresentation_3(id0); } - - private native long GetContourRepresentation_4(); - public vtkContourRepresentation GetContourRepresentation() { - long temp = GetContourRepresentation_4(); - - if (temp == 0) return null; - return (vtkContourRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void CreateDefaultRepresentation_5(); - public void CreateDefaultRepresentation() - { CreateDefaultRepresentation_5(); } - - private native void CloseLoop_6(); - public void CloseLoop() - { CloseLoop_6(); } - - private native void SetWidgetState_7(int id0); - public void SetWidgetState(int id0) - { SetWidgetState_7(id0); } - - private native int GetWidgetState_8(); - public int GetWidgetState() - { return GetWidgetState_8(); } - - private native void SetAllowNodePicking_9(int id0); - public void SetAllowNodePicking(int id0) - { SetAllowNodePicking_9(id0); } - - private native int GetAllowNodePicking_10(); - public int GetAllowNodePicking() - { return GetAllowNodePicking_10(); } - - private native void AllowNodePickingOn_11(); - public void AllowNodePickingOn() - { AllowNodePickingOn_11(); } - - private native void AllowNodePickingOff_12(); - public void AllowNodePickingOff() - { AllowNodePickingOff_12(); } - - private native void SetFollowCursor_13(int id0); - public void SetFollowCursor(int id0) - { SetFollowCursor_13(id0); } - - private native int GetFollowCursor_14(); - public int GetFollowCursor() - { return GetFollowCursor_14(); } - - private native void FollowCursorOn_15(); - public void FollowCursorOn() - { FollowCursorOn_15(); } - - private native void FollowCursorOff_16(); - public void FollowCursorOff() - { FollowCursorOff_16(); } - - private native void SetContinuousDraw_17(int id0); - public void SetContinuousDraw(int id0) - { SetContinuousDraw_17(id0); } - - private native int GetContinuousDraw_18(); - public int GetContinuousDraw() - { return GetContinuousDraw_18(); } - - private native void ContinuousDrawOn_19(); - public void ContinuousDrawOn() - { ContinuousDrawOn_19(); } - - private native void ContinuousDrawOff_20(); - public void ContinuousDrawOff() - { ContinuousDrawOff_20(); } - - private native void Initialize_21(vtkPolyData id0,int id1,vtkIdList id2); - public void Initialize(vtkPolyData id0,int id1,vtkIdList id2) - { Initialize_21(id0,id1,id2); } - - private native void Initialize_22(); - public void Initialize() - { Initialize_22(); } - - public vtkContourWidget() { super(); } - - public vtkContourWidget(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkContourWidget object +// + +package vtk; +import vtk.*; + +public class vtkContourWidget extends vtkAbstractWidget +{ + + 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 SetEnabled_2(int id0); + public void SetEnabled(int id0) + { SetEnabled_2(id0); } + + private native void SetRepresentation_3(vtkContourRepresentation id0); + public void SetRepresentation(vtkContourRepresentation id0) + { SetRepresentation_3(id0); } + + private native long GetContourRepresentation_4(); + public vtkContourRepresentation GetContourRepresentation() { + long temp = GetContourRepresentation_4(); + + if (temp == 0) return null; + return (vtkContourRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void CreateDefaultRepresentation_5(); + public void CreateDefaultRepresentation() + { CreateDefaultRepresentation_5(); } + + private native void CloseLoop_6(); + public void CloseLoop() + { CloseLoop_6(); } + + private native void SetWidgetState_7(int id0); + public void SetWidgetState(int id0) + { SetWidgetState_7(id0); } + + private native int GetWidgetState_8(); + public int GetWidgetState() + { return GetWidgetState_8(); } + + private native void SetAllowNodePicking_9(int id0); + public void SetAllowNodePicking(int id0) + { SetAllowNodePicking_9(id0); } + + private native int GetAllowNodePicking_10(); + public int GetAllowNodePicking() + { return GetAllowNodePicking_10(); } + + private native void AllowNodePickingOn_11(); + public void AllowNodePickingOn() + { AllowNodePickingOn_11(); } + + private native void AllowNodePickingOff_12(); + public void AllowNodePickingOff() + { AllowNodePickingOff_12(); } + + private native void SetFollowCursor_13(int id0); + public void SetFollowCursor(int id0) + { SetFollowCursor_13(id0); } + + private native int GetFollowCursor_14(); + public int GetFollowCursor() + { return GetFollowCursor_14(); } + + private native void FollowCursorOn_15(); + public void FollowCursorOn() + { FollowCursorOn_15(); } + + private native void FollowCursorOff_16(); + public void FollowCursorOff() + { FollowCursorOff_16(); } + + private native void SetContinuousDraw_17(int id0); + public void SetContinuousDraw(int id0) + { SetContinuousDraw_17(id0); } + + private native int GetContinuousDraw_18(); + public int GetContinuousDraw() + { return GetContinuousDraw_18(); } + + private native void ContinuousDrawOn_19(); + public void ContinuousDrawOn() + { ContinuousDrawOn_19(); } + + private native void ContinuousDrawOff_20(); + public void ContinuousDrawOff() + { ContinuousDrawOff_20(); } + + private native void Initialize_21(vtkPolyData id0,int id1,vtkIdList id2); + public void Initialize(vtkPolyData id0,int id1,vtkIdList id2) + { Initialize_21(id0,id1,id2); } + + private native void Initialize_22(); + public void Initialize() + { Initialize_22(); } + + public vtkContourWidget() { super(); } + + public vtkContourWidget(long id) { super(id); } + public native long VTKInit(); + +}