// java wrapper for vtkDirectedGraph object // package vtk; import vtk.*; public class vtkDirectedGraph extends vtkGraph { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native int GetDataObjectType_2(); public int GetDataObjectType() { return GetDataObjectType_2(); } private native long GetData_3(vtkInformation id0); public vtkDirectedGraph GetData(vtkInformation id0) { long temp = GetData_3(id0); if (temp == 0) return null; return (vtkDirectedGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_4(vtkInformationVector id0,int id1); public vtkDirectedGraph GetData(vtkInformationVector id0,int id1) { long temp = GetData_4(id0,id1); if (temp == 0) return null; return (vtkDirectedGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native boolean IsStructureValid_5(vtkGraph id0); public boolean IsStructureValid(vtkGraph id0) { return IsStructureValid_5(id0); } public vtkDirectedGraph() { super(); } public vtkDirectedGraph(long id) { super(id); } public native long VTKInit(); }