// java wrapper for vtkFlyingEdgesPlaneCutter object // package vtk; import vtk.*; public class vtkFlyingEdgesPlaneCutter extends vtkPolyDataAlgorithm { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native int GetMTime_2(); public int GetMTime() { return GetMTime_2(); } private native void SetPlane_3(vtkPlane id0); public void SetPlane(vtkPlane id0) { SetPlane_3(id0); } private native long GetPlane_4(); public vtkPlane GetPlane() { long temp = GetPlane_4(); if (temp == 0) return null; return (vtkPlane)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetComputeNormals_5(int id0); public void SetComputeNormals(int id0) { SetComputeNormals_5(id0); } private native int GetComputeNormals_6(); public int GetComputeNormals() { return GetComputeNormals_6(); } private native void ComputeNormalsOn_7(); public void ComputeNormalsOn() { ComputeNormalsOn_7(); } private native void ComputeNormalsOff_8(); public void ComputeNormalsOff() { ComputeNormalsOff_8(); } private native void SetInterpolateAttributes_9(int id0); public void SetInterpolateAttributes(int id0) { SetInterpolateAttributes_9(id0); } private native int GetInterpolateAttributes_10(); public int GetInterpolateAttributes() { return GetInterpolateAttributes_10(); } private native void InterpolateAttributesOn_11(); public void InterpolateAttributesOn() { InterpolateAttributesOn_11(); } private native void InterpolateAttributesOff_12(); public void InterpolateAttributesOff() { InterpolateAttributesOff_12(); } private native void SetArrayComponent_13(int id0); public void SetArrayComponent(int id0) { SetArrayComponent_13(id0); } private native int GetArrayComponent_14(); public int GetArrayComponent() { return GetArrayComponent_14(); } public vtkFlyingEdgesPlaneCutter() { super(); } public vtkFlyingEdgesPlaneCutter(long id) { super(id); } public native long VTKInit(); }