// java wrapper for vtkSurfaceLICPainter object // package vtk; import vtk.*; public class vtkSurfaceLICPainter extends vtkPainter { 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 ReleaseGraphicsResources_2(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_2(id0); } private native long GetOutput_3(); public vtkDataObject GetOutput() { long temp = GetOutput_3(); if (temp == 0) return null; return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetEnable_4(int id0); public void SetEnable(int id0) { SetEnable_4(id0); } private native int GetEnable_5(); public int GetEnable() { return GetEnable_5(); } private native void EnableOn_6(); public void EnableOn() { EnableOn_6(); } private native void EnableOff_7(); public void EnableOff() { EnableOff_7(); } private native void SetInputArrayToProcess_8(int id0,String id1); public void SetInputArrayToProcess(int id0,String id1) { SetInputArrayToProcess_8(id0,id1); } private native void SetInputArrayToProcess_9(int id0,int id1); public void SetInputArrayToProcess(int id0,int id1) { SetInputArrayToProcess_9(id0,id1); } private native void SetEnhancedLIC_10(int id0); public void SetEnhancedLIC(int id0) { SetEnhancedLIC_10(id0); } private native int GetEnhancedLIC_11(); public int GetEnhancedLIC() { return GetEnhancedLIC_11(); } private native void EnhancedLICOn_12(); public void EnhancedLICOn() { EnhancedLICOn_12(); } private native void EnhancedLICOff_13(); public void EnhancedLICOff() { EnhancedLICOff_13(); } private native void SetNumberOfSteps_14(int id0); public void SetNumberOfSteps(int id0) { SetNumberOfSteps_14(id0); } private native int GetNumberOfSteps_15(); public int GetNumberOfSteps() { return GetNumberOfSteps_15(); } private native void SetStepSize_16(double id0); public void SetStepSize(double id0) { SetStepSize_16(id0); } private native double GetStepSize_17(); public double GetStepSize() { return GetStepSize_17(); } private native void SetLICIntensity_18(double id0); public void SetLICIntensity(double id0) { SetLICIntensity_18(id0); } private native double GetLICIntensityMinValue_19(); public double GetLICIntensityMinValue() { return GetLICIntensityMinValue_19(); } private native double GetLICIntensityMaxValue_20(); public double GetLICIntensityMaxValue() { return GetLICIntensityMaxValue_20(); } private native double GetLICIntensity_21(); public double GetLICIntensity() { return GetLICIntensity_21(); } private native int GetRenderingPreparationSuccess_22(); public int GetRenderingPreparationSuccess() { return GetRenderingPreparationSuccess_22(); } private native int GetLICSuccess_23(); public int GetLICSuccess() { return GetLICSuccess_23(); } private native boolean IsSupported_24(vtkRenderWindow id0); public boolean IsSupported(vtkRenderWindow id0) { return IsSupported_24(id0); } public vtkSurfaceLICPainter() { super(); } public vtkSurfaceLICPainter(long id) { super(id); } public native long VTKInit(); }