// java wrapper for vtkLassoStencilSource object // package vtk; import vtk.*; public class vtkLassoStencilSource extends vtkImageStencilSource { 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 GetShape_2(); public int GetShape() { return GetShape_2(); } private native void SetShape_3(int id0); public void SetShape(int id0) { SetShape_3(id0); } private native int GetShapeMinValue_4(); public int GetShapeMinValue() { return GetShapeMinValue_4(); } private native int GetShapeMaxValue_5(); public int GetShapeMaxValue() { return GetShapeMaxValue_5(); } private native void SetShapeToPolygon_6(); public void SetShapeToPolygon() { SetShapeToPolygon_6(); } private native void SetShapeToSpline_7(); public void SetShapeToSpline() { SetShapeToSpline_7(); } private native String GetShapeAsString_8(); public String GetShapeAsString() { return GetShapeAsString_8(); } private native void SetPoints_9(vtkPoints id0); public void SetPoints(vtkPoints id0) { SetPoints_9(id0); } private native long GetPoints_10(); public vtkPoints GetPoints() { long temp = GetPoints_10(); if (temp == 0) return null; return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetSliceOrientation_11(); public int GetSliceOrientation() { return GetSliceOrientation_11(); } private native void SetSliceOrientation_12(int id0); public void SetSliceOrientation(int id0) { SetSliceOrientation_12(id0); } private native int GetSliceOrientationMinValue_13(); public int GetSliceOrientationMinValue() { return GetSliceOrientationMinValue_13(); } private native int GetSliceOrientationMaxValue_14(); public int GetSliceOrientationMaxValue() { return GetSliceOrientationMaxValue_14(); } private native void SetSlicePoints_15(int id0,vtkPoints id1); public void SetSlicePoints(int id0,vtkPoints id1) { SetSlicePoints_15(id0,id1); } private native long GetSlicePoints_16(int id0); public vtkPoints GetSlicePoints(int id0) { long temp = GetSlicePoints_16(id0); if (temp == 0) return null; return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void RemoveAllSlicePoints_17(); public void RemoveAllSlicePoints() { RemoveAllSlicePoints_17(); } private native int GetMTime_18(); public int GetMTime() { return GetMTime_18(); } public vtkLassoStencilSource() { super(); } public vtkLassoStencilSource(long id) { super(id); } public native long VTKInit(); }