X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkVisibilitySort.java;h=919d4aeebcc1a4afd976be50917ba3ffd596cb9b;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=bc868342f4b5beae8c87aefb13a7c562e329f08a;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkVisibilitySort.java b/vtk/src/vtk/vtkVisibilitySort.java index bc868342..919d4aee 100644 --- a/vtk/src/vtk/vtkVisibilitySort.java +++ b/vtk/src/vtk/vtkVisibilitySort.java @@ -1,118 +1,118 @@ -// java wrapper for vtkVisibilitySort object -// - -package vtk; -import vtk.*; - -public class vtkVisibilitySort extends vtkObject -{ - - 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 InitTraversal_2(); - public void InitTraversal() - { InitTraversal_2(); } - - private native long GetNextCells_3(); - public vtkIdTypeArray GetNextCells() { - long temp = GetNextCells_3(); - - if (temp == 0) return null; - return (vtkIdTypeArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetMaxCellsReturned_4(int id0); - public void SetMaxCellsReturned(int id0) - { SetMaxCellsReturned_4(id0); } - - private native int GetMaxCellsReturnedMinValue_5(); - public int GetMaxCellsReturnedMinValue() - { return GetMaxCellsReturnedMinValue_5(); } - - private native int GetMaxCellsReturnedMaxValue_6(); - public int GetMaxCellsReturnedMaxValue() - { return GetMaxCellsReturnedMaxValue_6(); } - - private native int GetMaxCellsReturned_7(); - public int GetMaxCellsReturned() - { return GetMaxCellsReturned_7(); } - - private native void SetModelTransform_8(vtkMatrix4x4 id0); - public void SetModelTransform(vtkMatrix4x4 id0) - { SetModelTransform_8(id0); } - - private native long GetModelTransform_9(); - public vtkMatrix4x4 GetModelTransform() { - long temp = GetModelTransform_9(); - - if (temp == 0) return null; - return (vtkMatrix4x4)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetInverseModelTransform_10(); - public vtkMatrix4x4 GetInverseModelTransform() { - long temp = GetInverseModelTransform_10(); - - if (temp == 0) return null; - return (vtkMatrix4x4)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetCamera_11(vtkCamera id0); - public void SetCamera(vtkCamera id0) - { SetCamera_11(id0); } - - private native long GetCamera_12(); - public vtkCamera GetCamera() { - long temp = GetCamera_12(); - - if (temp == 0) return null; - return (vtkCamera)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetInput_13(vtkDataSet id0); - public void SetInput(vtkDataSet id0) - { SetInput_13(id0); } - - private native long GetInput_14(); - public vtkDataSet GetInput() { - long temp = GetInput_14(); - - if (temp == 0) return null; - return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetDirection_15(); - public int GetDirection() - { return GetDirection_15(); } - - private native void SetDirection_16(int id0); - public void SetDirection(int id0) - { SetDirection_16(id0); } - - private native void SetDirectionToBackToFront_17(); - public void SetDirectionToBackToFront() - { SetDirectionToBackToFront_17(); } - - private native void SetDirectionToFrontToBack_18(); - public void SetDirectionToFrontToBack() - { SetDirectionToFrontToBack_18(); } - - private native void Register_19(vtkObjectBase id0); - public void Register(vtkObjectBase id0) - { Register_19(id0); } - - private native void UnRegister_20(vtkObjectBase id0); - public void UnRegister(vtkObjectBase id0) - { UnRegister_20(id0); } - - public vtkVisibilitySort() { super(); } - - public vtkVisibilitySort(long id) { super(id); } - -} +// java wrapper for vtkVisibilitySort object +// + +package vtk; +import vtk.*; + +public class vtkVisibilitySort extends vtkObject +{ + + 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 InitTraversal_2(); + public void InitTraversal() + { InitTraversal_2(); } + + private native long GetNextCells_3(); + public vtkIdTypeArray GetNextCells() { + long temp = GetNextCells_3(); + + if (temp == 0) return null; + return (vtkIdTypeArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetMaxCellsReturned_4(int id0); + public void SetMaxCellsReturned(int id0) + { SetMaxCellsReturned_4(id0); } + + private native int GetMaxCellsReturnedMinValue_5(); + public int GetMaxCellsReturnedMinValue() + { return GetMaxCellsReturnedMinValue_5(); } + + private native int GetMaxCellsReturnedMaxValue_6(); + public int GetMaxCellsReturnedMaxValue() + { return GetMaxCellsReturnedMaxValue_6(); } + + private native int GetMaxCellsReturned_7(); + public int GetMaxCellsReturned() + { return GetMaxCellsReturned_7(); } + + private native void SetModelTransform_8(vtkMatrix4x4 id0); + public void SetModelTransform(vtkMatrix4x4 id0) + { SetModelTransform_8(id0); } + + private native long GetModelTransform_9(); + public vtkMatrix4x4 GetModelTransform() { + long temp = GetModelTransform_9(); + + if (temp == 0) return null; + return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetInverseModelTransform_10(); + public vtkMatrix4x4 GetInverseModelTransform() { + long temp = GetInverseModelTransform_10(); + + if (temp == 0) return null; + return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetCamera_11(vtkCamera id0); + public void SetCamera(vtkCamera id0) + { SetCamera_11(id0); } + + private native long GetCamera_12(); + public vtkCamera GetCamera() { + long temp = GetCamera_12(); + + if (temp == 0) return null; + return (vtkCamera)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetInput_13(vtkDataSet id0); + public void SetInput(vtkDataSet id0) + { SetInput_13(id0); } + + private native long GetInput_14(); + public vtkDataSet GetInput() { + long temp = GetInput_14(); + + if (temp == 0) return null; + return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetDirection_15(); + public int GetDirection() + { return GetDirection_15(); } + + private native void SetDirection_16(int id0); + public void SetDirection(int id0) + { SetDirection_16(id0); } + + private native void SetDirectionToBackToFront_17(); + public void SetDirectionToBackToFront() + { SetDirectionToBackToFront_17(); } + + private native void SetDirectionToFrontToBack_18(); + public void SetDirectionToFrontToBack() + { SetDirectionToFrontToBack_18(); } + + private native void Register_19(vtkObjectBase id0); + public void Register(vtkObjectBase id0) + { Register_19(id0); } + + private native void UnRegister_20(vtkObjectBase id0); + public void UnRegister(vtkObjectBase id0) + { UnRegister_20(id0); } + + public vtkVisibilitySort() { super(); } + + public vtkVisibilitySort(long id) { super(id); } + +}