// java wrapper for vtkImageLogarithmicScale object // package vtk; import vtk.*; public class vtkImageLogarithmicScale 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 SetConstant_2(double id0); public void SetConstant(double id0) { SetConstant_2(id0); } private native double GetConstant_3(); public double GetConstant() { return GetConstant_3(); } public vtkImageLogarithmicScale() { super(); } public vtkImageLogarithmicScale(long id) { super(id); } public native long VTKInit(); }