// java wrapper for vtkExtractHistogram2D object // package vtk; import vtk.*; public class vtkExtractHistogram2D extends vtkStatisticsAlgorithm { 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 SetNumberOfBins_2(int id0,int id1); public void SetNumberOfBins(int id0,int id1) { SetNumberOfBins_2(id0,id1); } private native void SetNumberOfBins_3(int id0[]); public void SetNumberOfBins(int id0[]) { SetNumberOfBins_3(id0); } private native int[] GetNumberOfBins_4(); public int[] GetNumberOfBins() { return GetNumberOfBins_4(); } private native void SetComponentsToProcess_5(int id0,int id1); public void SetComponentsToProcess(int id0,int id1) { SetComponentsToProcess_5(id0,id1); } private native void SetComponentsToProcess_6(int id0[]); public void SetComponentsToProcess(int id0[]) { SetComponentsToProcess_6(id0); } private native int[] GetComponentsToProcess_7(); public int[] GetComponentsToProcess() { return GetComponentsToProcess_7(); } private native void SetCustomHistogramExtents_8(double id0,double id1,double id2,double id3); public void SetCustomHistogramExtents(double id0,double id1,double id2,double id3) { SetCustomHistogramExtents_8(id0,id1,id2,id3); } private native void SetCustomHistogramExtents_9(double id0[]); public void SetCustomHistogramExtents(double id0[]) { SetCustomHistogramExtents_9(id0); } private native double[] GetCustomHistogramExtents_10(); public double[] GetCustomHistogramExtents() { return GetCustomHistogramExtents_10(); } private native void SetUseCustomHistogramExtents_11(int id0); public void SetUseCustomHistogramExtents(int id0) { SetUseCustomHistogramExtents_11(id0); } private native int GetUseCustomHistogramExtents_12(); public int GetUseCustomHistogramExtents() { return GetUseCustomHistogramExtents_12(); } private native void UseCustomHistogramExtentsOn_13(); public void UseCustomHistogramExtentsOn() { UseCustomHistogramExtentsOn_13(); } private native void UseCustomHistogramExtentsOff_14(); public void UseCustomHistogramExtentsOff() { UseCustomHistogramExtentsOff_14(); } private native void SetScalarType_15(int id0); public void SetScalarType(int id0) { SetScalarType_15(id0); } private native void SetScalarTypeToUnsignedInt_16(); public void SetScalarTypeToUnsignedInt() { SetScalarTypeToUnsignedInt_16(); } private native void SetScalarTypeToUnsignedLong_17(); public void SetScalarTypeToUnsignedLong() { SetScalarTypeToUnsignedLong_17(); } private native void SetScalarTypeToUnsignedShort_18(); public void SetScalarTypeToUnsignedShort() { SetScalarTypeToUnsignedShort_18(); } private native void SetScalarTypeToUnsignedChar_19(); public void SetScalarTypeToUnsignedChar() { SetScalarTypeToUnsignedChar_19(); } private native void SetScalarTypeToFloat_20(); public void SetScalarTypeToFloat() { SetScalarTypeToFloat_20(); } private native void SetScalarTypeToDouble_21(); public void SetScalarTypeToDouble() { SetScalarTypeToDouble_21(); } private native int GetScalarType_22(); public int GetScalarType() { return GetScalarType_22(); } private native double GetMaximumBinCount_23(); public double GetMaximumBinCount() { return GetMaximumBinCount_23(); } private native int GetBinRange_24(int id0,int id1,double id2[]); public int GetBinRange(int id0,int id1,double id2[]) { return GetBinRange_24(id0,id1,id2); } private native int GetBinRange_25(int id0,double id1[]); public int GetBinRange(int id0,double id1[]) { return GetBinRange_25(id0,id1); } private native void GetBinWidth_26(double id0[]); public void GetBinWidth(double id0[]) { GetBinWidth_26(id0); } private native long GetOutputHistogramImage_27(); public vtkImageData GetOutputHistogramImage() { long temp = GetOutputHistogramImage_27(); if (temp == 0) return null; return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSwapColumns_28(int id0); public void SetSwapColumns(int id0) { SetSwapColumns_28(id0); } private native int GetSwapColumns_29(); public int GetSwapColumns() { return GetSwapColumns_29(); } private native void SwapColumnsOn_30(); public void SwapColumnsOn() { SwapColumnsOn_30(); } private native void SwapColumnsOff_31(); public void SwapColumnsOff() { SwapColumnsOff_31(); } private native void SetRowMask_32(vtkDataArray id0); public void SetRowMask(vtkDataArray id0) { SetRowMask_32(id0); } private native long GetRowMask_33(); public vtkDataArray GetRowMask() { long temp = GetRowMask_33(); if (temp == 0) return null; return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void Aggregate_34(vtkDataObjectCollection id0,vtkMultiBlockDataSet id1); public void Aggregate(vtkDataObjectCollection id0,vtkMultiBlockDataSet id1) { Aggregate_34(id0,id1); } public vtkExtractHistogram2D() { super(); } public vtkExtractHistogram2D(long id) { super(id); } public native long VTKInit(); }