// java wrapper for vtkImageReslice object // package vtk; import vtk.*; public class vtkImageReslice extends vtkThreadedImageAlgorithm { 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 SetResliceAxes_2(vtkMatrix4x4 id0); public void SetResliceAxes(vtkMatrix4x4 id0) { SetResliceAxes_2(id0); } private native long GetResliceAxes_3(); public vtkMatrix4x4 GetResliceAxes() { long temp = GetResliceAxes_3(); if (temp == 0) return null; return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetResliceAxesDirectionCosines_4(double id0,double id1,double id2,double id3,double id4,double id5,double id6,double id7,double id8); public void SetResliceAxesDirectionCosines(double id0,double id1,double id2,double id3,double id4,double id5,double id6,double id7,double id8) { SetResliceAxesDirectionCosines_4(id0,id1,id2,id3,id4,id5,id6,id7,id8); } private native void SetResliceAxesDirectionCosines_5(double id0[],double id1[],double id2[]); public void SetResliceAxesDirectionCosines(double id0[],double id1[],double id2[]) { SetResliceAxesDirectionCosines_5(id0,id1,id2); } private native void SetResliceAxesDirectionCosines_6(double id0[]); public void SetResliceAxesDirectionCosines(double id0[]) { SetResliceAxesDirectionCosines_6(id0); } private native void GetResliceAxesDirectionCosines_7(double id0[],double id1[],double id2[]); public void GetResliceAxesDirectionCosines(double id0[],double id1[],double id2[]) { GetResliceAxesDirectionCosines_7(id0,id1,id2); } private native void GetResliceAxesDirectionCosines_8(double id0[]); public void GetResliceAxesDirectionCosines(double id0[]) { GetResliceAxesDirectionCosines_8(id0); } private native double[] GetResliceAxesDirectionCosines_9(); public double[] GetResliceAxesDirectionCosines() { return GetResliceAxesDirectionCosines_9(); } private native void SetResliceAxesOrigin_10(double id0,double id1,double id2); public void SetResliceAxesOrigin(double id0,double id1,double id2) { SetResliceAxesOrigin_10(id0,id1,id2); } private native void SetResliceAxesOrigin_11(double id0[]); public void SetResliceAxesOrigin(double id0[]) { SetResliceAxesOrigin_11(id0); } private native void GetResliceAxesOrigin_12(double id0[]); public void GetResliceAxesOrigin(double id0[]) { GetResliceAxesOrigin_12(id0); } private native double[] GetResliceAxesOrigin_13(); public double[] GetResliceAxesOrigin() { return GetResliceAxesOrigin_13(); } private native void SetResliceTransform_14(vtkAbstractTransform id0); public void SetResliceTransform(vtkAbstractTransform id0) { SetResliceTransform_14(id0); } private native long GetResliceTransform_15(); public vtkAbstractTransform GetResliceTransform() { long temp = GetResliceTransform_15(); if (temp == 0) return null; return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetInformationInput_16(vtkImageData id0); public void SetInformationInput(vtkImageData id0) { SetInformationInput_16(id0); } private native long GetInformationInput_17(); public vtkImageData GetInformationInput() { long temp = GetInformationInput_17(); if (temp == 0) return null; return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTransformInputSampling_18(int id0); public void SetTransformInputSampling(int id0) { SetTransformInputSampling_18(id0); } private native void TransformInputSamplingOn_19(); public void TransformInputSamplingOn() { TransformInputSamplingOn_19(); } private native void TransformInputSamplingOff_20(); public void TransformInputSamplingOff() { TransformInputSamplingOff_20(); } private native int GetTransformInputSampling_21(); public int GetTransformInputSampling() { return GetTransformInputSampling_21(); } private native void SetAutoCropOutput_22(int id0); public void SetAutoCropOutput(int id0) { SetAutoCropOutput_22(id0); } private native void AutoCropOutputOn_23(); public void AutoCropOutputOn() { AutoCropOutputOn_23(); } private native void AutoCropOutputOff_24(); public void AutoCropOutputOff() { AutoCropOutputOff_24(); } private native int GetAutoCropOutput_25(); public int GetAutoCropOutput() { return GetAutoCropOutput_25(); } private native void SetWrap_26(int id0); public void SetWrap(int id0) { SetWrap_26(id0); } private native int GetWrap_27(); public int GetWrap() { return GetWrap_27(); } private native void WrapOn_28(); public void WrapOn() { WrapOn_28(); } private native void WrapOff_29(); public void WrapOff() { WrapOff_29(); } private native void SetMirror_30(int id0); public void SetMirror(int id0) { SetMirror_30(id0); } private native int GetMirror_31(); public int GetMirror() { return GetMirror_31(); } private native void MirrorOn_32(); public void MirrorOn() { MirrorOn_32(); } private native void MirrorOff_33(); public void MirrorOff() { MirrorOff_33(); } private native void SetBorder_34(int id0); public void SetBorder(int id0) { SetBorder_34(id0); } private native int GetBorder_35(); public int GetBorder() { return GetBorder_35(); } private native void BorderOn_36(); public void BorderOn() { BorderOn_36(); } private native void BorderOff_37(); public void BorderOff() { BorderOff_37(); } private native void SetBorderThickness_38(double id0); public void SetBorderThickness(double id0) { SetBorderThickness_38(id0); } private native double GetBorderThickness_39(); public double GetBorderThickness() { return GetBorderThickness_39(); } private native void SetInterpolationMode_40(int id0); public void SetInterpolationMode(int id0) { SetInterpolationMode_40(id0); } private native int GetInterpolationModeMinValue_41(); public int GetInterpolationModeMinValue() { return GetInterpolationModeMinValue_41(); } private native int GetInterpolationModeMaxValue_42(); public int GetInterpolationModeMaxValue() { return GetInterpolationModeMaxValue_42(); } private native int GetInterpolationMode_43(); public int GetInterpolationMode() { return GetInterpolationMode_43(); } private native void SetInterpolationModeToNearestNeighbor_44(); public void SetInterpolationModeToNearestNeighbor() { SetInterpolationModeToNearestNeighbor_44(); } private native void SetInterpolationModeToLinear_45(); public void SetInterpolationModeToLinear() { SetInterpolationModeToLinear_45(); } private native void SetInterpolationModeToCubic_46(); public void SetInterpolationModeToCubic() { SetInterpolationModeToCubic_46(); } private native String GetInterpolationModeAsString_47(); public String GetInterpolationModeAsString() { return GetInterpolationModeAsString_47(); } private native void SetInterpolator_48(vtkAbstractImageInterpolator id0); public void SetInterpolator(vtkAbstractImageInterpolator id0) { SetInterpolator_48(id0); } private native long GetInterpolator_49(); public vtkAbstractImageInterpolator GetInterpolator() { long temp = GetInterpolator_49(); if (temp == 0) return null; return (vtkAbstractImageInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSlabMode_50(int id0); public void SetSlabMode(int id0) { SetSlabMode_50(id0); } private native int GetSlabModeMinValue_51(); public int GetSlabModeMinValue() { return GetSlabModeMinValue_51(); } private native int GetSlabModeMaxValue_52(); public int GetSlabModeMaxValue() { return GetSlabModeMaxValue_52(); } private native int GetSlabMode_53(); public int GetSlabMode() { return GetSlabMode_53(); } private native void SetSlabModeToMin_54(); public void SetSlabModeToMin() { SetSlabModeToMin_54(); } private native void SetSlabModeToMax_55(); public void SetSlabModeToMax() { SetSlabModeToMax_55(); } private native void SetSlabModeToMean_56(); public void SetSlabModeToMean() { SetSlabModeToMean_56(); } private native void SetSlabModeToSum_57(); public void SetSlabModeToSum() { SetSlabModeToSum_57(); } private native String GetSlabModeAsString_58(); public String GetSlabModeAsString() { return GetSlabModeAsString_58(); } private native void SetSlabNumberOfSlices_59(int id0); public void SetSlabNumberOfSlices(int id0) { SetSlabNumberOfSlices_59(id0); } private native int GetSlabNumberOfSlices_60(); public int GetSlabNumberOfSlices() { return GetSlabNumberOfSlices_60(); } private native void SetSlabTrapezoidIntegration_61(int id0); public void SetSlabTrapezoidIntegration(int id0) { SetSlabTrapezoidIntegration_61(id0); } private native void SlabTrapezoidIntegrationOn_62(); public void SlabTrapezoidIntegrationOn() { SlabTrapezoidIntegrationOn_62(); } private native void SlabTrapezoidIntegrationOff_63(); public void SlabTrapezoidIntegrationOff() { SlabTrapezoidIntegrationOff_63(); } private native int GetSlabTrapezoidIntegration_64(); public int GetSlabTrapezoidIntegration() { return GetSlabTrapezoidIntegration_64(); } private native void SetSlabSliceSpacingFraction_65(double id0); public void SetSlabSliceSpacingFraction(double id0) { SetSlabSliceSpacingFraction_65(id0); } private native double GetSlabSliceSpacingFraction_66(); public double GetSlabSliceSpacingFraction() { return GetSlabSliceSpacingFraction_66(); } private native void SetOptimization_67(int id0); public void SetOptimization(int id0) { SetOptimization_67(id0); } private native int GetOptimization_68(); public int GetOptimization() { return GetOptimization_68(); } private native void OptimizationOn_69(); public void OptimizationOn() { OptimizationOn_69(); } private native void OptimizationOff_70(); public void OptimizationOff() { OptimizationOff_70(); } private native void SetScalarShift_71(double id0); public void SetScalarShift(double id0) { SetScalarShift_71(id0); } private native double GetScalarShift_72(); public double GetScalarShift() { return GetScalarShift_72(); } private native void SetScalarScale_73(double id0); public void SetScalarScale(double id0) { SetScalarScale_73(id0); } private native double GetScalarScale_74(); public double GetScalarScale() { return GetScalarScale_74(); } private native void SetOutputScalarType_75(int id0); public void SetOutputScalarType(int id0) { SetOutputScalarType_75(id0); } private native int GetOutputScalarType_76(); public int GetOutputScalarType() { return GetOutputScalarType_76(); } private native void SetBackgroundColor_77(double id0,double id1,double id2,double id3); public void SetBackgroundColor(double id0,double id1,double id2,double id3) { SetBackgroundColor_77(id0,id1,id2,id3); } private native void SetBackgroundColor_78(double id0[]); public void SetBackgroundColor(double id0[]) { SetBackgroundColor_78(id0); } private native double[] GetBackgroundColor_79(); public double[] GetBackgroundColor() { return GetBackgroundColor_79(); } private native void SetBackgroundLevel_80(double id0); public void SetBackgroundLevel(double id0) { SetBackgroundLevel_80(id0); } private native double GetBackgroundLevel_81(); public double GetBackgroundLevel() { return GetBackgroundLevel_81(); } private native void SetOutputSpacing_82(double id0,double id1,double id2); public void SetOutputSpacing(double id0,double id1,double id2) { SetOutputSpacing_82(id0,id1,id2); } private native void SetOutputSpacing_83(double id0[]); public void SetOutputSpacing(double id0[]) { SetOutputSpacing_83(id0); } private native double[] GetOutputSpacing_84(); public double[] GetOutputSpacing() { return GetOutputSpacing_84(); } private native void SetOutputSpacingToDefault_85(); public void SetOutputSpacingToDefault() { SetOutputSpacingToDefault_85(); } private native void SetOutputOrigin_86(double id0,double id1,double id2); public void SetOutputOrigin(double id0,double id1,double id2) { SetOutputOrigin_86(id0,id1,id2); } private native void SetOutputOrigin_87(double id0[]); public void SetOutputOrigin(double id0[]) { SetOutputOrigin_87(id0); } private native double[] GetOutputOrigin_88(); public double[] GetOutputOrigin() { return GetOutputOrigin_88(); } private native void SetOutputOriginToDefault_89(); public void SetOutputOriginToDefault() { SetOutputOriginToDefault_89(); } private native void SetOutputExtent_90(int id0,int id1,int id2,int id3,int id4,int id5); public void SetOutputExtent(int id0,int id1,int id2,int id3,int id4,int id5) { SetOutputExtent_90(id0,id1,id2,id3,id4,id5); } private native void SetOutputExtent_91(int id0[]); public void SetOutputExtent(int id0[]) { SetOutputExtent_91(id0); } private native int[] GetOutputExtent_92(); public int[] GetOutputExtent() { return GetOutputExtent_92(); } private native void SetOutputExtentToDefault_93(); public void SetOutputExtentToDefault() { SetOutputExtentToDefault_93(); } private native void SetOutputDimensionality_94(int id0); public void SetOutputDimensionality(int id0) { SetOutputDimensionality_94(id0); } private native int GetOutputDimensionality_95(); public int GetOutputDimensionality() { return GetOutputDimensionality_95(); } private native int GetMTime_96(); public int GetMTime() { return GetMTime_96(); } private native void ReportReferences_97(vtkGarbageCollector id0); public void ReportReferences(vtkGarbageCollector id0) { ReportReferences_97(id0); } private native void SetInterpolate_98(int id0); public void SetInterpolate(int id0) { SetInterpolate_98(id0); } private native void InterpolateOn_99(); public void InterpolateOn() { InterpolateOn_99(); } private native void InterpolateOff_100(); public void InterpolateOff() { InterpolateOff_100(); } private native int GetInterpolate_101(); public int GetInterpolate() { return GetInterpolate_101(); } private native void SetStencilData_102(vtkImageStencilData id0); public void SetStencilData(vtkImageStencilData id0) { SetStencilData_102(id0); } private native long GetStencil_103(); public vtkImageStencilData GetStencil() { long temp = GetStencil_103(); if (temp == 0) return null; return (vtkImageStencilData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGenerateStencilOutput_104(int id0); public void SetGenerateStencilOutput(int id0) { SetGenerateStencilOutput_104(id0); } private native int GetGenerateStencilOutput_105(); public int GetGenerateStencilOutput() { return GetGenerateStencilOutput_105(); } private native void GenerateStencilOutputOn_106(); public void GenerateStencilOutputOn() { GenerateStencilOutputOn_106(); } private native void GenerateStencilOutputOff_107(); public void GenerateStencilOutputOff() { GenerateStencilOutputOff_107(); } private native long GetStencilOutputPort_108(); public vtkAlgorithmOutput GetStencilOutputPort() { long temp = GetStencilOutputPort_108(); if (temp == 0) return null; return (vtkAlgorithmOutput)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetStencilOutput_109(); public vtkImageStencilData GetStencilOutput() { long temp = GetStencilOutput_109(); if (temp == 0) return null; return (vtkImageStencilData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetStencilOutput_110(vtkImageStencilData id0); public void SetStencilOutput(vtkImageStencilData id0) { SetStencilOutput_110(id0); } public vtkImageReslice() { super(); } public vtkImageReslice(long id) { super(id); } public native long VTKInit(); }