// java wrapper for vtkSLACReader object // package vtk; import vtk.*; public class vtkSLACReader extends vtkMultiBlockDataSetAlgorithm { 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 String GetMeshFileName_2(); public String GetMeshFileName() { return GetMeshFileName_2(); } private native void SetMeshFileName_3(String id0); public void SetMeshFileName(String id0) { SetMeshFileName_3(id0); } private native void AddModeFileName_4(String id0); public void AddModeFileName(String id0) { AddModeFileName_4(id0); } private native void RemoveAllModeFileNames_5(); public void RemoveAllModeFileNames() { RemoveAllModeFileNames_5(); } private native int GetNumberOfModeFileNames_6(); public int GetNumberOfModeFileNames() { return GetNumberOfModeFileNames_6(); } private native String GetModeFileName_7(int id0); public String GetModeFileName(int id0) { return GetModeFileName_7(id0); } private native int GetReadInternalVolume_8(); public int GetReadInternalVolume() { return GetReadInternalVolume_8(); } private native void SetReadInternalVolume_9(int id0); public void SetReadInternalVolume(int id0) { SetReadInternalVolume_9(id0); } private native void ReadInternalVolumeOn_10(); public void ReadInternalVolumeOn() { ReadInternalVolumeOn_10(); } private native void ReadInternalVolumeOff_11(); public void ReadInternalVolumeOff() { ReadInternalVolumeOff_11(); } private native int GetReadExternalSurface_12(); public int GetReadExternalSurface() { return GetReadExternalSurface_12(); } private native void SetReadExternalSurface_13(int id0); public void SetReadExternalSurface(int id0) { SetReadExternalSurface_13(id0); } private native void ReadExternalSurfaceOn_14(); public void ReadExternalSurfaceOn() { ReadExternalSurfaceOn_14(); } private native void ReadExternalSurfaceOff_15(); public void ReadExternalSurfaceOff() { ReadExternalSurfaceOff_15(); } private native int GetReadMidpoints_16(); public int GetReadMidpoints() { return GetReadMidpoints_16(); } private native void SetReadMidpoints_17(int id0); public void SetReadMidpoints(int id0) { SetReadMidpoints_17(id0); } private native void ReadMidpointsOn_18(); public void ReadMidpointsOn() { ReadMidpointsOn_18(); } private native void ReadMidpointsOff_19(); public void ReadMidpointsOff() { ReadMidpointsOff_19(); } private native int GetNumberOfVariableArrays_20(); public int GetNumberOfVariableArrays() { return GetNumberOfVariableArrays_20(); } private native String GetVariableArrayName_21(int id0); public String GetVariableArrayName(int id0) { return GetVariableArrayName_21(id0); } private native int GetVariableArrayStatus_22(String id0); public int GetVariableArrayStatus(String id0) { return GetVariableArrayStatus_22(id0); } private native void SetVariableArrayStatus_23(String id0,int id1); public void SetVariableArrayStatus(String id0,int id1) { SetVariableArrayStatus_23(id0,id1); } private native int CanReadFile_24(String id0); public int CanReadFile(String id0) { return CanReadFile_24(id0); } private native long IS_INTERNAL_VOLUME_25(); public vtkInformationIntegerKey IS_INTERNAL_VOLUME() { long temp = IS_INTERNAL_VOLUME_25(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long IS_EXTERNAL_SURFACE_26(); public vtkInformationIntegerKey IS_EXTERNAL_SURFACE() { long temp = IS_EXTERNAL_SURFACE_26(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long POINTS_27(); public vtkInformationObjectBaseKey POINTS() { long temp = POINTS_27(); if (temp == 0) return null; return (vtkInformationObjectBaseKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long POINT_DATA_28(); public vtkInformationObjectBaseKey POINT_DATA() { long temp = POINT_DATA_28(); if (temp == 0) return null; return (vtkInformationObjectBaseKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkSLACReader() { super(); } public vtkSLACReader(long id) { super(id); } public native long VTKInit(); }