1 // java wrapper for vtkEdgePoints object
7 public class vtkEdgePoints extends vtkPolyDataAlgorithm
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 void SetValue_2(double id0);
19 public void SetValue(double id0)
22 private native double GetValue_3();
23 public double GetValue()
24 { return GetValue_3(); }
26 public vtkEdgePoints() { super(); }
28 public vtkEdgePoints(long id) { super(id); }
29 public native long VTKInit();