// java wrapper for vtkVoronoi2D object // package vtk; import vtk.*; public class vtkVoronoi2D extends vtkPolyDataAlgorithm { 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 SetPadding_2(double id0); public void SetPadding(double id0) { SetPadding_2(id0); } private native double GetPaddingMinValue_3(); public double GetPaddingMinValue() { return GetPaddingMinValue_3(); } private native double GetPaddingMaxValue_4(); public double GetPaddingMaxValue() { return GetPaddingMaxValue_4(); } private native double GetPadding_5(); public double GetPadding() { return GetPadding_5(); } private native void SetGenerateScalars_6(int id0); public void SetGenerateScalars(int id0) { SetGenerateScalars_6(id0); } private native int GetGenerateScalars_7(); public int GetGenerateScalars() { return GetGenerateScalars_7(); } private native void SetGenerateScalarsToNone_8(); public void SetGenerateScalarsToNone() { SetGenerateScalarsToNone_8(); } private native void SetGenerateScalarsToPointIds_9(); public void SetGenerateScalarsToPointIds() { SetGenerateScalarsToPointIds_9(); } private native void SetGenerateScalarsToThreadIds_10(); public void SetGenerateScalarsToThreadIds() { SetGenerateScalarsToThreadIds_10(); } private native void SetTransform_11(vtkAbstractTransform id0); public void SetTransform(vtkAbstractTransform id0) { SetTransform_11(id0); } private native long GetTransform_12(); public vtkAbstractTransform GetTransform() { long temp = GetTransform_12(); if (temp == 0) return null; return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetProjectionPlaneMode_13(int id0); public void SetProjectionPlaneMode(int id0) { SetProjectionPlaneMode_13(id0); } private native int GetProjectionPlaneModeMinValue_14(); public int GetProjectionPlaneModeMinValue() { return GetProjectionPlaneModeMinValue_14(); } private native int GetProjectionPlaneModeMaxValue_15(); public int GetProjectionPlaneModeMaxValue() { return GetProjectionPlaneModeMaxValue_15(); } private native int GetProjectionPlaneMode_16(); public int GetProjectionPlaneMode() { return GetProjectionPlaneMode_16(); } private native void SetProjectionPlaneModeToXYPlane_17(); public void SetProjectionPlaneModeToXYPlane() { SetProjectionPlaneModeToXYPlane_17(); } private native void SetProjectionPlaneModeToSpecifiedTransformPlane_18(); public void SetProjectionPlaneModeToSpecifiedTransformPlane() { SetProjectionPlaneModeToSpecifiedTransformPlane_18(); } private native void SetProjectionPlaneModeToBestFittingPlane_19(); public void SetProjectionPlaneModeToBestFittingPlane() { SetProjectionPlaneModeToBestFittingPlane_19(); } private native void SetPointOfInterest_20(int id0); public void SetPointOfInterest(int id0) { SetPointOfInterest_20(id0); } private native int GetPointOfInterestMinValue_21(); public int GetPointOfInterestMinValue() { return GetPointOfInterestMinValue_21(); } private native int GetPointOfInterestMaxValue_22(); public int GetPointOfInterestMaxValue() { return GetPointOfInterestMaxValue_22(); } private native int GetPointOfInterest_23(); public int GetPointOfInterest() { return GetPointOfInterest_23(); } private native void SetMaximumNumberOfTileClips_24(int id0); public void SetMaximumNumberOfTileClips(int id0) { SetMaximumNumberOfTileClips_24(id0); } private native int GetMaximumNumberOfTileClipsMinValue_25(); public int GetMaximumNumberOfTileClipsMinValue() { return GetMaximumNumberOfTileClipsMinValue_25(); } private native int GetMaximumNumberOfTileClipsMaxValue_26(); public int GetMaximumNumberOfTileClipsMaxValue() { return GetMaximumNumberOfTileClipsMaxValue_26(); } private native int GetMaximumNumberOfTileClips_27(); public int GetMaximumNumberOfTileClips() { return GetMaximumNumberOfTileClips_27(); } private native long GetLocator_28(); public vtkStaticPointLocator2D GetLocator() { long temp = GetLocator_28(); if (temp == 0) return null; return (vtkStaticPointLocator2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGenerateVoronoiFlower_29(int id0); public void SetGenerateVoronoiFlower(int id0) { SetGenerateVoronoiFlower_29(id0); } private native int GetGenerateVoronoiFlower_30(); public int GetGenerateVoronoiFlower() { return GetGenerateVoronoiFlower_30(); } private native void GenerateVoronoiFlowerOn_31(); public void GenerateVoronoiFlowerOn() { GenerateVoronoiFlowerOn_31(); } private native void GenerateVoronoiFlowerOff_32(); public void GenerateVoronoiFlowerOff() { GenerateVoronoiFlowerOff_32(); } private native long GetSpheres_33(); public vtkSpheres GetSpheres() { long temp = GetSpheres_33(); if (temp == 0) return null; return (vtkSpheres)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfThreadsUsed_34(); public int GetNumberOfThreadsUsed() { return GetNumberOfThreadsUsed_34(); } private native int GetMTime_35(); public int GetMTime() { return GetMTime_35(); } public vtkVoronoi2D() { super(); } public vtkVoronoi2D(long id) { super(id); } public native long VTKInit(); }