// java wrapper for vtkImageReslice object // package vtk; import vtk.*; public class vtkImageReslice extends vtkThreadedImageAlgorithm { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } 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)vtkObject.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)vtkObject.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)vtkObject.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 SetInterpolationMode_38(int id0); public void SetInterpolationMode(int id0) { SetInterpolationMode_38(id0); } private native int GetInterpolationModeMinValue_39(); public int GetInterpolationModeMinValue() { return GetInterpolationModeMinValue_39(); } private native int GetInterpolationModeMaxValue_40(); public int GetInterpolationModeMaxValue() { return GetInterpolationModeMaxValue_40(); } private native int GetInterpolationMode_41(); public int GetInterpolationMode() { return GetInterpolationMode_41(); } private native void SetInterpolationModeToNearestNeighbor_42(); public void SetInterpolationModeToNearestNeighbor() { SetInterpolationModeToNearestNeighbor_42(); } private native void SetInterpolationModeToLinear_43(); public void SetInterpolationModeToLinear() { SetInterpolationModeToLinear_43(); } private native void SetInterpolationModeToCubic_44(); public void SetInterpolationModeToCubic() { SetInterpolationModeToCubic_44(); } private native String GetInterpolationModeAsString_45(); public String GetInterpolationModeAsString() { return GetInterpolationModeAsString_45(); } private native void SetInterpolator_46(vtkAbstractImageInterpolator id0); public void SetInterpolator(vtkAbstractImageInterpolator id0) { SetInterpolator_46(id0); } private native long GetInterpolator_47(); public vtkAbstractImageInterpolator GetInterpolator() { long temp = GetInterpolator_47(); if (temp == 0) return null; return (vtkAbstractImageInterpolator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSlabMode_48(int id0); public void SetSlabMode(int id0) { SetSlabMode_48(id0); } private native int GetSlabModeMinValue_49(); public int GetSlabModeMinValue() { return GetSlabModeMinValue_49(); } private native int GetSlabModeMaxValue_50(); public int GetSlabModeMaxValue() { return GetSlabModeMaxValue_50(); } private native int GetSlabMode_51(); public int GetSlabMode() { return GetSlabMode_51(); } private native void SetSlabModeToMin_52(); public void SetSlabModeToMin() { SetSlabModeToMin_52(); } private native void SetSlabModeToMax_53(); public void SetSlabModeToMax() { SetSlabModeToMax_53(); } private native void SetSlabModeToMean_54(); public void SetSlabModeToMean() { SetSlabModeToMean_54(); } private native void SetSlabModeToSum_55(); public void SetSlabModeToSum() { SetSlabModeToSum_55(); } private native String GetSlabModeAsString_56(); public String GetSlabModeAsString() { return GetSlabModeAsString_56(); } private native void SetSlabNumberOfSlices_57(int id0); public void SetSlabNumberOfSlices(int id0) { SetSlabNumberOfSlices_57(id0); } private native int GetSlabNumberOfSlices_58(); public int GetSlabNumberOfSlices() { return GetSlabNumberOfSlices_58(); } private native void SetSlabTrapezoidIntegration_59(int id0); public void SetSlabTrapezoidIntegration(int id0) { SetSlabTrapezoidIntegration_59(id0); } private native void SlabTrapezoidIntegrationOn_60(); public void SlabTrapezoidIntegrationOn() { SlabTrapezoidIntegrationOn_60(); } private native void SlabTrapezoidIntegrationOff_61(); public void SlabTrapezoidIntegrationOff() { SlabTrapezoidIntegrationOff_61(); } private native int GetSlabTrapezoidIntegration_62(); public int GetSlabTrapezoidIntegration() { return GetSlabTrapezoidIntegration_62(); } private native void SetOptimization_63(int id0); public void SetOptimization(int id0) { SetOptimization_63(id0); } private native int GetOptimization_64(); public int GetOptimization() { return GetOptimization_64(); } private native void OptimizationOn_65(); public void OptimizationOn() { OptimizationOn_65(); } private native void OptimizationOff_66(); public void OptimizationOff() { OptimizationOff_66(); } private native void SetBackgroundColor_67(double id0,double id1,double id2,double id3); public void SetBackgroundColor(double id0,double id1,double id2,double id3) { SetBackgroundColor_67(id0,id1,id2,id3); } private native void SetBackgroundColor_68(double id0[]); public void SetBackgroundColor(double id0[]) { SetBackgroundColor_68(id0); } private native double[] GetBackgroundColor_69(); public double[] GetBackgroundColor() { return GetBackgroundColor_69(); } private native void SetBackgroundLevel_70(double id0); public void SetBackgroundLevel(double id0) { SetBackgroundLevel_70(id0); } private native double GetBackgroundLevel_71(); public double GetBackgroundLevel() { return GetBackgroundLevel_71(); } private native void SetOutputSpacing_72(double id0,double id1,double id2); public void SetOutputSpacing(double id0,double id1,double id2) { SetOutputSpacing_72(id0,id1,id2); } private native void SetOutputSpacing_73(double id0[]); public void SetOutputSpacing(double id0[]) { SetOutputSpacing_73(id0); } private native double[] GetOutputSpacing_74(); public double[] GetOutputSpacing() { return GetOutputSpacing_74(); } private native void SetOutputSpacingToDefault_75(); public void SetOutputSpacingToDefault() { SetOutputSpacingToDefault_75(); } private native void SetOutputOrigin_76(double id0,double id1,double id2); public void SetOutputOrigin(double id0,double id1,double id2) { SetOutputOrigin_76(id0,id1,id2); } private native void SetOutputOrigin_77(double id0[]); public void SetOutputOrigin(double id0[]) { SetOutputOrigin_77(id0); } private native double[] GetOutputOrigin_78(); public double[] GetOutputOrigin() { return GetOutputOrigin_78(); } private native void SetOutputOriginToDefault_79(); public void SetOutputOriginToDefault() { SetOutputOriginToDefault_79(); } private native void SetOutputExtent_80(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_80(id0,id1,id2,id3,id4,id5); } private native void SetOutputExtent_81(int id0[]); public void SetOutputExtent(int id0[]) { SetOutputExtent_81(id0); } private native int[] GetOutputExtent_82(); public int[] GetOutputExtent() { return GetOutputExtent_82(); } private native void SetOutputExtentToDefault_83(); public void SetOutputExtentToDefault() { SetOutputExtentToDefault_83(); } private native void SetOutputDimensionality_84(int id0); public void SetOutputDimensionality(int id0) { SetOutputDimensionality_84(id0); } private native int GetOutputDimensionality_85(); public int GetOutputDimensionality() { return GetOutputDimensionality_85(); } private native int GetMTime_86(); public int GetMTime() { return GetMTime_86(); } private native void ReportReferences_87(vtkGarbageCollector id0); public void ReportReferences(vtkGarbageCollector id0) { ReportReferences_87(id0); } private native void SetInterpolate_88(int id0); public void SetInterpolate(int id0) { SetInterpolate_88(id0); } private native void InterpolateOn_89(); public void InterpolateOn() { InterpolateOn_89(); } private native void InterpolateOff_90(); public void InterpolateOff() { InterpolateOff_90(); } private native int GetInterpolate_91(); public int GetInterpolate() { return GetInterpolate_91(); } private native void SetStencil_92(vtkImageStencilData id0); public void SetStencil(vtkImageStencilData id0) { SetStencil_92(id0); } private native long GetStencil_93(); public vtkImageStencilData GetStencil() { long temp = GetStencil_93(); if (temp == 0) return null; return (vtkImageStencilData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGenerateStencilOutput_94(int id0); public void SetGenerateStencilOutput(int id0) { SetGenerateStencilOutput_94(id0); } private native int GetGenerateStencilOutput_95(); public int GetGenerateStencilOutput() { return GetGenerateStencilOutput_95(); } private native void GenerateStencilOutputOn_96(); public void GenerateStencilOutputOn() { GenerateStencilOutputOn_96(); } private native void GenerateStencilOutputOff_97(); public void GenerateStencilOutputOff() { GenerateStencilOutputOff_97(); } private native long GetStencilOutputPort_98(); public vtkAlgorithmOutput GetStencilOutputPort() { long temp = GetStencilOutputPort_98(); if (temp == 0) return null; return (vtkAlgorithmOutput)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetStencilOutput_99(); public vtkImageStencilData GetStencilOutput() { long temp = GetStencilOutput_99(); if (temp == 0) return null; return (vtkImageStencilData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetStencilOutput_100(vtkImageStencilData id0); public void SetStencilOutput(vtkImageStencilData id0) { SetStencilOutput_100(id0); } public vtkImageReslice() { super(); } public vtkImageReslice(long id) { super(id); } public native long VTKInit(); }