]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkFlyingEdgesPlaneCutter.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkFlyingEdgesPlaneCutter.java
1 // java wrapper for vtkFlyingEdgesPlaneCutter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkFlyingEdgesPlaneCutter 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 int GetMTime_2();
19   public int GetMTime()
20     { return GetMTime_2(); }
21
22   private native void SetPlane_3(vtkPlane id0);
23   public void SetPlane(vtkPlane id0)
24     { SetPlane_3(id0); }
25
26   private native long GetPlane_4();
27   public vtkPlane GetPlane() {
28     long temp = GetPlane_4();
29
30     if (temp == 0) return null;
31     return (vtkPlane)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetComputeNormals_5(int id0);
35   public void SetComputeNormals(int id0)
36     { SetComputeNormals_5(id0); }
37
38   private native int GetComputeNormals_6();
39   public int GetComputeNormals()
40     { return GetComputeNormals_6(); }
41
42   private native void ComputeNormalsOn_7();
43   public void ComputeNormalsOn()
44     { ComputeNormalsOn_7(); }
45
46   private native void ComputeNormalsOff_8();
47   public void ComputeNormalsOff()
48     { ComputeNormalsOff_8(); }
49
50   private native void SetInterpolateAttributes_9(int id0);
51   public void SetInterpolateAttributes(int id0)
52     { SetInterpolateAttributes_9(id0); }
53
54   private native int GetInterpolateAttributes_10();
55   public int GetInterpolateAttributes()
56     { return GetInterpolateAttributes_10(); }
57
58   private native void InterpolateAttributesOn_11();
59   public void InterpolateAttributesOn()
60     { InterpolateAttributesOn_11(); }
61
62   private native void InterpolateAttributesOff_12();
63   public void InterpolateAttributesOff()
64     { InterpolateAttributesOff_12(); }
65
66   private native void SetArrayComponent_13(int id0);
67   public void SetArrayComponent(int id0)
68     { SetArrayComponent_13(id0); }
69
70   private native int GetArrayComponent_14();
71   public int GetArrayComponent()
72     { return GetArrayComponent_14(); }
73
74   public vtkFlyingEdgesPlaneCutter() { super(); }
75
76   public vtkFlyingEdgesPlaneCutter(long id) { super(id); }
77   public native long   VTKInit();
78
79 }