]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSmartVolumeMapper.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkSmartVolumeMapper.java
1 // java wrapper for vtkSmartVolumeMapper object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkSmartVolumeMapper extends vtkVolumeMapper\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 void SetFinalColorWindow_2(double id0);\r
19   public void SetFinalColorWindow(double id0)\r
20     { SetFinalColorWindow_2(id0); }\r
21 \r
22   private native double GetFinalColorWindow_3();\r
23   public double GetFinalColorWindow()\r
24     { return GetFinalColorWindow_3(); }\r
25 \r
26   private native void SetFinalColorLevel_4(double id0);\r
27   public void SetFinalColorLevel(double id0)\r
28     { SetFinalColorLevel_4(id0); }\r
29 \r
30   private native double GetFinalColorLevel_5();\r
31   public double GetFinalColorLevel()\r
32     { return GetFinalColorLevel_5(); }\r
33 \r
34   private native void SetRequestedRenderMode_6(int id0);\r
35   public void SetRequestedRenderMode(int id0)\r
36     { SetRequestedRenderMode_6(id0); }\r
37 \r
38   private native void SetRequestedRenderModeToDefault_7();\r
39   public void SetRequestedRenderModeToDefault()\r
40     { SetRequestedRenderModeToDefault_7(); }\r
41 \r
42   private native void SetRequestedRenderModeToRayCastAndTexture_8();\r
43   public void SetRequestedRenderModeToRayCastAndTexture()\r
44     { SetRequestedRenderModeToRayCastAndTexture_8(); }\r
45 \r
46   private native void SetRequestedRenderModeToRayCast_9();\r
47   public void SetRequestedRenderModeToRayCast()\r
48     { SetRequestedRenderModeToRayCast_9(); }\r
49 \r
50   private native int GetRequestedRenderMode_10();\r
51   public int GetRequestedRenderMode()\r
52     { return GetRequestedRenderMode_10(); }\r
53 \r
54   private native void SetInteractiveUpdateRate_11(double id0);\r
55   public void SetInteractiveUpdateRate(double id0)\r
56     { SetInteractiveUpdateRate_11(id0); }\r
57 \r
58   private native double GetInteractiveUpdateRateMinValue_12();\r
59   public double GetInteractiveUpdateRateMinValue()\r
60     { return GetInteractiveUpdateRateMinValue_12(); }\r
61 \r
62   private native double GetInteractiveUpdateRateMaxValue_13();\r
63   public double GetInteractiveUpdateRateMaxValue()\r
64     { return GetInteractiveUpdateRateMaxValue_13(); }\r
65 \r
66   private native double GetInteractiveUpdateRate_14();\r
67   public double GetInteractiveUpdateRate()\r
68     { return GetInteractiveUpdateRate_14(); }\r
69 \r
70   private native int GetLastUsedRenderMode_15();\r
71   public int GetLastUsedRenderMode()\r
72     { return GetLastUsedRenderMode_15(); }\r
73 \r
74   private native void SetMaxMemoryInBytes_16(int id0);\r
75   public void SetMaxMemoryInBytes(int id0)\r
76     { SetMaxMemoryInBytes_16(id0); }\r
77 \r
78   private native int GetMaxMemoryInBytes_17();\r
79   public int GetMaxMemoryInBytes()\r
80     { return GetMaxMemoryInBytes_17(); }\r
81 \r
82   private native void SetMaxMemoryFraction_18(double id0);\r
83   public void SetMaxMemoryFraction(double id0)\r
84     { SetMaxMemoryFraction_18(id0); }\r
85 \r
86   private native double GetMaxMemoryFractionMinValue_19();\r
87   public double GetMaxMemoryFractionMinValue()\r
88     { return GetMaxMemoryFractionMinValue_19(); }\r
89 \r
90   private native double GetMaxMemoryFractionMaxValue_20();\r
91   public double GetMaxMemoryFractionMaxValue()\r
92     { return GetMaxMemoryFractionMaxValue_20(); }\r
93 \r
94   private native double GetMaxMemoryFraction_21();\r
95   public double GetMaxMemoryFraction()\r
96     { return GetMaxMemoryFraction_21(); }\r
97 \r
98   private native void SetInterpolationMode_22(int id0);\r
99   public void SetInterpolationMode(int id0)\r
100     { SetInterpolationMode_22(id0); }\r
101 \r
102   private native int GetInterpolationModeMinValue_23();\r
103   public int GetInterpolationModeMinValue()\r
104     { return GetInterpolationModeMinValue_23(); }\r
105 \r
106   private native int GetInterpolationModeMaxValue_24();\r
107   public int GetInterpolationModeMaxValue()\r
108     { return GetInterpolationModeMaxValue_24(); }\r
109 \r
110   private native int GetInterpolationMode_25();\r
111   public int GetInterpolationMode()\r
112     { return GetInterpolationMode_25(); }\r
113 \r
114   private native void SetInterpolationModeToNearestNeighbor_26();\r
115   public void SetInterpolationModeToNearestNeighbor()\r
116     { SetInterpolationModeToNearestNeighbor_26(); }\r
117 \r
118   private native void SetInterpolationModeToLinear_27();\r
119   public void SetInterpolationModeToLinear()\r
120     { SetInterpolationModeToLinear_27(); }\r
121 \r
122   private native void SetInterpolationModeToCubic_28();\r
123   public void SetInterpolationModeToCubic()\r
124     { SetInterpolationModeToCubic_28(); }\r
125 \r
126   private native void CreateCanonicalView_29(vtkRenderer id0,vtkVolume id1,vtkVolume id2,vtkImageData id3,int id4,double id5[],double id6[]);\r
127   public void CreateCanonicalView(vtkRenderer id0,vtkVolume id1,vtkVolume id2,vtkImageData id3,int id4,double id5[],double id6[])\r
128     { CreateCanonicalView_29(id0,id1,id2,id3,id4,id5,id6); }\r
129 \r
130   private native void Render_30(vtkRenderer id0,vtkVolume id1);\r
131   public void Render(vtkRenderer id0,vtkVolume id1)\r
132     { Render_30(id0,id1); }\r
133 \r
134   private native void ReleaseGraphicsResources_31(vtkWindow id0);\r
135   public void ReleaseGraphicsResources(vtkWindow id0)\r
136     { ReleaseGraphicsResources_31(id0); }\r
137 \r
138   public vtkSmartVolumeMapper() { super(); }\r
139 \r
140   public vtkSmartVolumeMapper(long id) { super(id); }\r
141   public native long   VTKInit();\r
142 \r
143 }\r