]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkContour3DLinearGrid.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkContour3DLinearGrid.java
1 // java wrapper for vtkContour3DLinearGrid object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkContour3DLinearGrid 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 void SetMergePoints_8(int id0);
43   public void SetMergePoints(int id0)
44     { SetMergePoints_8(id0); }
45
46   private native int GetMergePoints_9();
47   public int GetMergePoints()
48     { return GetMergePoints_9(); }
49
50   private native void MergePointsOn_10();
51   public void MergePointsOn()
52     { MergePointsOn_10(); }
53
54   private native void MergePointsOff_11();
55   public void MergePointsOff()
56     { MergePointsOff_11(); }
57
58   private native void SetInterpolateAttributes_12(int id0);
59   public void SetInterpolateAttributes(int id0)
60     { SetInterpolateAttributes_12(id0); }
61
62   private native int GetInterpolateAttributes_13();
63   public int GetInterpolateAttributes()
64     { return GetInterpolateAttributes_13(); }
65
66   private native void InterpolateAttributesOn_14();
67   public void InterpolateAttributesOn()
68     { InterpolateAttributesOn_14(); }
69
70   private native void InterpolateAttributesOff_15();
71   public void InterpolateAttributesOff()
72     { InterpolateAttributesOff_15(); }
73
74   private native void SetComputeNormals_16(int id0);
75   public void SetComputeNormals(int id0)
76     { SetComputeNormals_16(id0); }
77
78   private native int GetComputeNormals_17();
79   public int GetComputeNormals()
80     { return GetComputeNormals_17(); }
81
82   private native void ComputeNormalsOn_18();
83   public void ComputeNormalsOn()
84     { ComputeNormalsOn_18(); }
85
86   private native void ComputeNormalsOff_19();
87   public void ComputeNormalsOff()
88     { ComputeNormalsOff_19(); }
89
90   private native void SetOutputPointsPrecision_20(int id0);
91   public void SetOutputPointsPrecision(int id0)
92     { SetOutputPointsPrecision_20(id0); }
93
94   private native int GetOutputPointsPrecision_21();
95   public int GetOutputPointsPrecision()
96     { return GetOutputPointsPrecision_21(); }
97
98   private native int GetMTime_22();
99   public int GetMTime()
100     { return GetMTime_22(); }
101
102   private native void SetSequentialProcessing_23(int id0);
103   public void SetSequentialProcessing(int id0)
104     { SetSequentialProcessing_23(id0); }
105
106   private native int GetSequentialProcessing_24();
107   public int GetSequentialProcessing()
108     { return GetSequentialProcessing_24(); }
109
110   private native void SequentialProcessingOn_25();
111   public void SequentialProcessingOn()
112     { SequentialProcessingOn_25(); }
113
114   private native void SequentialProcessingOff_26();
115   public void SequentialProcessingOff()
116     { SequentialProcessingOff_26(); }
117
118   private native int GetNumberOfThreadsUsed_27();
119   public int GetNumberOfThreadsUsed()
120     { return GetNumberOfThreadsUsed_27(); }
121
122   private native boolean GetLargeIds_28();
123   public boolean GetLargeIds()
124     { return GetLargeIds_28(); }
125
126   public vtkContour3DLinearGrid() { super(); }
127
128   public vtkContour3DLinearGrid(long id) { super(id); }
129   public native long   VTKInit();
130
131 }