X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkDICOMImageReader.java;h=4ff311e4cca2c7ec06ab6ab7085fdda0d75b0dbc;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=a0e256af08538f57ebcd65c13e3fdea6ba9f37f1;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkDICOMImageReader.java b/vtk/src/vtk/vtkDICOMImageReader.java index a0e256af..4ff311e4 100644 --- a/vtk/src/vtk/vtkDICOMImageReader.java +++ b/vtk/src/vtk/vtkDICOMImageReader.java @@ -1,107 +1,107 @@ -// java wrapper for vtkDICOMImageReader object -// - -package vtk; -import vtk.*; - -public class vtkDICOMImageReader extends vtkImageReader2 -{ - - 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 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(); - -} +// 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(); + +}