// 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(); }