1 // java wrapper for vtkSocket object
7 public class vtkSocket extends vtkObject
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native int GetConnected_2();
19 public int GetConnected()
20 { return GetConnected_2(); }
22 private native void CloseSocket_3();
23 public void CloseSocket()
26 private native int GetSocketDescriptor_4();
27 public int GetSocketDescriptor()
28 { return GetSocketDescriptor_4(); }
30 public vtkSocket() { super(); }
32 public vtkSocket(long id) { super(id); }