1 // java wrapper for vtkSortFileNames object
7 public class vtkSortFileNames extends vtkObject
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetGrouping_2(int id0);
19 public void SetGrouping(int id0)
20 { SetGrouping_2(id0); }
22 private native int GetGrouping_3();
23 public int GetGrouping()
24 { return GetGrouping_3(); }
26 private native void GroupingOn_4();
27 public void GroupingOn()
30 private native void GroupingOff_5();
31 public void GroupingOff()
34 private native void SetNumericSort_6(int id0);
35 public void SetNumericSort(int id0)
36 { SetNumericSort_6(id0); }
38 private native int GetNumericSort_7();
39 public int GetNumericSort()
40 { return GetNumericSort_7(); }
42 private native void NumericSortOn_8();
43 public void NumericSortOn()
44 { NumericSortOn_8(); }
46 private native void NumericSortOff_9();
47 public void NumericSortOff()
48 { NumericSortOff_9(); }
50 private native void SetIgnoreCase_10(int id0);
51 public void SetIgnoreCase(int id0)
52 { SetIgnoreCase_10(id0); }
54 private native int GetIgnoreCase_11();
55 public int GetIgnoreCase()
56 { return GetIgnoreCase_11(); }
58 private native void IgnoreCaseOn_12();
59 public void IgnoreCaseOn()
60 { IgnoreCaseOn_12(); }
62 private native void IgnoreCaseOff_13();
63 public void IgnoreCaseOff()
64 { IgnoreCaseOff_13(); }
66 private native void SetSkipDirectories_14(int id0);
67 public void SetSkipDirectories(int id0)
68 { SetSkipDirectories_14(id0); }
70 private native int GetSkipDirectories_15();
71 public int GetSkipDirectories()
72 { return GetSkipDirectories_15(); }
74 private native void SkipDirectoriesOn_16();
75 public void SkipDirectoriesOn()
76 { SkipDirectoriesOn_16(); }
78 private native void SkipDirectoriesOff_17();
79 public void SkipDirectoriesOff()
80 { SkipDirectoriesOff_17(); }
82 private native void SetInputFileNames_18(vtkStringArray id0);
83 public void SetInputFileNames(vtkStringArray id0)
84 { SetInputFileNames_18(id0); }
86 private native long GetInputFileNames_19();
87 public vtkStringArray GetInputFileNames() {
88 long temp = GetInputFileNames_19();
90 if (temp == 0) return null;
91 return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
94 private native long GetFileNames_20();
95 public vtkStringArray GetFileNames() {
96 long temp = GetFileNames_20();
98 if (temp == 0) return null;
99 return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
102 private native int GetNumberOfGroups_21();
103 public int GetNumberOfGroups()
104 { return GetNumberOfGroups_21(); }
106 private native long GetNthGroup_22(int id0);
107 public vtkStringArray GetNthGroup(int id0) {
108 long temp = GetNthGroup_22(id0);
110 if (temp == 0) return null;
111 return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
114 private native void Update_23();
118 public vtkSortFileNames() { super(); }
120 public vtkSortFileNames(long id) { super(id); }
121 public native long VTKInit();