]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkFXAAOptions.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkFXAAOptions.java
1 // java wrapper for vtkFXAAOptions object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkFXAAOptions extends vtkObject
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetRelativeContrastThreshold_2(double id0);
19   public void SetRelativeContrastThreshold(double id0)
20     { SetRelativeContrastThreshold_2(id0); }
21
22   private native double GetRelativeContrastThresholdMinValue_3();
23   public double GetRelativeContrastThresholdMinValue()
24     { return GetRelativeContrastThresholdMinValue_3(); }
25
26   private native double GetRelativeContrastThresholdMaxValue_4();
27   public double GetRelativeContrastThresholdMaxValue()
28     { return GetRelativeContrastThresholdMaxValue_4(); }
29
30   private native double GetRelativeContrastThreshold_5();
31   public double GetRelativeContrastThreshold()
32     { return GetRelativeContrastThreshold_5(); }
33
34   private native void SetHardContrastThreshold_6(double id0);
35   public void SetHardContrastThreshold(double id0)
36     { SetHardContrastThreshold_6(id0); }
37
38   private native double GetHardContrastThresholdMinValue_7();
39   public double GetHardContrastThresholdMinValue()
40     { return GetHardContrastThresholdMinValue_7(); }
41
42   private native double GetHardContrastThresholdMaxValue_8();
43   public double GetHardContrastThresholdMaxValue()
44     { return GetHardContrastThresholdMaxValue_8(); }
45
46   private native double GetHardContrastThreshold_9();
47   public double GetHardContrastThreshold()
48     { return GetHardContrastThreshold_9(); }
49
50   private native void SetSubpixelBlendLimit_10(double id0);
51   public void SetSubpixelBlendLimit(double id0)
52     { SetSubpixelBlendLimit_10(id0); }
53
54   private native double GetSubpixelBlendLimitMinValue_11();
55   public double GetSubpixelBlendLimitMinValue()
56     { return GetSubpixelBlendLimitMinValue_11(); }
57
58   private native double GetSubpixelBlendLimitMaxValue_12();
59   public double GetSubpixelBlendLimitMaxValue()
60     { return GetSubpixelBlendLimitMaxValue_12(); }
61
62   private native double GetSubpixelBlendLimit_13();
63   public double GetSubpixelBlendLimit()
64     { return GetSubpixelBlendLimit_13(); }
65
66   private native void SetSubpixelContrastThreshold_14(double id0);
67   public void SetSubpixelContrastThreshold(double id0)
68     { SetSubpixelContrastThreshold_14(id0); }
69
70   private native double GetSubpixelContrastThresholdMinValue_15();
71   public double GetSubpixelContrastThresholdMinValue()
72     { return GetSubpixelContrastThresholdMinValue_15(); }
73
74   private native double GetSubpixelContrastThresholdMaxValue_16();
75   public double GetSubpixelContrastThresholdMaxValue()
76     { return GetSubpixelContrastThresholdMaxValue_16(); }
77
78   private native double GetSubpixelContrastThreshold_17();
79   public double GetSubpixelContrastThreshold()
80     { return GetSubpixelContrastThreshold_17(); }
81
82   private native void SetUseHighQualityEndpoints_18(boolean id0);
83   public void SetUseHighQualityEndpoints(boolean id0)
84     { SetUseHighQualityEndpoints_18(id0); }
85
86   private native boolean GetUseHighQualityEndpoints_19();
87   public boolean GetUseHighQualityEndpoints()
88     { return GetUseHighQualityEndpoints_19(); }
89
90   private native void UseHighQualityEndpointsOn_20();
91   public void UseHighQualityEndpointsOn()
92     { UseHighQualityEndpointsOn_20(); }
93
94   private native void UseHighQualityEndpointsOff_21();
95   public void UseHighQualityEndpointsOff()
96     { UseHighQualityEndpointsOff_21(); }
97
98   private native void SetEndpointSearchIterations_22(int id0);
99   public void SetEndpointSearchIterations(int id0)
100     { SetEndpointSearchIterations_22(id0); }
101
102   private native int GetEndpointSearchIterationsMinValue_23();
103   public int GetEndpointSearchIterationsMinValue()
104     { return GetEndpointSearchIterationsMinValue_23(); }
105
106   private native int GetEndpointSearchIterationsMaxValue_24();
107   public int GetEndpointSearchIterationsMaxValue()
108     { return GetEndpointSearchIterationsMaxValue_24(); }
109
110   private native int GetEndpointSearchIterations_25();
111   public int GetEndpointSearchIterations()
112     { return GetEndpointSearchIterations_25(); }
113
114   private native void SetDebugOptionValue_26(int id0);
115   public void SetDebugOptionValue(int id0)
116     { SetDebugOptionValue_26(id0); }
117
118   private native int GetDebugOptionValue_27();
119   public int GetDebugOptionValue()
120     { return GetDebugOptionValue_27(); }
121
122   public vtkFXAAOptions() { super(); }
123
124   public vtkFXAAOptions(long id) { super(id); }
125   public native long   VTKInit();
126
127 }