]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageResliceToColors.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkImageResliceToColors.java
1 // java wrapper for vtkImageResliceToColors object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageResliceToColors extends vtkImageReslice
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 SetLookupTable_2(vtkScalarsToColors id0);
19   public void SetLookupTable(vtkScalarsToColors id0)
20     { SetLookupTable_2(id0); }
21
22   private native long GetLookupTable_3();
23   public vtkScalarsToColors GetLookupTable() {
24     long temp = GetLookupTable_3();
25
26     if (temp == 0) return null;
27     return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetOutputFormat_4(int id0);
31   public void SetOutputFormat(int id0)
32     { SetOutputFormat_4(id0); }
33
34   private native int GetOutputFormatMinValue_5();
35   public int GetOutputFormatMinValue()
36     { return GetOutputFormatMinValue_5(); }
37
38   private native int GetOutputFormatMaxValue_6();
39   public int GetOutputFormatMaxValue()
40     { return GetOutputFormatMaxValue_6(); }
41
42   private native int GetOutputFormat_7();
43   public int GetOutputFormat()
44     { return GetOutputFormat_7(); }
45
46   private native void SetOutputFormatToRGBA_8();
47   public void SetOutputFormatToRGBA()
48     { SetOutputFormatToRGBA_8(); }
49
50   private native void SetOutputFormatToRGB_9();
51   public void SetOutputFormatToRGB()
52     { SetOutputFormatToRGB_9(); }
53
54   private native void SetOutputFormatToLuminanceAlpha_10();
55   public void SetOutputFormatToLuminanceAlpha()
56     { SetOutputFormatToLuminanceAlpha_10(); }
57
58   private native void SetOutputFormatToLuminance_11();
59   public void SetOutputFormatToLuminance()
60     { SetOutputFormatToLuminance_11(); }
61
62   private native void SetBypass_12(int id0);
63   public void SetBypass(int id0)
64     { SetBypass_12(id0); }
65
66   private native void BypassOn_13();
67   public void BypassOn()
68     { BypassOn_13(); }
69
70   private native void BypassOff_14();
71   public void BypassOff()
72     { BypassOff_14(); }
73
74   private native int GetBypass_15();
75   public int GetBypass()
76     { return GetBypass_15(); }
77
78   private native int GetMTime_16();
79   public int GetMTime()
80     { return GetMTime_16(); }
81
82   public vtkImageResliceToColors() { super(); }
83
84   public vtkImageResliceToColors(long id) { super(id); }
85   public native long   VTKInit();
86
87 }