// java wrapper for vtkImageCast object // package vtk; import vtk.*; public class vtkImageCast 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 SetOutputScalarType_2(int id0); public void SetOutputScalarType(int id0) { SetOutputScalarType_2(id0); } private native int GetOutputScalarType_3(); public int GetOutputScalarType() { return GetOutputScalarType_3(); } private native void SetOutputScalarTypeToFloat_4(); public void SetOutputScalarTypeToFloat() { SetOutputScalarTypeToFloat_4(); } private native void SetOutputScalarTypeToDouble_5(); public void SetOutputScalarTypeToDouble() { SetOutputScalarTypeToDouble_5(); } private native void SetOutputScalarTypeToInt_6(); public void SetOutputScalarTypeToInt() { SetOutputScalarTypeToInt_6(); } private native void SetOutputScalarTypeToUnsignedInt_7(); public void SetOutputScalarTypeToUnsignedInt() { SetOutputScalarTypeToUnsignedInt_7(); } private native void SetOutputScalarTypeToLong_8(); public void SetOutputScalarTypeToLong() { SetOutputScalarTypeToLong_8(); } private native void SetOutputScalarTypeToUnsignedLong_9(); public void SetOutputScalarTypeToUnsignedLong() { SetOutputScalarTypeToUnsignedLong_9(); } private native void SetOutputScalarTypeToShort_10(); public void SetOutputScalarTypeToShort() { SetOutputScalarTypeToShort_10(); } private native void SetOutputScalarTypeToUnsignedShort_11(); public void SetOutputScalarTypeToUnsignedShort() { SetOutputScalarTypeToUnsignedShort_11(); } private native void SetOutputScalarTypeToUnsignedChar_12(); public void SetOutputScalarTypeToUnsignedChar() { SetOutputScalarTypeToUnsignedChar_12(); } private native void SetOutputScalarTypeToChar_13(); public void SetOutputScalarTypeToChar() { SetOutputScalarTypeToChar_13(); } private native void SetClampOverflow_14(int id0); public void SetClampOverflow(int id0) { SetClampOverflow_14(id0); } private native int GetClampOverflow_15(); public int GetClampOverflow() { return GetClampOverflow_15(); } private native void ClampOverflowOn_16(); public void ClampOverflowOn() { ClampOverflowOn_16(); } private native void ClampOverflowOff_17(); public void ClampOverflowOff() { ClampOverflowOff_17(); } public vtkImageCast() { super(); } public vtkImageCast(long id) { super(id); } public native long VTKInit(); }