// java wrapper for vtkDICOMImageReader object // package vtk; import vtk.*; public class vtkDICOMImageReader extends vtkImageReader2 { 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 SetFileName_2(String id0); public void SetFileName(String id0) { SetFileName_2(id0); } private native void SetDirectoryName_3(String id0); public void SetDirectoryName(String id0) { SetDirectoryName_3(id0); } private native String GetDirectoryName_4(); public String GetDirectoryName() { return GetDirectoryName_4(); } private native double[] GetPixelSpacing_5(); public double[] GetPixelSpacing() { return GetPixelSpacing_5(); } private native int GetWidth_6(); public int GetWidth() { return GetWidth_6(); } private native int GetHeight_7(); public int GetHeight() { return GetHeight_7(); } private native double[] GetImagePositionPatient_8(); public double[] GetImagePositionPatient() { return GetImagePositionPatient_8(); } private native double[] GetImageOrientationPatient_9(); public double[] GetImageOrientationPatient() { return GetImageOrientationPatient_9(); } private native int GetBitsAllocated_10(); public int GetBitsAllocated() { return GetBitsAllocated_10(); } private native int GetPixelRepresentation_11(); public int GetPixelRepresentation() { return GetPixelRepresentation_11(); } private native int GetNumberOfComponents_12(); public int GetNumberOfComponents() { return GetNumberOfComponents_12(); } private native String GetTransferSyntaxUID_13(); public String GetTransferSyntaxUID() { return GetTransferSyntaxUID_13(); } private native double GetRescaleSlope_14(); public double GetRescaleSlope() { return GetRescaleSlope_14(); } private native double GetRescaleOffset_15(); public double GetRescaleOffset() { return GetRescaleOffset_15(); } private native String GetPatientName_16(); public String GetPatientName() { return GetPatientName_16(); } private native String GetStudyUID_17(); public String GetStudyUID() { return GetStudyUID_17(); } private native String GetStudyID_18(); public String GetStudyID() { return GetStudyID_18(); } private native double GetGantryAngle_19(); public double GetGantryAngle() { return GetGantryAngle_19(); } private native int CanReadFile_20(String id0); public int CanReadFile(String id0) { return CanReadFile_20(id0); } private native String GetFileExtensions_21(); public String GetFileExtensions() { return GetFileExtensions_21(); } private native String GetDescriptiveName_22(); public String GetDescriptiveName() { return GetDescriptiveName_22(); } public vtkDICOMImageReader() { super(); } public vtkDICOMImageReader(long id) { super(id); } public native long VTKInit(); }