]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/vtkImageDataLIC2D.java
Remove dependencies on log4j
[simantics/3d.git] / vtk / vtkImageDataLIC2D.java
1 // java wrapper for vtkImageDataLIC2D object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkImageDataLIC2D extends vtkImageAlgorithm\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native int SetContext_2(vtkRenderWindow id0);\r
19   public int SetContext(vtkRenderWindow id0)\r
20     { return SetContext_2(id0); }\r
21 \r
22   private native long GetContext_3();\r
23   public vtkRenderWindow GetContext() {\r
24     long temp = GetContext_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native void SetSteps_4(int id0);\r
31   public void SetSteps(int id0)\r
32     { SetSteps_4(id0); }\r
33 \r
34   private native int GetSteps_5();\r
35   public int GetSteps()\r
36     { return GetSteps_5(); }\r
37 \r
38   private native void SetStepSize_6(double id0);\r
39   public void SetStepSize(double id0)\r
40     { SetStepSize_6(id0); }\r
41 \r
42   private native double GetStepSizeMinValue_7();\r
43   public double GetStepSizeMinValue()\r
44     { return GetStepSizeMinValue_7(); }\r
45 \r
46   private native double GetStepSizeMaxValue_8();\r
47   public double GetStepSizeMaxValue()\r
48     { return GetStepSizeMaxValue_8(); }\r
49 \r
50   private native double GetStepSize_9();\r
51   public double GetStepSize()\r
52     { return GetStepSize_9(); }\r
53 \r
54   private native void SetMagnification_10(int id0);\r
55   public void SetMagnification(int id0)\r
56     { SetMagnification_10(id0); }\r
57 \r
58   private native int GetMagnificationMinValue_11();\r
59   public int GetMagnificationMinValue()\r
60     { return GetMagnificationMinValue_11(); }\r
61 \r
62   private native int GetMagnificationMaxValue_12();\r
63   public int GetMagnificationMaxValue()\r
64     { return GetMagnificationMaxValue_12(); }\r
65 \r
66   private native int GetMagnification_13();\r
67   public int GetMagnification()\r
68     { return GetMagnification_13(); }\r
69 \r
70   private native int GetOpenGLExtensionsSupported_14();\r
71   public int GetOpenGLExtensionsSupported()\r
72     { return GetOpenGLExtensionsSupported_14(); }\r
73 \r
74   private native int GetFBOSuccess_15();\r
75   public int GetFBOSuccess()\r
76     { return GetFBOSuccess_15(); }\r
77 \r
78   private native int GetLICSuccess_16();\r
79   public int GetLICSuccess()\r
80     { return GetLICSuccess_16(); }\r
81 \r
82   public vtkImageDataLIC2D() { super(); }\r
83 \r
84   public vtkImageDataLIC2D(long id) { super(id); }\r
85   public native long   VTKInit();\r
86 \r
87 }\r