// java wrapper for vtkImageToAMR object // package vtk; import vtk.*; public class vtkImageToAMR extends vtkOverlappingAMRAlgorithm { 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 SetNumberOfLevels_2(int id0); public void SetNumberOfLevels(int id0) { SetNumberOfLevels_2(id0); } private native int GetNumberOfLevelsMinValue_3(); public int GetNumberOfLevelsMinValue() { return GetNumberOfLevelsMinValue_3(); } private native int GetNumberOfLevelsMaxValue_4(); public int GetNumberOfLevelsMaxValue() { return GetNumberOfLevelsMaxValue_4(); } private native int GetNumberOfLevels_5(); public int GetNumberOfLevels() { return GetNumberOfLevels_5(); } private native void SetRefinementRatio_6(int id0); public void SetRefinementRatio(int id0) { SetRefinementRatio_6(id0); } private native int GetRefinementRatioMinValue_7(); public int GetRefinementRatioMinValue() { return GetRefinementRatioMinValue_7(); } private native int GetRefinementRatioMaxValue_8(); public int GetRefinementRatioMaxValue() { return GetRefinementRatioMaxValue_8(); } private native int GetRefinementRatio_9(); public int GetRefinementRatio() { return GetRefinementRatio_9(); } private native void SetMaximumNumberOfBlocks_10(int id0); public void SetMaximumNumberOfBlocks(int id0) { SetMaximumNumberOfBlocks_10(id0); } private native int GetMaximumNumberOfBlocksMinValue_11(); public int GetMaximumNumberOfBlocksMinValue() { return GetMaximumNumberOfBlocksMinValue_11(); } private native int GetMaximumNumberOfBlocksMaxValue_12(); public int GetMaximumNumberOfBlocksMaxValue() { return GetMaximumNumberOfBlocksMaxValue_12(); } private native int GetMaximumNumberOfBlocks_13(); public int GetMaximumNumberOfBlocks() { return GetMaximumNumberOfBlocks_13(); } public vtkImageToAMR() { super(); } public vtkImageToAMR(long id) { super(id); } public native long VTKInit(); }