X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCellArray.java;h=7c443258223935bf1d813407b2502b28d52ef662;hb=7e8142b80067a2af52ceb5bdf3a9307756c1c78c;hp=26f5054800c91cdce5dc488662f8a9a374f86303;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCellArray.java b/vtk/src/vtk/vtkCellArray.java index 26f50548..7c443258 100644 --- a/vtk/src/vtk/vtkCellArray.java +++ b/vtk/src/vtk/vtkCellArray.java @@ -1,135 +1,135 @@ -// java wrapper for vtkCellArray object -// - -package vtk; -import vtk.*; - -public class vtkCellArray extends vtkObject -{ - - 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 Allocate_2(int id0,int id1); - public int Allocate(int id0,int id1) - { return Allocate_2(id0,id1); } - - private native void Initialize_3(); - public void Initialize() - { Initialize_3(); } - - private native int GetNumberOfCells_4(); - public int GetNumberOfCells() - { return GetNumberOfCells_4(); } - - private native void SetNumberOfCells_5(int id0); - public void SetNumberOfCells(int id0) - { SetNumberOfCells_5(id0); } - - private native int EstimateSize_6(int id0,int id1); - public int EstimateSize(int id0,int id1) - { return EstimateSize_6(id0,id1); } - - private native void InitTraversal_7(); - public void InitTraversal() - { InitTraversal_7(); } - - private native int GetNextCell_8(vtkIdList id0); - public int GetNextCell(vtkIdList id0) - { return GetNextCell_8(id0); } - - private native int GetSize_9(); - public int GetSize() - { return GetSize_9(); } - - private native int GetNumberOfConnectivityEntries_10(); - public int GetNumberOfConnectivityEntries() - { return GetNumberOfConnectivityEntries_10(); } - - private native void GetCell_11(int id0,vtkIdList id1); - public void GetCell(int id0,vtkIdList id1) - { GetCell_11(id0,id1); } - - private native int InsertNextCell_12(vtkCell id0); - public int InsertNextCell(vtkCell id0) - { return InsertNextCell_12(id0); } - - private native int InsertNextCell_13(vtkIdList id0); - public int InsertNextCell(vtkIdList id0) - { return InsertNextCell_13(id0); } - - private native int InsertNextCell_14(int id0); - public int InsertNextCell(int id0) - { return InsertNextCell_14(id0); } - - private native void InsertCellPoint_15(int id0); - public void InsertCellPoint(int id0) - { InsertCellPoint_15(id0); } - - private native void UpdateCellCount_16(int id0); - public void UpdateCellCount(int id0) - { UpdateCellCount_16(id0); } - - private native int GetInsertLocation_17(int id0); - public int GetInsertLocation(int id0) - { return GetInsertLocation_17(id0); } - - private native int GetTraversalLocation_18(); - public int GetTraversalLocation() - { return GetTraversalLocation_18(); } - - private native void SetTraversalLocation_19(int id0); - public void SetTraversalLocation(int id0) - { SetTraversalLocation_19(id0); } - - private native int GetTraversalLocation_20(int id0); - public int GetTraversalLocation(int id0) - { return GetTraversalLocation_20(id0); } - - private native void ReverseCell_21(int id0); - public void ReverseCell(int id0) - { ReverseCell_21(id0); } - - private native int GetMaxCellSize_22(); - public int GetMaxCellSize() - { return GetMaxCellSize_22(); } - - private native void SetCells_23(int id0,vtkIdTypeArray id1); - public void SetCells(int id0,vtkIdTypeArray id1) - { SetCells_23(id0,id1); } - - private native void DeepCopy_24(vtkCellArray id0); - public void DeepCopy(vtkCellArray id0) - { DeepCopy_24(id0); } - - private native long GetData_25(); - public vtkIdTypeArray GetData() { - long temp = GetData_25(); - - if (temp == 0) return null; - return (vtkIdTypeArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Reset_26(); - public void Reset() - { Reset_26(); } - - private native void Squeeze_27(); - public void Squeeze() - { Squeeze_27(); } - - private native int GetActualMemorySize_28(); - public int GetActualMemorySize() - { return GetActualMemorySize_28(); } - - public vtkCellArray() { super(); } - - public vtkCellArray(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCellArray object +// + +package vtk; +import vtk.*; + +public class vtkCellArray extends vtkObject +{ + + 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 Allocate_2(int id0,int id1); + public int Allocate(int id0,int id1) + { return Allocate_2(id0,id1); } + + private native void Initialize_3(); + public void Initialize() + { Initialize_3(); } + + private native int GetNumberOfCells_4(); + public int GetNumberOfCells() + { return GetNumberOfCells_4(); } + + private native void SetNumberOfCells_5(int id0); + public void SetNumberOfCells(int id0) + { SetNumberOfCells_5(id0); } + + private native int EstimateSize_6(int id0,int id1); + public int EstimateSize(int id0,int id1) + { return EstimateSize_6(id0,id1); } + + private native void InitTraversal_7(); + public void InitTraversal() + { InitTraversal_7(); } + + private native int GetNextCell_8(vtkIdList id0); + public int GetNextCell(vtkIdList id0) + { return GetNextCell_8(id0); } + + private native int GetSize_9(); + public int GetSize() + { return GetSize_9(); } + + private native int GetNumberOfConnectivityEntries_10(); + public int GetNumberOfConnectivityEntries() + { return GetNumberOfConnectivityEntries_10(); } + + private native void GetCell_11(int id0,vtkIdList id1); + public void GetCell(int id0,vtkIdList id1) + { GetCell_11(id0,id1); } + + private native int InsertNextCell_12(vtkCell id0); + public int InsertNextCell(vtkCell id0) + { return InsertNextCell_12(id0); } + + private native int InsertNextCell_13(vtkIdList id0); + public int InsertNextCell(vtkIdList id0) + { return InsertNextCell_13(id0); } + + private native int InsertNextCell_14(int id0); + public int InsertNextCell(int id0) + { return InsertNextCell_14(id0); } + + private native void InsertCellPoint_15(int id0); + public void InsertCellPoint(int id0) + { InsertCellPoint_15(id0); } + + private native void UpdateCellCount_16(int id0); + public void UpdateCellCount(int id0) + { UpdateCellCount_16(id0); } + + private native int GetInsertLocation_17(int id0); + public int GetInsertLocation(int id0) + { return GetInsertLocation_17(id0); } + + private native int GetTraversalLocation_18(); + public int GetTraversalLocation() + { return GetTraversalLocation_18(); } + + private native void SetTraversalLocation_19(int id0); + public void SetTraversalLocation(int id0) + { SetTraversalLocation_19(id0); } + + private native int GetTraversalLocation_20(int id0); + public int GetTraversalLocation(int id0) + { return GetTraversalLocation_20(id0); } + + private native void ReverseCell_21(int id0); + public void ReverseCell(int id0) + { ReverseCell_21(id0); } + + private native int GetMaxCellSize_22(); + public int GetMaxCellSize() + { return GetMaxCellSize_22(); } + + private native void SetCells_23(int id0,vtkIdTypeArray id1); + public void SetCells(int id0,vtkIdTypeArray id1) + { SetCells_23(id0,id1); } + + private native void DeepCopy_24(vtkCellArray id0); + public void DeepCopy(vtkCellArray id0) + { DeepCopy_24(id0); } + + private native long GetData_25(); + public vtkIdTypeArray GetData() { + long temp = GetData_25(); + + if (temp == 0) return null; + return (vtkIdTypeArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Reset_26(); + public void Reset() + { Reset_26(); } + + private native void Squeeze_27(); + public void Squeeze() + { Squeeze_27(); } + + private native int GetActualMemorySize_28(); + public int GetActualMemorySize() + { return GetActualMemorySize_28(); } + + public vtkCellArray() { super(); } + + public vtkCellArray(long id) { super(id); } + public native long VTKInit(); + +}