]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkContourValues.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkContourValues.java
1 // java wrapper for vtkContourValues object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkContourValues 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 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 void DeepCopy_8(vtkContourValues id0);
43   public void DeepCopy(vtkContourValues id0)
44     { DeepCopy_8(id0); }
45
46   public vtkContourValues() { super(); }
47
48   public vtkContourValues(long id) { super(id); }
49   public native long   VTKInit();
50
51 }