// java wrapper for vtkSplitByCellScalarFilter object // package vtk; import vtk.*; public class vtkSplitByCellScalarFilter extends vtkMultiBlockDataSetAlgorithm { 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 boolean GetPassAllPoints_2(); public boolean GetPassAllPoints() { return GetPassAllPoints_2(); } private native void SetPassAllPoints_3(boolean id0); public void SetPassAllPoints(boolean id0) { SetPassAllPoints_3(id0); } private native void PassAllPointsOn_4(); public void PassAllPointsOn() { PassAllPointsOn_4(); } private native void PassAllPointsOff_5(); public void PassAllPointsOff() { PassAllPointsOff_5(); } public vtkSplitByCellScalarFilter() { super(); } public vtkSplitByCellScalarFilter(long id) { super(id); } public native long VTKInit(); }