// java wrapper for vtkImageDataLIC2D object // package vtk; import vtk.*; public class vtkImageDataLIC2D extends vtkImageAlgorithm { 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 int SetContext_2(vtkRenderWindow id0); public int SetContext(vtkRenderWindow id0) { return SetContext_2(id0); } private native long GetContext_3(); public vtkRenderWindow GetContext() { long temp = GetContext_3(); if (temp == 0) return null; return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSteps_4(int id0); public void SetSteps(int id0) { SetSteps_4(id0); } private native int GetSteps_5(); public int GetSteps() { return GetSteps_5(); } private native void SetStepSize_6(double id0); public void SetStepSize(double id0) { SetStepSize_6(id0); } private native double GetStepSizeMinValue_7(); public double GetStepSizeMinValue() { return GetStepSizeMinValue_7(); } private native double GetStepSizeMaxValue_8(); public double GetStepSizeMaxValue() { return GetStepSizeMaxValue_8(); } private native double GetStepSize_9(); public double GetStepSize() { return GetStepSize_9(); } private native void SetMagnification_10(int id0); public void SetMagnification(int id0) { SetMagnification_10(id0); } private native int GetMagnificationMinValue_11(); public int GetMagnificationMinValue() { return GetMagnificationMinValue_11(); } private native int GetMagnificationMaxValue_12(); public int GetMagnificationMaxValue() { return GetMagnificationMaxValue_12(); } private native int GetMagnification_13(); public int GetMagnification() { return GetMagnification_13(); } private native int GetOpenGLExtensionsSupported_14(); public int GetOpenGLExtensionsSupported() { return GetOpenGLExtensionsSupported_14(); } private native int GetFBOSuccess_15(); public int GetFBOSuccess() { return GetFBOSuccess_15(); } private native int GetLICSuccess_16(); public int GetLICSuccess() { return GetLICSuccess_16(); } public vtkImageDataLIC2D() { super(); } public vtkImageDataLIC2D(long id) { super(id); } public native long VTKInit(); }