]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDIMACSGraphReader.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkDIMACSGraphReader.java
1 // java wrapper for vtkDIMACSGraphReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDIMACSGraphReader extends vtkGraphAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native String GetFileName_2();
19   public String GetFileName()
20     { return GetFileName_2(); }
21
22   private native void SetFileName_3(String id0);
23   public void SetFileName(String id0)
24     { SetFileName_3(id0); }
25
26   private native String GetVertexAttributeArrayName_4();
27   public String GetVertexAttributeArrayName()
28     { return GetVertexAttributeArrayName_4(); }
29
30   private native void SetVertexAttributeArrayName_5(String id0);
31   public void SetVertexAttributeArrayName(String id0)
32     { SetVertexAttributeArrayName_5(id0); }
33
34   private native String GetEdgeAttributeArrayName_6();
35   public String GetEdgeAttributeArrayName()
36     { return GetEdgeAttributeArrayName_6(); }
37
38   private native void SetEdgeAttributeArrayName_7(String id0);
39   public void SetEdgeAttributeArrayName(String id0)
40     { SetEdgeAttributeArrayName_7(id0); }
41
42   public vtkDIMACSGraphReader() { super(); }
43
44   public vtkDIMACSGraphReader(long id) { super(id); }
45   public native long   VTKInit();
46
47 }