// java wrapper for vtkCellSizeFilter object // package vtk; import vtk.*; public class vtkCellSizeFilter extends vtkPassInputTypeAlgorithm { 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 SetComputeVertexCount_2(boolean id0); public void SetComputeVertexCount(boolean id0) { SetComputeVertexCount_2(id0); } private native boolean GetComputeVertexCount_3(); public boolean GetComputeVertexCount() { return GetComputeVertexCount_3(); } private native void ComputeVertexCountOn_4(); public void ComputeVertexCountOn() { ComputeVertexCountOn_4(); } private native void ComputeVertexCountOff_5(); public void ComputeVertexCountOff() { ComputeVertexCountOff_5(); } private native void SetComputeLength_6(boolean id0); public void SetComputeLength(boolean id0) { SetComputeLength_6(id0); } private native boolean GetComputeLength_7(); public boolean GetComputeLength() { return GetComputeLength_7(); } private native void ComputeLengthOn_8(); public void ComputeLengthOn() { ComputeLengthOn_8(); } private native void ComputeLengthOff_9(); public void ComputeLengthOff() { ComputeLengthOff_9(); } private native void SetComputeArea_10(boolean id0); public void SetComputeArea(boolean id0) { SetComputeArea_10(id0); } private native boolean GetComputeArea_11(); public boolean GetComputeArea() { return GetComputeArea_11(); } private native void ComputeAreaOn_12(); public void ComputeAreaOn() { ComputeAreaOn_12(); } private native void ComputeAreaOff_13(); public void ComputeAreaOff() { ComputeAreaOff_13(); } private native void SetComputeVolume_14(boolean id0); public void SetComputeVolume(boolean id0) { SetComputeVolume_14(id0); } private native boolean GetComputeVolume_15(); public boolean GetComputeVolume() { return GetComputeVolume_15(); } private native void ComputeVolumeOn_16(); public void ComputeVolumeOn() { ComputeVolumeOn_16(); } private native void ComputeVolumeOff_17(); public void ComputeVolumeOff() { ComputeVolumeOff_17(); } private native void SetComputeSum_18(boolean id0); public void SetComputeSum(boolean id0) { SetComputeSum_18(id0); } private native boolean GetComputeSum_19(); public boolean GetComputeSum() { return GetComputeSum_19(); } private native void ComputeSumOn_20(); public void ComputeSumOn() { ComputeSumOn_20(); } private native void ComputeSumOff_21(); public void ComputeSumOff() { ComputeSumOff_21(); } private native void SetVertexCountArrayName_22(String id0); public void SetVertexCountArrayName(String id0) { SetVertexCountArrayName_22(id0); } private native String GetVertexCountArrayName_23(); public String GetVertexCountArrayName() { return GetVertexCountArrayName_23(); } private native void SetLengthArrayName_24(String id0); public void SetLengthArrayName(String id0) { SetLengthArrayName_24(id0); } private native String GetLengthArrayName_25(); public String GetLengthArrayName() { return GetLengthArrayName_25(); } private native void SetAreaArrayName_26(String id0); public void SetAreaArrayName(String id0) { SetAreaArrayName_26(id0); } private native String GetAreaArrayName_27(); public String GetAreaArrayName() { return GetAreaArrayName_27(); } private native void SetVolumeArrayName_28(String id0); public void SetVolumeArrayName(String id0) { SetVolumeArrayName_28(id0); } private native String GetVolumeArrayName_29(); public String GetVolumeArrayName() { return GetVolumeArrayName_29(); } public vtkCellSizeFilter() { super(); } public vtkCellSizeFilter(long id) { super(id); } public native long VTKInit(); }