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