// java wrapper for vtkStripper object // package vtk; import vtk.*; public class vtkStripper 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 void SetMaximumLength_2(int id0); public void SetMaximumLength(int id0) { SetMaximumLength_2(id0); } private native int GetMaximumLengthMinValue_3(); public int GetMaximumLengthMinValue() { return GetMaximumLengthMinValue_3(); } private native int GetMaximumLengthMaxValue_4(); public int GetMaximumLengthMaxValue() { return GetMaximumLengthMaxValue_4(); } private native int GetMaximumLength_5(); public int GetMaximumLength() { return GetMaximumLength_5(); } private native void PassCellDataAsFieldDataOn_6(); public void PassCellDataAsFieldDataOn() { PassCellDataAsFieldDataOn_6(); } private native void PassCellDataAsFieldDataOff_7(); public void PassCellDataAsFieldDataOff() { PassCellDataAsFieldDataOff_7(); } private native void SetPassCellDataAsFieldData_8(int id0); public void SetPassCellDataAsFieldData(int id0) { SetPassCellDataAsFieldData_8(id0); } private native int GetPassCellDataAsFieldData_9(); public int GetPassCellDataAsFieldData() { return GetPassCellDataAsFieldData_9(); } private native void SetPassThroughCellIds_10(int id0); public void SetPassThroughCellIds(int id0) { SetPassThroughCellIds_10(id0); } private native int GetPassThroughCellIds_11(); public int GetPassThroughCellIds() { return GetPassThroughCellIds_11(); } private native void PassThroughCellIdsOn_12(); public void PassThroughCellIdsOn() { PassThroughCellIdsOn_12(); } private native void PassThroughCellIdsOff_13(); public void PassThroughCellIdsOff() { PassThroughCellIdsOff_13(); } private native void SetPassThroughPointIds_14(int id0); public void SetPassThroughPointIds(int id0) { SetPassThroughPointIds_14(id0); } private native int GetPassThroughPointIds_15(); public int GetPassThroughPointIds() { return GetPassThroughPointIds_15(); } private native void PassThroughPointIdsOn_16(); public void PassThroughPointIdsOn() { PassThroughPointIdsOn_16(); } private native void PassThroughPointIdsOff_17(); public void PassThroughPointIdsOff() { PassThroughPointIdsOff_17(); } private native void SetJoinContiguousSegments_18(int id0); public void SetJoinContiguousSegments(int id0) { SetJoinContiguousSegments_18(id0); } private native int GetJoinContiguousSegments_19(); public int GetJoinContiguousSegments() { return GetJoinContiguousSegments_19(); } private native void JoinContiguousSegmentsOn_20(); public void JoinContiguousSegmentsOn() { JoinContiguousSegmentsOn_20(); } private native void JoinContiguousSegmentsOff_21(); public void JoinContiguousSegmentsOff() { JoinContiguousSegmentsOff_21(); } public vtkStripper() { super(); } public vtkStripper(long id) { super(id); } public native long VTKInit(); }