X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkMNITagPointReader.java;fp=vtk%2Fsrc%2Fvtk%2FvtkMNITagPointReader.java;h=0000000000000000000000000000000000000000;hb=12e21051bd57248b39831d79d68d455077047cdb;hp=9f2e93e208aa2428d233040f5bd3da727c1afbee;hpb=58ebeb2baac48f9066c1395a9071f99745574ef9;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkMNITagPointReader.java b/vtk/src/vtk/vtkMNITagPointReader.java deleted file mode 100644 index 9f2e93e2..00000000 --- a/vtk/src/vtk/vtkMNITagPointReader.java +++ /dev/null @@ -1,99 +0,0 @@ -// java wrapper for vtkMNITagPointReader object -// - -package vtk; -import vtk.*; - -public class vtkMNITagPointReader extends vtkPolyDataAlgorithm -{ - - 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 String GetFileName_3(); - public String GetFileName() - { return GetFileName_3(); } - - private native String GetFileExtensions_4(); - public String GetFileExtensions() - { return GetFileExtensions_4(); } - - private native String GetDescriptiveName_5(); - public String GetDescriptiveName() - { return GetDescriptiveName_5(); } - - private native int CanReadFile_6(String id0); - public int CanReadFile(String id0) - { return CanReadFile_6(id0); } - - private native int GetNumberOfVolumes_7(); - public int GetNumberOfVolumes() - { return GetNumberOfVolumes_7(); } - - private native long GetPoints_8(int id0); - public vtkPoints GetPoints(int id0) { - long temp = GetPoints_8(id0); - - if (temp == 0) return null; - return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPoints_9(); - public vtkPoints GetPoints() { - long temp = GetPoints_9(); - - if (temp == 0) return null; - return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetLabelText_10(); - public vtkStringArray GetLabelText() { - long temp = GetLabelText_10(); - - if (temp == 0) return null; - return (vtkStringArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetWeights_11(); - public vtkDoubleArray GetWeights() { - long temp = GetWeights_11(); - - if (temp == 0) return null; - return (vtkDoubleArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetStructureIds_12(); - public vtkIntArray GetStructureIds() { - long temp = GetStructureIds_12(); - - if (temp == 0) return null; - return (vtkIntArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPatientIds_13(); - public vtkIntArray GetPatientIds() { - long temp = GetPatientIds_13(); - - if (temp == 0) return null; - return (vtkIntArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native String GetComments_14(); - public String GetComments() - { return GetComments_14(); } - - public vtkMNITagPointReader() { super(); } - - public vtkMNITagPointReader(long id) { super(id); } - public native long VTKInit(); - -}