]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDirectedGraph.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkDirectedGraph.java
1 // java wrapper for vtkDirectedGraph object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDirectedGraph extends vtkGraph
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 int GetDataObjectType_2();
19   public int GetDataObjectType()
20     { return GetDataObjectType_2(); }
21
22   private native long GetData_3(vtkInformation id0);
23   public vtkDirectedGraph GetData(vtkInformation id0) {
24     long temp = GetData_3(id0);
25
26     if (temp == 0) return null;
27     return (vtkDirectedGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native long GetData_4(vtkInformationVector id0,int id1);
31   public vtkDirectedGraph GetData(vtkInformationVector id0,int id1) {
32     long temp = GetData_4(id0,id1);
33
34     if (temp == 0) return null;
35     return (vtkDirectedGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native boolean IsStructureValid_5(vtkGraph id0);
39   public boolean IsStructureValid(vtkGraph id0)
40     { return IsStructureValid_5(id0); }
41
42   public vtkDirectedGraph() { super(); }
43
44   public vtkDirectedGraph(long id) { super(id); }
45   public native long   VTKInit();
46
47 }