// java wrapper for vtkDensifyPointCloudFilter object // package vtk; import vtk.*; public class vtkDensifyPointCloudFilter 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 SetNeighborhoodType_2(int id0); public void SetNeighborhoodType(int id0) { SetNeighborhoodType_2(id0); } private native int GetNeighborhoodType_3(); public int GetNeighborhoodType() { return GetNeighborhoodType_3(); } private native void SetNeighborhoodTypeToRadius_4(); public void SetNeighborhoodTypeToRadius() { SetNeighborhoodTypeToRadius_4(); } private native void SetNeighborhoodTypeToNClosest_5(); public void SetNeighborhoodTypeToNClosest() { SetNeighborhoodTypeToNClosest_5(); } private native void SetRadius_6(double id0); public void SetRadius(double id0) { SetRadius_6(id0); } private native double GetRadiusMinValue_7(); public double GetRadiusMinValue() { return GetRadiusMinValue_7(); } private native double GetRadiusMaxValue_8(); public double GetRadiusMaxValue() { return GetRadiusMaxValue_8(); } private native double GetRadius_9(); public double GetRadius() { return GetRadius_9(); } private native void SetNumberOfClosestPoints_10(int id0); public void SetNumberOfClosestPoints(int id0) { SetNumberOfClosestPoints_10(id0); } private native int GetNumberOfClosestPointsMinValue_11(); public int GetNumberOfClosestPointsMinValue() { return GetNumberOfClosestPointsMinValue_11(); } private native int GetNumberOfClosestPointsMaxValue_12(); public int GetNumberOfClosestPointsMaxValue() { return GetNumberOfClosestPointsMaxValue_12(); } private native int GetNumberOfClosestPoints_13(); public int GetNumberOfClosestPoints() { return GetNumberOfClosestPoints_13(); } private native void SetTargetDistance_14(double id0); public void SetTargetDistance(double id0) { SetTargetDistance_14(id0); } private native double GetTargetDistanceMinValue_15(); public double GetTargetDistanceMinValue() { return GetTargetDistanceMinValue_15(); } private native double GetTargetDistanceMaxValue_16(); public double GetTargetDistanceMaxValue() { return GetTargetDistanceMaxValue_16(); } private native double GetTargetDistance_17(); public double GetTargetDistance() { return GetTargetDistance_17(); } private native void SetMaximumNumberOfIterations_18(int id0); public void SetMaximumNumberOfIterations(int id0) { SetMaximumNumberOfIterations_18(id0); } private native int GetMaximumNumberOfIterationsMinValue_19(); public int GetMaximumNumberOfIterationsMinValue() { return GetMaximumNumberOfIterationsMinValue_19(); } private native int GetMaximumNumberOfIterationsMaxValue_20(); public int GetMaximumNumberOfIterationsMaxValue() { return GetMaximumNumberOfIterationsMaxValue_20(); } private native int GetMaximumNumberOfIterations_21(); public int GetMaximumNumberOfIterations() { return GetMaximumNumberOfIterations_21(); } private native void SetMaximumNumberOfPoints_22(int id0); public void SetMaximumNumberOfPoints(int id0) { SetMaximumNumberOfPoints_22(id0); } private native int GetMaximumNumberOfPointsMinValue_23(); public int GetMaximumNumberOfPointsMinValue() { return GetMaximumNumberOfPointsMinValue_23(); } private native int GetMaximumNumberOfPointsMaxValue_24(); public int GetMaximumNumberOfPointsMaxValue() { return GetMaximumNumberOfPointsMaxValue_24(); } private native int GetMaximumNumberOfPoints_25(); public int GetMaximumNumberOfPoints() { return GetMaximumNumberOfPoints_25(); } private native void SetInterpolateAttributeData_26(boolean id0); public void SetInterpolateAttributeData(boolean id0) { SetInterpolateAttributeData_26(id0); } private native boolean GetInterpolateAttributeData_27(); public boolean GetInterpolateAttributeData() { return GetInterpolateAttributeData_27(); } private native void InterpolateAttributeDataOn_28(); public void InterpolateAttributeDataOn() { InterpolateAttributeDataOn_28(); } private native void InterpolateAttributeDataOff_29(); public void InterpolateAttributeDataOff() { InterpolateAttributeDataOff_29(); } public vtkDensifyPointCloudFilter() { super(); } public vtkDensifyPointCloudFilter(long id) { super(id); } public native long VTKInit(); }