// java wrapper for vtkHierarchicalGraphPipeline object // package vtk; import vtk.*; public class vtkHierarchicalGraphPipeline extends vtkObject { 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 long GetActor_2(); public vtkActor GetActor() { long temp = GetActor_2(); if (temp == 0) return null; return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetLabelActor_3(); public vtkActor2D GetLabelActor() { long temp = GetLabelActor_3(); if (temp == 0) return null; return (vtkActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetBundlingStrength_4(double id0); public void SetBundlingStrength(double id0) { SetBundlingStrength_4(id0); } private native double GetBundlingStrength_5(); public double GetBundlingStrength() { return GetBundlingStrength_5(); } private native void SetLabelArrayName_6(String id0); public void SetLabelArrayName(String id0) { SetLabelArrayName_6(id0); } private native String GetLabelArrayName_7(); public String GetLabelArrayName() { return GetLabelArrayName_7(); } private native void SetLabelVisibility_8(boolean id0); public void SetLabelVisibility(boolean id0) { SetLabelVisibility_8(id0); } private native boolean GetLabelVisibility_9(); public boolean GetLabelVisibility() { return GetLabelVisibility_9(); } private native void LabelVisibilityOn_10(); public void LabelVisibilityOn() { LabelVisibilityOn_10(); } private native void LabelVisibilityOff_11(); public void LabelVisibilityOff() { LabelVisibilityOff_11(); } private native void SetLabelTextProperty_12(vtkTextProperty id0); public void SetLabelTextProperty(vtkTextProperty id0) { SetLabelTextProperty_12(id0); } private native long GetLabelTextProperty_13(); public vtkTextProperty GetLabelTextProperty() { long temp = GetLabelTextProperty_13(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetColorArrayName_14(String id0); public void SetColorArrayName(String id0) { SetColorArrayName_14(id0); } private native String GetColorArrayName_15(); public String GetColorArrayName() { return GetColorArrayName_15(); } private native void SetColorEdgesByArray_16(boolean id0); public void SetColorEdgesByArray(boolean id0) { SetColorEdgesByArray_16(id0); } private native boolean GetColorEdgesByArray_17(); public boolean GetColorEdgesByArray() { return GetColorEdgesByArray_17(); } private native void ColorEdgesByArrayOn_18(); public void ColorEdgesByArrayOn() { ColorEdgesByArrayOn_18(); } private native void ColorEdgesByArrayOff_19(); public void ColorEdgesByArrayOff() { ColorEdgesByArrayOff_19(); } private native void SetVisibility_20(boolean id0); public void SetVisibility(boolean id0) { SetVisibility_20(id0); } private native boolean GetVisibility_21(); public boolean GetVisibility() { return GetVisibility_21(); } private native void VisibilityOn_22(); public void VisibilityOn() { VisibilityOn_22(); } private native void VisibilityOff_23(); public void VisibilityOff() { VisibilityOff_23(); } private native long ConvertSelection_24(vtkDataRepresentation id0,vtkSelection id1); public vtkSelection ConvertSelection(vtkDataRepresentation id0,vtkSelection id1) { long temp = ConvertSelection_24(id0,id1); if (temp == 0) return null; return (vtkSelection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void PrepareInputConnections_25(vtkAlgorithmOutput id0,vtkAlgorithmOutput id1,vtkAlgorithmOutput id2); public void PrepareInputConnections(vtkAlgorithmOutput id0,vtkAlgorithmOutput id1,vtkAlgorithmOutput id2) { PrepareInputConnections_25(id0,id1,id2); } private native void ApplyViewTheme_26(vtkViewTheme id0); public void ApplyViewTheme(vtkViewTheme id0) { ApplyViewTheme_26(id0); } private native void SetHoverArrayName_27(String id0); public void SetHoverArrayName(String id0) { SetHoverArrayName_27(id0); } private native String GetHoverArrayName_28(); public String GetHoverArrayName() { return GetHoverArrayName_28(); } private native void SetSplineType_29(int id0); public void SetSplineType(int id0) { SetSplineType_29(id0); } private native int GetSplineType_30(); public int GetSplineType() { return GetSplineType_30(); } private native void RegisterProgress_31(vtkRenderView id0); public void RegisterProgress(vtkRenderView id0) { RegisterProgress_31(id0); } public vtkHierarchicalGraphPipeline() { super(); } public vtkHierarchicalGraphPipeline(long id) { super(id); } public native long VTKInit(); }