X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSortFileNames.java;h=7e0863a39f4bbd765a0cc847694b76bec41e368b;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=3f6939a052f13b29bc66071571900e2e81ee0c9f;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSortFileNames.java b/vtk/src/vtk/vtkSortFileNames.java index 3f6939a0..7e0863a3 100644 --- a/vtk/src/vtk/vtkSortFileNames.java +++ b/vtk/src/vtk/vtkSortFileNames.java @@ -1,123 +1,123 @@ -// java wrapper for vtkSortFileNames object -// - -package vtk; -import vtk.*; - -public class vtkSortFileNames 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 SetGrouping_2(int id0); - public void SetGrouping(int id0) - { SetGrouping_2(id0); } - - private native int GetGrouping_3(); - public int GetGrouping() - { return GetGrouping_3(); } - - private native void GroupingOn_4(); - public void GroupingOn() - { GroupingOn_4(); } - - private native void GroupingOff_5(); - public void GroupingOff() - { GroupingOff_5(); } - - private native void SetNumericSort_6(int id0); - public void SetNumericSort(int id0) - { SetNumericSort_6(id0); } - - private native int GetNumericSort_7(); - public int GetNumericSort() - { return GetNumericSort_7(); } - - private native void NumericSortOn_8(); - public void NumericSortOn() - { NumericSortOn_8(); } - - private native void NumericSortOff_9(); - public void NumericSortOff() - { NumericSortOff_9(); } - - private native void SetIgnoreCase_10(int id0); - public void SetIgnoreCase(int id0) - { SetIgnoreCase_10(id0); } - - private native int GetIgnoreCase_11(); - public int GetIgnoreCase() - { return GetIgnoreCase_11(); } - - private native void IgnoreCaseOn_12(); - public void IgnoreCaseOn() - { IgnoreCaseOn_12(); } - - private native void IgnoreCaseOff_13(); - public void IgnoreCaseOff() - { IgnoreCaseOff_13(); } - - private native void SetSkipDirectories_14(int id0); - public void SetSkipDirectories(int id0) - { SetSkipDirectories_14(id0); } - - private native int GetSkipDirectories_15(); - public int GetSkipDirectories() - { return GetSkipDirectories_15(); } - - private native void SkipDirectoriesOn_16(); - public void SkipDirectoriesOn() - { SkipDirectoriesOn_16(); } - - private native void SkipDirectoriesOff_17(); - public void SkipDirectoriesOff() - { SkipDirectoriesOff_17(); } - - private native void SetInputFileNames_18(vtkStringArray id0); - public void SetInputFileNames(vtkStringArray id0) - { SetInputFileNames_18(id0); } - - private native long GetInputFileNames_19(); - public vtkStringArray GetInputFileNames() { - long temp = GetInputFileNames_19(); - - if (temp == 0) return null; - return (vtkStringArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetFileNames_20(); - public vtkStringArray GetFileNames() { - long temp = GetFileNames_20(); - - if (temp == 0) return null; - return (vtkStringArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetNumberOfGroups_21(); - public int GetNumberOfGroups() - { return GetNumberOfGroups_21(); } - - private native long GetNthGroup_22(int id0); - public vtkStringArray GetNthGroup(int id0) { - long temp = GetNthGroup_22(id0); - - if (temp == 0) return null; - return (vtkStringArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Update_23(); - public void Update() - { Update_23(); } - - public vtkSortFileNames() { super(); } - - public vtkSortFileNames(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSortFileNames object +// + +package vtk; +import vtk.*; + +public class vtkSortFileNames 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 SetGrouping_2(int id0); + public void SetGrouping(int id0) + { SetGrouping_2(id0); } + + private native int GetGrouping_3(); + public int GetGrouping() + { return GetGrouping_3(); } + + private native void GroupingOn_4(); + public void GroupingOn() + { GroupingOn_4(); } + + private native void GroupingOff_5(); + public void GroupingOff() + { GroupingOff_5(); } + + private native void SetNumericSort_6(int id0); + public void SetNumericSort(int id0) + { SetNumericSort_6(id0); } + + private native int GetNumericSort_7(); + public int GetNumericSort() + { return GetNumericSort_7(); } + + private native void NumericSortOn_8(); + public void NumericSortOn() + { NumericSortOn_8(); } + + private native void NumericSortOff_9(); + public void NumericSortOff() + { NumericSortOff_9(); } + + private native void SetIgnoreCase_10(int id0); + public void SetIgnoreCase(int id0) + { SetIgnoreCase_10(id0); } + + private native int GetIgnoreCase_11(); + public int GetIgnoreCase() + { return GetIgnoreCase_11(); } + + private native void IgnoreCaseOn_12(); + public void IgnoreCaseOn() + { IgnoreCaseOn_12(); } + + private native void IgnoreCaseOff_13(); + public void IgnoreCaseOff() + { IgnoreCaseOff_13(); } + + private native void SetSkipDirectories_14(int id0); + public void SetSkipDirectories(int id0) + { SetSkipDirectories_14(id0); } + + private native int GetSkipDirectories_15(); + public int GetSkipDirectories() + { return GetSkipDirectories_15(); } + + private native void SkipDirectoriesOn_16(); + public void SkipDirectoriesOn() + { SkipDirectoriesOn_16(); } + + private native void SkipDirectoriesOff_17(); + public void SkipDirectoriesOff() + { SkipDirectoriesOff_17(); } + + private native void SetInputFileNames_18(vtkStringArray id0); + public void SetInputFileNames(vtkStringArray id0) + { SetInputFileNames_18(id0); } + + private native long GetInputFileNames_19(); + public vtkStringArray GetInputFileNames() { + long temp = GetInputFileNames_19(); + + if (temp == 0) return null; + return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetFileNames_20(); + public vtkStringArray GetFileNames() { + long temp = GetFileNames_20(); + + if (temp == 0) return null; + return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetNumberOfGroups_21(); + public int GetNumberOfGroups() + { return GetNumberOfGroups_21(); } + + private native long GetNthGroup_22(int id0); + public vtkStringArray GetNthGroup(int id0) { + long temp = GetNthGroup_22(id0); + + if (temp == 0) return null; + return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Update_23(); + public void Update() + { Update_23(); } + + public vtkSortFileNames() { super(); } + + public vtkSortFileNames(long id) { super(id); } + public native long VTKInit(); + +}