// java wrapper for vtkPointOccupancyFilter object // package vtk; import vtk.*; public class vtkPointOccupancyFilter extends vtkImageAlgorithm { 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 SetSampleDimensions_2(int id0,int id1,int id2); public void SetSampleDimensions(int id0,int id1,int id2) { SetSampleDimensions_2(id0,id1,id2); } private native void SetSampleDimensions_3(int id0[]); public void SetSampleDimensions(int id0[]) { SetSampleDimensions_3(id0); } private native int[] GetSampleDimensions_4(); public int[] GetSampleDimensions() { return GetSampleDimensions_4(); } private native void SetModelBounds_5(double id0,double id1,double id2,double id3,double id4,double id5); public void SetModelBounds(double id0,double id1,double id2,double id3,double id4,double id5) { SetModelBounds_5(id0,id1,id2,id3,id4,id5); } private native void SetModelBounds_6(double id0[]); public void SetModelBounds(double id0[]) { SetModelBounds_6(id0); } private native double[] GetModelBounds_7(); public double[] GetModelBounds() { return GetModelBounds_7(); } private native void SetEmptyValue_8(char id0); public void SetEmptyValue(char id0) { SetEmptyValue_8(id0); } private native int GetEmptyValue_9(); public int GetEmptyValue() { return GetEmptyValue_9(); } private native void SetOccupiedValue_10(char id0); public void SetOccupiedValue(char id0) { SetOccupiedValue_10(id0); } private native int GetOccupiedValue_11(); public int GetOccupiedValue() { return GetOccupiedValue_11(); } public vtkPointOccupancyFilter() { super(); } public vtkPointOccupancyFilter(long id) { super(id); } public native long VTKInit(); }