// java wrapper for vtkVoxelModeller object // package vtk; import vtk.*; public class vtkVoxelModeller 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 double ComputeModelBounds_2(double id0[],double id1[]); public double ComputeModelBounds(double id0[],double id1[]) { return ComputeModelBounds_2(id0,id1); } private native void SetSampleDimensions_3(int id0,int id1,int id2); public void SetSampleDimensions(int id0,int id1,int id2) { SetSampleDimensions_3(id0,id1,id2); } private native void SetSampleDimensions_4(int id0[]); public void SetSampleDimensions(int id0[]) { SetSampleDimensions_4(id0); } private native int[] GetSampleDimensions_5(); public int[] GetSampleDimensions() { return GetSampleDimensions_5(); } private native void SetMaximumDistance_6(double id0); public void SetMaximumDistance(double id0) { SetMaximumDistance_6(id0); } private native double GetMaximumDistanceMinValue_7(); public double GetMaximumDistanceMinValue() { return GetMaximumDistanceMinValue_7(); } private native double GetMaximumDistanceMaxValue_8(); public double GetMaximumDistanceMaxValue() { return GetMaximumDistanceMaxValue_8(); } private native double GetMaximumDistance_9(); public double GetMaximumDistance() { return GetMaximumDistance_9(); } private native void SetModelBounds_10(double id0[]); public void SetModelBounds(double id0[]) { SetModelBounds_10(id0); } private native void SetModelBounds_11(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_11(id0,id1,id2,id3,id4,id5); } private native double[] GetModelBounds_12(); public double[] GetModelBounds() { return GetModelBounds_12(); } private native void SetScalarType_13(int id0); public void SetScalarType(int id0) { SetScalarType_13(id0); } private native void SetScalarTypeToFloat_14(); public void SetScalarTypeToFloat() { SetScalarTypeToFloat_14(); } private native void SetScalarTypeToDouble_15(); public void SetScalarTypeToDouble() { SetScalarTypeToDouble_15(); } private native void SetScalarTypeToInt_16(); public void SetScalarTypeToInt() { SetScalarTypeToInt_16(); } private native void SetScalarTypeToUnsignedInt_17(); public void SetScalarTypeToUnsignedInt() { SetScalarTypeToUnsignedInt_17(); } private native void SetScalarTypeToLong_18(); public void SetScalarTypeToLong() { SetScalarTypeToLong_18(); } private native void SetScalarTypeToUnsignedLong_19(); public void SetScalarTypeToUnsignedLong() { SetScalarTypeToUnsignedLong_19(); } private native void SetScalarTypeToShort_20(); public void SetScalarTypeToShort() { SetScalarTypeToShort_20(); } private native void SetScalarTypeToUnsignedShort_21(); public void SetScalarTypeToUnsignedShort() { SetScalarTypeToUnsignedShort_21(); } private native void SetScalarTypeToUnsignedChar_22(); public void SetScalarTypeToUnsignedChar() { SetScalarTypeToUnsignedChar_22(); } private native void SetScalarTypeToChar_23(); public void SetScalarTypeToChar() { SetScalarTypeToChar_23(); } private native void SetScalarTypeToBit_24(); public void SetScalarTypeToBit() { SetScalarTypeToBit_24(); } private native int GetScalarType_25(); public int GetScalarType() { return GetScalarType_25(); } private native void SetForegroundValue_26(double id0); public void SetForegroundValue(double id0) { SetForegroundValue_26(id0); } private native double GetForegroundValue_27(); public double GetForegroundValue() { return GetForegroundValue_27(); } private native void SetBackgroundValue_28(double id0); public void SetBackgroundValue(double id0) { SetBackgroundValue_28(id0); } private native double GetBackgroundValue_29(); public double GetBackgroundValue() { return GetBackgroundValue_29(); } public vtkVoxelModeller() { super(); } public vtkVoxelModeller(long id) { super(id); } public native long VTKInit(); }