]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageMarchingCubes.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkImageMarchingCubes.java
1 // java wrapper for vtkImageMarchingCubes object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageMarchingCubes extends vtkPolyDataAlgorithm
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 SetValue_2(int id0,double id1);
19   public void SetValue(int id0,double id1)
20     { SetValue_2(id0,id1); }
21
22   private native double GetValue_3(int id0);
23   public double GetValue(int id0)
24     { return GetValue_3(id0); }
25
26   private native void SetNumberOfContours_4(int id0);
27   public void SetNumberOfContours(int id0)
28     { SetNumberOfContours_4(id0); }
29
30   private native int GetNumberOfContours_5();
31   public int GetNumberOfContours()
32     { return GetNumberOfContours_5(); }
33
34   private native void GenerateValues_6(int id0,double id1[]);
35   public void GenerateValues(int id0,double id1[])
36     { GenerateValues_6(id0,id1); }
37
38   private native void GenerateValues_7(int id0,double id1,double id2);
39   public void GenerateValues(int id0,double id1,double id2)
40     { GenerateValues_7(id0,id1,id2); }
41
42   private native int GetMTime_8();
43   public int GetMTime()
44     { return GetMTime_8(); }
45
46   private native void SetComputeScalars_9(int id0);
47   public void SetComputeScalars(int id0)
48     { SetComputeScalars_9(id0); }
49
50   private native int GetComputeScalars_10();
51   public int GetComputeScalars()
52     { return GetComputeScalars_10(); }
53
54   private native void ComputeScalarsOn_11();
55   public void ComputeScalarsOn()
56     { ComputeScalarsOn_11(); }
57
58   private native void ComputeScalarsOff_12();
59   public void ComputeScalarsOff()
60     { ComputeScalarsOff_12(); }
61
62   private native void SetComputeNormals_13(int id0);
63   public void SetComputeNormals(int id0)
64     { SetComputeNormals_13(id0); }
65
66   private native int GetComputeNormals_14();
67   public int GetComputeNormals()
68     { return GetComputeNormals_14(); }
69
70   private native void ComputeNormalsOn_15();
71   public void ComputeNormalsOn()
72     { ComputeNormalsOn_15(); }
73
74   private native void ComputeNormalsOff_16();
75   public void ComputeNormalsOff()
76     { ComputeNormalsOff_16(); }
77
78   private native void SetComputeGradients_17(int id0);
79   public void SetComputeGradients(int id0)
80     { SetComputeGradients_17(id0); }
81
82   private native int GetComputeGradients_18();
83   public int GetComputeGradients()
84     { return GetComputeGradients_18(); }
85
86   private native void ComputeGradientsOn_19();
87   public void ComputeGradientsOn()
88     { ComputeGradientsOn_19(); }
89
90   private native void ComputeGradientsOff_20();
91   public void ComputeGradientsOff()
92     { ComputeGradientsOff_20(); }
93
94   private native int GetLocatorPoint_21(int id0,int id1,int id2);
95   public int GetLocatorPoint(int id0,int id1,int id2)
96     { return GetLocatorPoint_21(id0,id1,id2); }
97
98   private native void AddLocatorPoint_22(int id0,int id1,int id2,int id3);
99   public void AddLocatorPoint(int id0,int id1,int id2,int id3)
100     { AddLocatorPoint_22(id0,id1,id2,id3); }
101
102   private native void IncrementLocatorZ_23();
103   public void IncrementLocatorZ()
104     { IncrementLocatorZ_23(); }
105
106   private native void SetInputMemoryLimit_24(int id0);
107   public void SetInputMemoryLimit(int id0)
108     { SetInputMemoryLimit_24(id0); }
109
110   private native int GetInputMemoryLimit_25();
111   public int GetInputMemoryLimit()
112     { return GetInputMemoryLimit_25(); }
113
114   public vtkImageMarchingCubes() { super(); }
115
116   public vtkImageMarchingCubes(long id) { super(id); }
117   public native long   VTKInit();
118
119 }