X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCellTypes.java;h=0f40e0309e132f9d90d93505baf997b6c48247d3;hb=7531a473ca1fa611ae1a1b84b09f89effd4fa919;hp=26a716f9acf5f5006b138c918141e2cba7f9bcde;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCellTypes.java b/vtk/src/vtk/vtkCellTypes.java index 26a716f9..0f40e030 100644 --- a/vtk/src/vtk/vtkCellTypes.java +++ b/vtk/src/vtk/vtkCellTypes.java @@ -1,91 +1,95 @@ -// java wrapper for vtkCellTypes object -// - -package vtk; -import vtk.*; - -public class vtkCellTypes 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 InsertCell_3(int id0,char id1,int id2); - public void InsertCell(int id0,char id1,int id2) - { InsertCell_3(id0,id1,id2); } - - private native int InsertNextCell_4(char id0,int id1); - public int InsertNextCell(char id0,int id1) - { return InsertNextCell_4(id0,id1); } - - private native void SetCellTypes_5(int id0,vtkUnsignedCharArray id1,vtkIntArray id2); - public void SetCellTypes(int id0,vtkUnsignedCharArray id1,vtkIntArray id2) - { SetCellTypes_5(id0,id1,id2); } - - private native int GetCellLocation_6(int id0); - public int GetCellLocation(int id0) - { return GetCellLocation_6(id0); } - - private native void DeleteCell_7(int id0); - public void DeleteCell(int id0) - { DeleteCell_7(id0); } - - private native int GetNumberOfTypes_8(); - public int GetNumberOfTypes() - { return GetNumberOfTypes_8(); } - - private native int IsType_9(char id0); - public int IsType(char id0) - { return IsType_9(id0); } - - private native int InsertNextType_10(char id0); - public int InsertNextType(char id0) - { return InsertNextType_10(id0); } - - private native int GetCellType_11(int id0); - public int GetCellType(int id0) - { return GetCellType_11(id0); } - - private native void Squeeze_12(); - public void Squeeze() - { Squeeze_12(); } - - private native void Reset_13(); - public void Reset() - { Reset_13(); } - - private native int GetActualMemorySize_14(); - public int GetActualMemorySize() - { return GetActualMemorySize_14(); } - - private native void DeepCopy_15(vtkCellTypes id0); - public void DeepCopy(vtkCellTypes id0) - { DeepCopy_15(id0); } - - private native String GetClassNameFromTypeId_16(int id0); - public String GetClassNameFromTypeId(int id0) - { return GetClassNameFromTypeId_16(id0); } - - private native int GetTypeIdFromClassName_17(String id0); - public int GetTypeIdFromClassName(String id0) - { return GetTypeIdFromClassName_17(id0); } - - private native int IsLinear_18(char id0); - public int IsLinear(char id0) - { return IsLinear_18(id0); } - - public vtkCellTypes() { super(); } - - public vtkCellTypes(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCellTypes object +// + +package vtk; +import vtk.*; + +public class vtkCellTypes 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 InsertCell_3(int id0,char id1,int id2); + public void InsertCell(int id0,char id1,int id2) + { InsertCell_3(id0,id1,id2); } + + private native int InsertNextCell_4(char id0,int id1); + public int InsertNextCell(char id0,int id1) + { return InsertNextCell_4(id0,id1); } + + private native void SetCellTypes_5(int id0,vtkUnsignedCharArray id1,vtkIdTypeArray id2); + public void SetCellTypes(int id0,vtkUnsignedCharArray id1,vtkIdTypeArray id2) + { SetCellTypes_5(id0,id1,id2); } + + private native void SetCellTypes_6(int id0,vtkUnsignedCharArray id1,vtkIntArray id2); + public void SetCellTypes(int id0,vtkUnsignedCharArray id1,vtkIntArray id2) + { SetCellTypes_6(id0,id1,id2); } + + private native int GetCellLocation_7(int id0); + public int GetCellLocation(int id0) + { return GetCellLocation_7(id0); } + + private native void DeleteCell_8(int id0); + public void DeleteCell(int id0) + { DeleteCell_8(id0); } + + private native int GetNumberOfTypes_9(); + public int GetNumberOfTypes() + { return GetNumberOfTypes_9(); } + + private native int IsType_10(char id0); + public int IsType(char id0) + { return IsType_10(id0); } + + private native int InsertNextType_11(char id0); + public int InsertNextType(char id0) + { return InsertNextType_11(id0); } + + private native int GetCellType_12(int id0); + public int GetCellType(int id0) + { return GetCellType_12(id0); } + + private native void Squeeze_13(); + public void Squeeze() + { Squeeze_13(); } + + private native void Reset_14(); + public void Reset() + { Reset_14(); } + + private native int GetActualMemorySize_15(); + public int GetActualMemorySize() + { return GetActualMemorySize_15(); } + + private native void DeepCopy_16(vtkCellTypes id0); + public void DeepCopy(vtkCellTypes id0) + { DeepCopy_16(id0); } + + private native String GetClassNameFromTypeId_17(int id0); + public String GetClassNameFromTypeId(int id0) + { return GetClassNameFromTypeId_17(id0); } + + private native int GetTypeIdFromClassName_18(String id0); + public int GetTypeIdFromClassName(String id0) + { return GetTypeIdFromClassName_18(id0); } + + private native int IsLinear_19(char id0); + public int IsLinear(char id0) + { return IsLinear_19(id0); } + + public vtkCellTypes() { super(); } + + public vtkCellTypes(long id) { super(id); } + public native long VTKInit(); + +}