]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSortFileNames.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkSortFileNames.java
1 // java wrapper for vtkSortFileNames object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSortFileNames extends vtkObject
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetGrouping_2(int id0);
19   public void SetGrouping(int id0)
20     { SetGrouping_2(id0); }
21
22   private native int GetGrouping_3();
23   public int GetGrouping()
24     { return GetGrouping_3(); }
25
26   private native void GroupingOn_4();
27   public void GroupingOn()
28     { GroupingOn_4(); }
29
30   private native void GroupingOff_5();
31   public void GroupingOff()
32     { GroupingOff_5(); }
33
34   private native void SetNumericSort_6(int id0);
35   public void SetNumericSort(int id0)
36     { SetNumericSort_6(id0); }
37
38   private native int GetNumericSort_7();
39   public int GetNumericSort()
40     { return GetNumericSort_7(); }
41
42   private native void NumericSortOn_8();
43   public void NumericSortOn()
44     { NumericSortOn_8(); }
45
46   private native void NumericSortOff_9();
47   public void NumericSortOff()
48     { NumericSortOff_9(); }
49
50   private native void SetIgnoreCase_10(int id0);
51   public void SetIgnoreCase(int id0)
52     { SetIgnoreCase_10(id0); }
53
54   private native int GetIgnoreCase_11();
55   public int GetIgnoreCase()
56     { return GetIgnoreCase_11(); }
57
58   private native void IgnoreCaseOn_12();
59   public void IgnoreCaseOn()
60     { IgnoreCaseOn_12(); }
61
62   private native void IgnoreCaseOff_13();
63   public void IgnoreCaseOff()
64     { IgnoreCaseOff_13(); }
65
66   private native void SetSkipDirectories_14(int id0);
67   public void SetSkipDirectories(int id0)
68     { SetSkipDirectories_14(id0); }
69
70   private native int GetSkipDirectories_15();
71   public int GetSkipDirectories()
72     { return GetSkipDirectories_15(); }
73
74   private native void SkipDirectoriesOn_16();
75   public void SkipDirectoriesOn()
76     { SkipDirectoriesOn_16(); }
77
78   private native void SkipDirectoriesOff_17();
79   public void SkipDirectoriesOff()
80     { SkipDirectoriesOff_17(); }
81
82   private native void SetInputFileNames_18(vtkStringArray id0);
83   public void SetInputFileNames(vtkStringArray id0)
84     { SetInputFileNames_18(id0); }
85
86   private native long GetInputFileNames_19();
87   public vtkStringArray GetInputFileNames() {
88     long temp = GetInputFileNames_19();
89
90     if (temp == 0) return null;
91     return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native long GetFileNames_20();
95   public vtkStringArray GetFileNames() {
96     long temp = GetFileNames_20();
97
98     if (temp == 0) return null;
99     return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
100 }
101
102   private native int GetNumberOfGroups_21();
103   public int GetNumberOfGroups()
104     { return GetNumberOfGroups_21(); }
105
106   private native long GetNthGroup_22(int id0);
107   public vtkStringArray GetNthGroup(int id0) {
108     long temp = GetNthGroup_22(id0);
109
110     if (temp == 0) return null;
111     return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
112 }
113
114   private native void Update_23();
115   public void Update()
116     { Update_23(); }
117
118   public vtkSortFileNames() { super(); }
119
120   public vtkSortFileNames(long id) { super(id); }
121   public native long   VTKInit();
122
123 }