1 // java wrapper for vtkFlyingEdgesPlaneCutter object
7 public class vtkFlyingEdgesPlaneCutter extends vtkPolyDataAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native int GetMTime_2();
20 { return GetMTime_2(); }
22 private native void SetPlane_3(vtkPlane id0);
23 public void SetPlane(vtkPlane id0)
26 private native long GetPlane_4();
27 public vtkPlane GetPlane() {
28 long temp = GetPlane_4();
30 if (temp == 0) return null;
31 return (vtkPlane)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
34 private native void SetComputeNormals_5(int id0);
35 public void SetComputeNormals(int id0)
36 { SetComputeNormals_5(id0); }
38 private native int GetComputeNormals_6();
39 public int GetComputeNormals()
40 { return GetComputeNormals_6(); }
42 private native void ComputeNormalsOn_7();
43 public void ComputeNormalsOn()
44 { ComputeNormalsOn_7(); }
46 private native void ComputeNormalsOff_8();
47 public void ComputeNormalsOff()
48 { ComputeNormalsOff_8(); }
50 private native void SetInterpolateAttributes_9(int id0);
51 public void SetInterpolateAttributes(int id0)
52 { SetInterpolateAttributes_9(id0); }
54 private native int GetInterpolateAttributes_10();
55 public int GetInterpolateAttributes()
56 { return GetInterpolateAttributes_10(); }
58 private native void InterpolateAttributesOn_11();
59 public void InterpolateAttributesOn()
60 { InterpolateAttributesOn_11(); }
62 private native void InterpolateAttributesOff_12();
63 public void InterpolateAttributesOff()
64 { InterpolateAttributesOff_12(); }
66 private native void SetArrayComponent_13(int id0);
67 public void SetArrayComponent(int id0)
68 { SetArrayComponent_13(id0); }
70 private native int GetArrayComponent_14();
71 public int GetArrayComponent()
72 { return GetArrayComponent_14(); }
74 public vtkFlyingEdgesPlaneCutter() { super(); }
76 public vtkFlyingEdgesPlaneCutter(long id) { super(id); }
77 public native long VTKInit();