// java wrapper for vtkImageConnectivityFilter object // package vtk; import vtk.*; public class vtkImageConnectivityFilter 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 SetSeedConnection_2(vtkAlgorithmOutput id0); public void SetSeedConnection(vtkAlgorithmOutput id0) { SetSeedConnection_2(id0); } private native long GetSeedConnection_3(); public vtkAlgorithmOutput GetSeedConnection() { long temp = GetSeedConnection_3(); if (temp == 0) return null; return (vtkAlgorithmOutput)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSeedData_4(vtkDataSet id0); public void SetSeedData(vtkDataSet id0) { SetSeedData_4(id0); } private native void SetStencilConnection_5(vtkAlgorithmOutput id0); public void SetStencilConnection(vtkAlgorithmOutput id0) { SetStencilConnection_5(id0); } private native long GetStencilConnection_6(); public vtkAlgorithmOutput GetStencilConnection() { long temp = GetStencilConnection_6(); if (temp == 0) return null; return (vtkAlgorithmOutput)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetStencilData_7(vtkImageStencilData id0); public void SetStencilData(vtkImageStencilData id0) { SetStencilData_7(id0); } private native void SetLabelScalarTypeToUnsignedChar_8(); public void SetLabelScalarTypeToUnsignedChar() { SetLabelScalarTypeToUnsignedChar_8(); } private native void SetLabelScalarTypeToShort_9(); public void SetLabelScalarTypeToShort() { SetLabelScalarTypeToShort_9(); } private native void SetLabelScalarTypeToUnsignedShort_10(); public void SetLabelScalarTypeToUnsignedShort() { SetLabelScalarTypeToUnsignedShort_10(); } private native void SetLabelScalarTypeToInt_11(); public void SetLabelScalarTypeToInt() { SetLabelScalarTypeToInt_11(); } private native String GetLabelScalarTypeAsString_12(); public String GetLabelScalarTypeAsString() { return GetLabelScalarTypeAsString_12(); } private native void SetLabelScalarType_13(int id0); public void SetLabelScalarType(int id0) { SetLabelScalarType_13(id0); } private native int GetLabelScalarType_14(); public int GetLabelScalarType() { return GetLabelScalarType_14(); } private native void SetLabelModeToSeedScalar_15(); public void SetLabelModeToSeedScalar() { SetLabelModeToSeedScalar_15(); } private native void SetLabelModeToConstantValue_16(); public void SetLabelModeToConstantValue() { SetLabelModeToConstantValue_16(); } private native void SetLabelModeToSizeRank_17(); public void SetLabelModeToSizeRank() { SetLabelModeToSizeRank_17(); } private native String GetLabelModeAsString_18(); public String GetLabelModeAsString() { return GetLabelModeAsString_18(); } private native void SetLabelMode_19(int id0); public void SetLabelMode(int id0) { SetLabelMode_19(id0); } private native int GetLabelMode_20(); public int GetLabelMode() { return GetLabelMode_20(); } private native void SetExtractionModeToSeededRegions_21(); public void SetExtractionModeToSeededRegions() { SetExtractionModeToSeededRegions_21(); } private native void SetExtractionModeToAllRegions_22(); public void SetExtractionModeToAllRegions() { SetExtractionModeToAllRegions_22(); } private native void SetExtractionModeToLargestRegion_23(); public void SetExtractionModeToLargestRegion() { SetExtractionModeToLargestRegion_23(); } private native String GetExtractionModeAsString_24(); public String GetExtractionModeAsString() { return GetExtractionModeAsString_24(); } private native void SetExtractionMode_25(int id0); public void SetExtractionMode(int id0) { SetExtractionMode_25(id0); } private native int GetExtractionMode_26(); public int GetExtractionMode() { return GetExtractionMode_26(); } private native void SetLabelConstantValue_27(int id0); public void SetLabelConstantValue(int id0) { SetLabelConstantValue_27(id0); } private native int GetLabelConstantValue_28(); public int GetLabelConstantValue() { return GetLabelConstantValue_28(); } private native int GetNumberOfExtractedRegions_29(); public int GetNumberOfExtractedRegions() { return GetNumberOfExtractedRegions_29(); } private native long GetExtractedRegionLabels_30(); public vtkIdTypeArray GetExtractedRegionLabels() { long temp = GetExtractedRegionLabels_30(); if (temp == 0) return null; return (vtkIdTypeArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetExtractedRegionSizes_31(); public vtkIdTypeArray GetExtractedRegionSizes() { long temp = GetExtractedRegionSizes_31(); if (temp == 0) return null; return (vtkIdTypeArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetExtractedRegionSeedIds_32(); public vtkIdTypeArray GetExtractedRegionSeedIds() { long temp = GetExtractedRegionSeedIds_32(); if (temp == 0) return null; return (vtkIdTypeArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetExtractedRegionExtents_33(); public vtkIntArray GetExtractedRegionExtents() { long temp = GetExtractedRegionExtents_33(); if (temp == 0) return null; return (vtkIntArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGenerateRegionExtents_34(int id0); public void SetGenerateRegionExtents(int id0) { SetGenerateRegionExtents_34(id0); } private native void GenerateRegionExtentsOn_35(); public void GenerateRegionExtentsOn() { GenerateRegionExtentsOn_35(); } private native void GenerateRegionExtentsOff_36(); public void GenerateRegionExtentsOff() { GenerateRegionExtentsOff_36(); } private native int GetGenerateRegionExtents_37(); public int GetGenerateRegionExtents() { return GetGenerateRegionExtents_37(); } private native void SetSizeRange_38(int id0,int id1); public void SetSizeRange(int id0,int id1) { SetSizeRange_38(id0,id1); } private native void SetSizeRange_39(int id0[]); public void SetSizeRange(int id0[]) { SetSizeRange_39(id0); } private native int[] GetSizeRange_40(); public int[] GetSizeRange() { return GetSizeRange_40(); } private native void SetScalarRange_41(double id0,double id1); public void SetScalarRange(double id0,double id1) { SetScalarRange_41(id0,id1); } private native void SetScalarRange_42(double id0[]); public void SetScalarRange(double id0[]) { SetScalarRange_42(id0); } private native double[] GetScalarRange_43(); public double[] GetScalarRange() { return GetScalarRange_43(); } private native void SetActiveComponent_44(int id0); public void SetActiveComponent(int id0) { SetActiveComponent_44(id0); } private native int GetActiveComponent_45(); public int GetActiveComponent() { return GetActiveComponent_45(); } public vtkImageConnectivityFilter() { super(); } public vtkImageConnectivityFilter(long id) { super(id); } public native long VTKInit(); }