// java wrapper for vtkHardwareSelector object // package vtk; import vtk.*; public class vtkHardwareSelector 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 void SetRenderer_2(vtkRenderer id0); public void SetRenderer(vtkRenderer id0) { SetRenderer_2(id0); } private native long GetRenderer_3(); public vtkRenderer GetRenderer() { long temp = GetRenderer_3(); if (temp == 0) return null; return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetArea_4(int id0,int id1,int id2,int id3); public void SetArea(int id0,int id1,int id2,int id3) { SetArea_4(id0,id1,id2,id3); } private native void SetFieldAssociation_5(int id0); public void SetFieldAssociation(int id0) { SetFieldAssociation_5(id0); } private native int GetFieldAssociation_6(); public int GetFieldAssociation() { return GetFieldAssociation_6(); } private native long Select_7(); public vtkSelection Select() { long temp = Select_7(); if (temp == 0) return null; return (vtkSelection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native boolean CaptureBuffers_8(); public boolean CaptureBuffers() { return CaptureBuffers_8(); } private native void ClearBuffers_9(); public void ClearBuffers() { ClearBuffers_9(); } private native void RenderCompositeIndex_10(int id0); public void RenderCompositeIndex(int id0) { RenderCompositeIndex_10(id0); } private native void RenderAttributeId_11(int id0); public void RenderAttributeId(int id0) { RenderAttributeId_11(id0); } private native void BeginRenderProp_12(); public void BeginRenderProp() { BeginRenderProp_12(); } private native void EndRenderProp_13(); public void EndRenderProp() { EndRenderProp_13(); } private native void SetProcessID_14(int id0); public void SetProcessID(int id0) { SetProcessID_14(id0); } private native int GetProcessID_15(); public int GetProcessID() { return GetProcessID_15(); } private native int GetCurrentPass_16(); public int GetCurrentPass() { return GetCurrentPass_16(); } private native long GenerateSelection_17(); public vtkSelection GenerateSelection() { long temp = GenerateSelection_17(); if (temp == 0) return null; return (vtkSelection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GenerateSelection_18(int id0,int id1,int id2,int id3); public vtkSelection GenerateSelection(int id0,int id1,int id2,int id3) { long temp = GenerateSelection_18(id0,id1,id2,id3); if (temp == 0) return null; return (vtkSelection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetPropFromID_19(int id0); public vtkProp GetPropFromID(int id0) { long temp = GetPropFromID_19(id0); if (temp == 0) return null; return (vtkProp)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkHardwareSelector() { super(); } public vtkHardwareSelector(long id) { super(id); } public native long VTKInit(); }