X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGenericDataSet.java;h=91447c57d76527d32e6c2f44e782e116e150a7f5;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=84ff74edbb329f28771217d98c4044b5b85e88cb;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGenericDataSet.java b/vtk/src/vtk/vtkGenericDataSet.java index 84ff74ed..91447c57 100644 --- a/vtk/src/vtk/vtkGenericDataSet.java +++ b/vtk/src/vtk/vtkGenericDataSet.java @@ -1,142 +1,142 @@ -// java wrapper for vtkGenericDataSet object -// - -package vtk; -import vtk.*; - -public class vtkGenericDataSet extends vtkDataObject -{ - - 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 int GetNumberOfPoints_2(); - public int GetNumberOfPoints() - { return GetNumberOfPoints_2(); } - - private native int GetNumberOfCells_3(int id0); - public int GetNumberOfCells(int id0) - { return GetNumberOfCells_3(id0); } - - private native int GetCellDimension_4(); - public int GetCellDimension() - { return GetCellDimension_4(); } - - private native void GetCellTypes_5(vtkCellTypes id0); - public void GetCellTypes(vtkCellTypes id0) - { GetCellTypes_5(id0); } - - private native long NewCellIterator_6(int id0); - public vtkGenericCellIterator NewCellIterator(int id0) { - long temp = NewCellIterator_6(id0); - - if (temp == 0) return null; - return (vtkGenericCellIterator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long NewBoundaryIterator_7(int id0,int id1); - public vtkGenericCellIterator NewBoundaryIterator(int id0,int id1) { - long temp = NewBoundaryIterator_7(id0,id1); - - if (temp == 0) return null; - return (vtkGenericCellIterator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long NewPointIterator_8(); - public vtkGenericPointIterator NewPointIterator() { - long temp = NewPointIterator_8(); - - if (temp == 0) return null; - return (vtkGenericPointIterator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void FindPoint_9(double id0[],vtkGenericPointIterator id1); - public void FindPoint(double id0[],vtkGenericPointIterator id1) - { FindPoint_9(id0,id1); } - - private native int GetMTime_10(); - public int GetMTime() - { return GetMTime_10(); } - - private native void ComputeBounds_11(); - public void ComputeBounds() - { ComputeBounds_11(); } - - private native void GetBounds_12(double id0[]); - public void GetBounds(double id0[]) - { GetBounds_12(id0); } - - private native void GetCenter_13(double id0[]); - public void GetCenter(double id0[]) - { GetCenter_13(id0); } - - private native double GetLength_14(); - public double GetLength() - { return GetLength_14(); } - - private native long GetAttributes_15(); - public vtkGenericAttributeCollection GetAttributes() { - long temp = GetAttributes_15(); - - if (temp == 0) return null; - return (vtkGenericAttributeCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetAttributes_16(int id0); - public vtkDataSetAttributes GetAttributes(int id0) { - long temp = GetAttributes_16(id0); - - if (temp == 0) return null; - return (vtkDataSetAttributes)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetTessellator_17(vtkGenericCellTessellator id0); - public void SetTessellator(vtkGenericCellTessellator id0) - { SetTessellator_17(id0); } - - private native long GetTessellator_18(); - public vtkGenericCellTessellator GetTessellator() { - long temp = GetTessellator_18(); - - if (temp == 0) return null; - return (vtkGenericCellTessellator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetActualMemorySize_19(); - public int GetActualMemorySize() - { return GetActualMemorySize_19(); } - - private native int GetDataObjectType_20(); - public int GetDataObjectType() - { return GetDataObjectType_20(); } - - private native int GetEstimatedSize_21(); - public int GetEstimatedSize() - { return GetEstimatedSize_21(); } - - private native long GetData_22(vtkInformation id0); - public vtkGenericDataSet GetData(vtkInformation id0) { - long temp = GetData_22(id0); - - if (temp == 0) return null; - return (vtkGenericDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetData_23(vtkInformationVector id0,int id1); - public vtkGenericDataSet GetData(vtkInformationVector id0,int id1) { - long temp = GetData_23(id0,id1); - - if (temp == 0) return null; - return (vtkGenericDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkGenericDataSet() { super(); } - - public vtkGenericDataSet(long id) { super(id); } - -} +// java wrapper for vtkGenericDataSet object +// + +package vtk; +import vtk.*; + +public class vtkGenericDataSet extends vtkDataObject +{ + + 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 int GetNumberOfPoints_2(); + public int GetNumberOfPoints() + { return GetNumberOfPoints_2(); } + + private native int GetNumberOfCells_3(int id0); + public int GetNumberOfCells(int id0) + { return GetNumberOfCells_3(id0); } + + private native int GetCellDimension_4(); + public int GetCellDimension() + { return GetCellDimension_4(); } + + private native void GetCellTypes_5(vtkCellTypes id0); + public void GetCellTypes(vtkCellTypes id0) + { GetCellTypes_5(id0); } + + private native long NewCellIterator_6(int id0); + public vtkGenericCellIterator NewCellIterator(int id0) { + long temp = NewCellIterator_6(id0); + + if (temp == 0) return null; + return (vtkGenericCellIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long NewBoundaryIterator_7(int id0,int id1); + public vtkGenericCellIterator NewBoundaryIterator(int id0,int id1) { + long temp = NewBoundaryIterator_7(id0,id1); + + if (temp == 0) return null; + return (vtkGenericCellIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long NewPointIterator_8(); + public vtkGenericPointIterator NewPointIterator() { + long temp = NewPointIterator_8(); + + if (temp == 0) return null; + return (vtkGenericPointIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void FindPoint_9(double id0[],vtkGenericPointIterator id1); + public void FindPoint(double id0[],vtkGenericPointIterator id1) + { FindPoint_9(id0,id1); } + + private native int GetMTime_10(); + public int GetMTime() + { return GetMTime_10(); } + + private native void ComputeBounds_11(); + public void ComputeBounds() + { ComputeBounds_11(); } + + private native void GetBounds_12(double id0[]); + public void GetBounds(double id0[]) + { GetBounds_12(id0); } + + private native void GetCenter_13(double id0[]); + public void GetCenter(double id0[]) + { GetCenter_13(id0); } + + private native double GetLength_14(); + public double GetLength() + { return GetLength_14(); } + + private native long GetAttributes_15(); + public vtkGenericAttributeCollection GetAttributes() { + long temp = GetAttributes_15(); + + if (temp == 0) return null; + return (vtkGenericAttributeCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetAttributes_16(int id0); + public vtkDataSetAttributes GetAttributes(int id0) { + long temp = GetAttributes_16(id0); + + if (temp == 0) return null; + return (vtkDataSetAttributes)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetTessellator_17(vtkGenericCellTessellator id0); + public void SetTessellator(vtkGenericCellTessellator id0) + { SetTessellator_17(id0); } + + private native long GetTessellator_18(); + public vtkGenericCellTessellator GetTessellator() { + long temp = GetTessellator_18(); + + if (temp == 0) return null; + return (vtkGenericCellTessellator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetActualMemorySize_19(); + public int GetActualMemorySize() + { return GetActualMemorySize_19(); } + + private native int GetDataObjectType_20(); + public int GetDataObjectType() + { return GetDataObjectType_20(); } + + private native int GetEstimatedSize_21(); + public int GetEstimatedSize() + { return GetEstimatedSize_21(); } + + private native long GetData_22(vtkInformation id0); + public vtkGenericDataSet GetData(vtkInformation id0) { + long temp = GetData_22(id0); + + if (temp == 0) return null; + return (vtkGenericDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetData_23(vtkInformationVector id0,int id1); + public vtkGenericDataSet GetData(vtkInformationVector id0,int id1) { + long temp = GetData_23(id0,id1); + + if (temp == 0) return null; + return (vtkGenericDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkGenericDataSet() { super(); } + + public vtkGenericDataSet(long id) { super(id); } + +}