X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkUniformGrid.java;h=4e2388060a1a87d9284e71afb439ddaa8f2592b4;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=1b0f1752d9fdabb70ad94b8f83578c867ebc2744;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkUniformGrid.java b/vtk/src/vtk/vtkUniformGrid.java index 1b0f1752..4e238806 100644 --- a/vtk/src/vtk/vtkUniformGrid.java +++ b/vtk/src/vtk/vtkUniformGrid.java @@ -1,151 +1,147 @@ -// java wrapper for vtkUniformGrid object -// - -package vtk; -import vtk.*; - -public class vtkUniformGrid extends vtkImageData -{ - - 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 CopyStructure_2(vtkDataSet id0); - public void CopyStructure(vtkDataSet id0) - { CopyStructure_2(id0); } - - private native int GetDataObjectType_3(); - public int GetDataObjectType() - { return GetDataObjectType_3(); } - - private native long GetCell_4(int id0); - public vtkCell GetCell(int id0) { - long temp = GetCell_4(id0); - - if (temp == 0) return null; - return (vtkCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void GetCell_5(int id0,vtkGenericCell id1); - public void GetCell(int id0,vtkGenericCell id1) - { GetCell_5(id0,id1); } - - private native int GetCellType_6(int id0); - public int GetCellType(int id0) - { return GetCellType_6(id0); } - - private native void GetCellPoints_7(int id0,vtkIdList id1); - public void GetCellPoints(int id0,vtkIdList id1) - { GetCellPoints_7(id0,id1); } - - private native void GetPointCells_8(int id0,vtkIdList id1); - public void GetPointCells(int id0,vtkIdList id1) - { GetPointCells_8(id0,id1); } - - private native void Initialize_9(); - public void Initialize() - { Initialize_9(); } - - private native int GetMaxCellSize_10(); - public int GetMaxCellSize() - { return GetMaxCellSize_10(); } - - private native void ShallowCopy_11(vtkDataObject id0); - public void ShallowCopy(vtkDataObject id0) - { ShallowCopy_11(id0); } - - private native void DeepCopy_12(vtkDataObject id0); - public void DeepCopy(vtkDataObject id0) - { DeepCopy_12(id0); } - - private native void BlankPoint_13(int id0); - public void BlankPoint(int id0) - { BlankPoint_13(id0); } - - private native void UnBlankPoint_14(int id0); - public void UnBlankPoint(int id0) - { UnBlankPoint_14(id0); } - - private native void BlankCell_15(int id0); - public void BlankCell(int id0) - { BlankCell_15(id0); } - - private native void UnBlankCell_16(int id0); - public void UnBlankCell(int id0) - { UnBlankCell_16(id0); } - - private native long GetPointVisibilityArray_17(); - public vtkUnsignedCharArray GetPointVisibilityArray() { - long temp = GetPointVisibilityArray_17(); - - if (temp == 0) return null; - return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetPointVisibilityArray_18(vtkUnsignedCharArray id0); - public void SetPointVisibilityArray(vtkUnsignedCharArray id0) - { SetPointVisibilityArray_18(id0); } - - private native long GetCellVisibilityArray_19(); - public vtkUnsignedCharArray GetCellVisibilityArray() { - long temp = GetCellVisibilityArray_19(); - - if (temp == 0) return null; - return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetCellVisibilityArray_20(vtkUnsignedCharArray id0); - public void SetCellVisibilityArray(vtkUnsignedCharArray id0) - { SetCellVisibilityArray_20(id0); } - - private native int IsPointVisible_21(int id0); - public int IsPointVisible(int id0) - { return IsPointVisible_21(id0); } - - private native int IsCellVisible_22(int id0); - public int IsCellVisible(int id0) - { return IsCellVisible_22(id0); } - - private native int GetPointBlanking_23(); - public int GetPointBlanking() - { return GetPointBlanking_23(); } - - private native int GetCellBlanking_24(); - public int GetCellBlanking() - { return GetCellBlanking_24(); } - - private native long NewImageDataCopy_25(); - public vtkImageData NewImageDataCopy() { - long temp = NewImageDataCopy_25(); - - if (temp == 0) return null; - return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetData_26(vtkInformation id0); - public vtkUniformGrid GetData(vtkInformation id0) { - long temp = GetData_26(id0); - - if (temp == 0) return null; - return (vtkUniformGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetData_27(vtkInformationVector id0,int id1); - public vtkUniformGrid GetData(vtkInformationVector id0,int id1) { - long temp = GetData_27(id0,id1); - - if (temp == 0) return null; - return (vtkUniformGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkUniformGrid() { super(); } - - public vtkUniformGrid(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkUniformGrid object +// + +package vtk; +import vtk.*; + +public class vtkUniformGrid extends vtkImageData +{ + + 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 CopyStructure_2(vtkDataSet id0); + public void CopyStructure(vtkDataSet id0) + { CopyStructure_2(id0); } + + private native int GetDataObjectType_3(); + public int GetDataObjectType() + { return GetDataObjectType_3(); } + + private native long GetCell_4(int id0,int id1,int id2); + public vtkCell GetCell(int id0,int id1,int id2) { + long temp = GetCell_4(id0,id1,id2); + + if (temp == 0) return null; + return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetCell_5(int id0); + public vtkCell GetCell(int id0) { + long temp = GetCell_5(id0); + + if (temp == 0) return null; + return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void GetCell_6(int id0,vtkGenericCell id1); + public void GetCell(int id0,vtkGenericCell id1) + { GetCell_6(id0,id1); } + + private native int GetCellType_7(int id0); + public int GetCellType(int id0) + { return GetCellType_7(id0); } + + private native void GetCellPoints_8(int id0,vtkIdList id1); + public void GetCellPoints(int id0,vtkIdList id1) + { GetCellPoints_8(id0,id1); } + + private native void GetPointCells_9(int id0,vtkIdList id1); + public void GetPointCells(int id0,vtkIdList id1) + { GetPointCells_9(id0,id1); } + + private native void Initialize_10(); + public void Initialize() + { Initialize_10(); } + + private native int GetMaxCellSize_11(); + public int GetMaxCellSize() + { return GetMaxCellSize_11(); } + + private native int GetGridDescription_12(); + public int GetGridDescription() + { return GetGridDescription_12(); } + + private native void BlankPoint_13(int id0); + public void BlankPoint(int id0) + { BlankPoint_13(id0); } + + private native void UnBlankPoint_14(int id0); + public void UnBlankPoint(int id0) + { UnBlankPoint_14(id0); } + + private native void BlankPoint_15(int id0,int id1,int id2); + public void BlankPoint(int id0,int id1,int id2) + { BlankPoint_15(id0,id1,id2); } + + private native void UnBlankPoint_16(int id0,int id1,int id2); + public void UnBlankPoint(int id0,int id1,int id2) + { UnBlankPoint_16(id0,id1,id2); } + + private native void BlankCell_17(int id0); + public void BlankCell(int id0) + { BlankCell_17(id0); } + + private native void UnBlankCell_18(int id0); + public void UnBlankCell(int id0) + { UnBlankCell_18(id0); } + + private native void BlankCell_19(int id0,int id1,int id2); + public void BlankCell(int id0,int id1,int id2) + { BlankCell_19(id0,id1,id2); } + + private native void UnBlankCell_20(int id0,int id1,int id2); + public void UnBlankCell(int id0,int id1,int id2) + { UnBlankCell_20(id0,id1,id2); } + + private native boolean HasAnyBlankCells_21(); + public boolean HasAnyBlankCells() + { return HasAnyBlankCells_21(); } + + private native boolean HasAnyBlankPoints_22(); + public boolean HasAnyBlankPoints() + { return HasAnyBlankPoints_22(); } + + private native int IsPointVisible_23(int id0); + public int IsPointVisible(int id0) + { return IsPointVisible_23(id0); } + + private native int IsCellVisible_24(int id0); + public int IsCellVisible(int id0) + { return IsCellVisible_24(id0); } + + private native long NewImageDataCopy_25(); + public vtkImageData NewImageDataCopy() { + long temp = NewImageDataCopy_25(); + + if (temp == 0) return null; + return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetData_26(vtkInformation id0); + public vtkUniformGrid GetData(vtkInformation id0) { + long temp = GetData_26(id0); + + if (temp == 0) return null; + return (vtkUniformGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetData_27(vtkInformationVector id0,int id1); + public vtkUniformGrid GetData(vtkInformationVector id0,int id1) { + long temp = GetData_27(id0,id1); + + if (temp == 0) return null; + return (vtkUniformGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkUniformGrid() { super(); } + + public vtkUniformGrid(long id) { super(id); } + public native long VTKInit(); + +}