// 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(); }