]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageMapToColors.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageMapToColors.java
1 // java wrapper for vtkImageMapToColors object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageMapToColors extends vtkThreadedImageAlgorithm
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 GetOutputFormat_5();
35   public int GetOutputFormat()
36     { return GetOutputFormat_5(); }
37
38   private native void SetOutputFormatToRGBA_6();
39   public void SetOutputFormatToRGBA()
40     { SetOutputFormatToRGBA_6(); }
41
42   private native void SetOutputFormatToRGB_7();
43   public void SetOutputFormatToRGB()
44     { SetOutputFormatToRGB_7(); }
45
46   private native void SetOutputFormatToLuminanceAlpha_8();
47   public void SetOutputFormatToLuminanceAlpha()
48     { SetOutputFormatToLuminanceAlpha_8(); }
49
50   private native void SetOutputFormatToLuminance_9();
51   public void SetOutputFormatToLuminance()
52     { SetOutputFormatToLuminance_9(); }
53
54   private native void SetActiveComponent_10(int id0);
55   public void SetActiveComponent(int id0)
56     { SetActiveComponent_10(id0); }
57
58   private native int GetActiveComponent_11();
59   public int GetActiveComponent()
60     { return GetActiveComponent_11(); }
61
62   private native void SetPassAlphaToOutput_12(int id0);
63   public void SetPassAlphaToOutput(int id0)
64     { SetPassAlphaToOutput_12(id0); }
65
66   private native void PassAlphaToOutputOn_13();
67   public void PassAlphaToOutputOn()
68     { PassAlphaToOutputOn_13(); }
69
70   private native void PassAlphaToOutputOff_14();
71   public void PassAlphaToOutputOff()
72     { PassAlphaToOutputOff_14(); }
73
74   private native int GetPassAlphaToOutput_15();
75   public int GetPassAlphaToOutput()
76     { return GetPassAlphaToOutput_15(); }
77
78   private native int GetMTime_16();
79   public int GetMTime()
80     { return GetMTime_16(); }
81
82   private native void SetNaNColor_17(char id0,char id1,char id2,char id3);
83   public void SetNaNColor(char id0,char id1,char id2,char id3)
84     { SetNaNColor_17(id0,id1,id2,id3); }
85
86   private native byte[] GetNaNColor_18();
87   public byte[] GetNaNColor()
88     { return GetNaNColor_18(); }
89
90   public vtkImageMapToColors() { super(); }
91
92   public vtkImageMapToColors(long id) { super(id); }
93   public native long   VTKInit();
94
95 }