// java wrapper for vtkHyperTreeGridAxisCut object // package vtk; import vtk.*; public class vtkHyperTreeGridAxisCut extends vtkHyperTreeGridAlgorithm { 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 void SetPlaneNormalAxis_2(int id0); public void SetPlaneNormalAxis(int id0) { SetPlaneNormalAxis_2(id0); } private native int GetPlaneNormalAxisMinValue_3(); public int GetPlaneNormalAxisMinValue() { return GetPlaneNormalAxisMinValue_3(); } private native int GetPlaneNormalAxisMaxValue_4(); public int GetPlaneNormalAxisMaxValue() { return GetPlaneNormalAxisMaxValue_4(); } private native int GetPlaneNormalAxis_5(); public int GetPlaneNormalAxis() { return GetPlaneNormalAxis_5(); } private native void SetPlanePosition_6(double id0); public void SetPlanePosition(double id0) { SetPlanePosition_6(id0); } private native double GetPlanePosition_7(); public double GetPlanePosition() { return GetPlanePosition_7(); } public vtkHyperTreeGridAxisCut() { super(); } public vtkHyperTreeGridAxisCut(long id) { super(id); } public native long VTKInit(); }