1 // java wrapper for vtkCellCenters object
7 public class vtkCellCenters 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 void SetVertexCells_2(int id0);
19 public void SetVertexCells(int id0)
20 { SetVertexCells_2(id0); }
22 private native int GetVertexCells_3();
23 public int GetVertexCells()
24 { return GetVertexCells_3(); }
26 private native void VertexCellsOn_4();
27 public void VertexCellsOn()
28 { VertexCellsOn_4(); }
30 private native void VertexCellsOff_5();
31 public void VertexCellsOff()
32 { VertexCellsOff_5(); }
34 public vtkCellCenters() { super(); }
36 public vtkCellCenters(long id) { super(id); }
37 public native long VTKInit();