// java wrapper for vtkGenericPointIterator object // package vtk; import vtk.*; public class vtkGenericPointIterator extends vtkObject { 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 Begin_2(); public void Begin() { Begin_2(); } private native int IsAtEnd_3(); public int IsAtEnd() { return IsAtEnd_3(); } private native void Next_4(); public void Next() { Next_4(); } private native void GetPosition_5(double id0[]); public void GetPosition(double id0[]) { GetPosition_5(id0); } private native int GetId_6(); public int GetId() { return GetId_6(); } public vtkGenericPointIterator() { super(); } public vtkGenericPointIterator(long id) { super(id); } }