X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPolyDataMapper.java;h=c4415abefbbdaf218d7849e7cf916347b9b6b38d;hb=dad2672f12421f28805df9d97acf20d0a8efe71f;hp=317cecc6bc774818aafe8f417f3c5bcb3b95d576;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPolyDataMapper.java b/vtk/src/vtk/vtkPolyDataMapper.java index 317cecc6..c4415abe 100644 --- a/vtk/src/vtk/vtkPolyDataMapper.java +++ b/vtk/src/vtk/vtkPolyDataMapper.java @@ -1,107 +1,119 @@ -// java wrapper for vtkPolyDataMapper object -// - -package vtk; -import vtk.*; - -public class vtkPolyDataMapper extends vtkMapper -{ - - 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 RenderPiece_2(vtkRenderer id0,vtkActor id1); - public void RenderPiece(vtkRenderer id0,vtkActor id1) - { RenderPiece_2(id0,id1); } - - private native void Render_3(vtkRenderer id0,vtkActor id1); - public void Render(vtkRenderer id0,vtkActor id1) - { Render_3(id0,id1); } - - private native void SetInput_4(vtkPolyData id0); - public void SetInput(vtkPolyData id0) - { SetInput_4(id0); } - - private native long GetInput_5(); - public vtkPolyData GetInput() { - long temp = GetInput_5(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Update_6(); - public void Update() - { Update_6(); } - - private native void SetPiece_7(int id0); - public void SetPiece(int id0) - { SetPiece_7(id0); } - - private native int GetPiece_8(); - public int GetPiece() - { return GetPiece_8(); } - - private native void SetNumberOfPieces_9(int id0); - public void SetNumberOfPieces(int id0) - { SetNumberOfPieces_9(id0); } - - private native int GetNumberOfPieces_10(); - public int GetNumberOfPieces() - { return GetNumberOfPieces_10(); } - - private native void SetNumberOfSubPieces_11(int id0); - public void SetNumberOfSubPieces(int id0) - { SetNumberOfSubPieces_11(id0); } - - private native int GetNumberOfSubPieces_12(); - public int GetNumberOfSubPieces() - { return GetNumberOfSubPieces_12(); } - - private native void SetGhostLevel_13(int id0); - public void SetGhostLevel(int id0) - { SetGhostLevel_13(id0); } - - private native int GetGhostLevel_14(); - public int GetGhostLevel() - { return GetGhostLevel_14(); } - - private native double[] GetBounds_15(); - public double[] GetBounds() - { return GetBounds_15(); } - - private native void GetBounds_16(double id0[]); - public void GetBounds(double id0[]) - { GetBounds_16(id0); } - - private native void ShallowCopy_17(vtkAbstractMapper id0); - public void ShallowCopy(vtkAbstractMapper id0) - { ShallowCopy_17(id0); } - - private native void MapDataArrayToVertexAttribute_18(String id0,String id1,int id2,int id3); - public void MapDataArrayToVertexAttribute(String id0,String id1,int id2,int id3) - { MapDataArrayToVertexAttribute_18(id0,id1,id2,id3); } - - private native void MapDataArrayToMultiTextureAttribute_19(int id0,String id1,int id2,int id3); - public void MapDataArrayToMultiTextureAttribute(int id0,String id1,int id2,int id3) - { MapDataArrayToMultiTextureAttribute_19(id0,id1,id2,id3); } - - private native void RemoveVertexAttributeMapping_20(String id0); - public void RemoveVertexAttributeMapping(String id0) - { RemoveVertexAttributeMapping_20(id0); } - - private native void RemoveAllVertexAttributeMappings_21(); - public void RemoveAllVertexAttributeMappings() - { RemoveAllVertexAttributeMappings_21(); } - - public vtkPolyDataMapper() { super(); } - - public vtkPolyDataMapper(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPolyDataMapper object +// + +package vtk; +import vtk.*; + +public class vtkPolyDataMapper extends vtkMapper +{ + + 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 RenderPiece_2(vtkRenderer id0,vtkActor id1); + public void RenderPiece(vtkRenderer id0,vtkActor id1) + { RenderPiece_2(id0,id1); } + + private native void Render_3(vtkRenderer id0,vtkActor id1); + public void Render(vtkRenderer id0,vtkActor id1) + { Render_3(id0,id1); } + + private native void SetInputData_4(vtkPolyData id0); + public void SetInputData(vtkPolyData id0) + { SetInputData_4(id0); } + + private native long GetInput_5(); + public vtkPolyData GetInput() { + long temp = GetInput_5(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Update_6(int id0); + public void Update(int id0) + { Update_6(id0); } + + private native void Update_7(); + public void Update() + { Update_7(); } + + private native int Update_8(int id0,vtkInformationVector id1); + public int Update(int id0,vtkInformationVector id1) + { return Update_8(id0,id1); } + + private native int Update_9(vtkInformation id0); + public int Update(vtkInformation id0) + { return Update_9(id0); } + + private native void SetPiece_10(int id0); + public void SetPiece(int id0) + { SetPiece_10(id0); } + + private native int GetPiece_11(); + public int GetPiece() + { return GetPiece_11(); } + + private native void SetNumberOfPieces_12(int id0); + public void SetNumberOfPieces(int id0) + { SetNumberOfPieces_12(id0); } + + private native int GetNumberOfPieces_13(); + public int GetNumberOfPieces() + { return GetNumberOfPieces_13(); } + + private native void SetNumberOfSubPieces_14(int id0); + public void SetNumberOfSubPieces(int id0) + { SetNumberOfSubPieces_14(id0); } + + private native int GetNumberOfSubPieces_15(); + public int GetNumberOfSubPieces() + { return GetNumberOfSubPieces_15(); } + + private native void SetGhostLevel_16(int id0); + public void SetGhostLevel(int id0) + { SetGhostLevel_16(id0); } + + private native int GetGhostLevel_17(); + public int GetGhostLevel() + { return GetGhostLevel_17(); } + + private native double[] GetBounds_18(); + public double[] GetBounds() + { return GetBounds_18(); } + + private native void GetBounds_19(double id0[]); + public void GetBounds(double id0[]) + { GetBounds_19(id0); } + + private native void ShallowCopy_20(vtkAbstractMapper id0); + public void ShallowCopy(vtkAbstractMapper id0) + { ShallowCopy_20(id0); } + + private native void MapDataArrayToVertexAttribute_21(String id0,String id1,int id2,int id3); + public void MapDataArrayToVertexAttribute(String id0,String id1,int id2,int id3) + { MapDataArrayToVertexAttribute_21(id0,id1,id2,id3); } + + private native void MapDataArrayToMultiTextureAttribute_22(String id0,String id1,int id2,int id3); + public void MapDataArrayToMultiTextureAttribute(String id0,String id1,int id2,int id3) + { MapDataArrayToMultiTextureAttribute_22(id0,id1,id2,id3); } + + private native void RemoveVertexAttributeMapping_23(String id0); + public void RemoveVertexAttributeMapping(String id0) + { RemoveVertexAttributeMapping_23(id0); } + + private native void RemoveAllVertexAttributeMappings_24(); + public void RemoveAllVertexAttributeMappings() + { RemoveAllVertexAttributeMappings_24(); } + + public vtkPolyDataMapper() { super(); } + + public vtkPolyDataMapper(long id) { super(id); } + public native long VTKInit(); + +}