]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCellCenters.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkCellCenters.java
index d16c01a5ae0b3dbed2507f022e6b22515da5bd30..1983fbeed6997a0363ae46bbb9485d3c221e0ced 100644 (file)
@@ -1,39 +1,39 @@
-// java wrapper for vtkCellCenters object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkCellCenters extends vtkPolyDataAlgorithm\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetVertexCells_2(int id0);\r
-  public void SetVertexCells(int id0)\r
-    { SetVertexCells_2(id0); }\r
-\r
-  private native int GetVertexCells_3();\r
-  public int GetVertexCells()\r
-    { return GetVertexCells_3(); }\r
-\r
-  private native void VertexCellsOn_4();\r
-  public void VertexCellsOn()\r
-    { VertexCellsOn_4(); }\r
-\r
-  private native void VertexCellsOff_5();\r
-  public void VertexCellsOff()\r
-    { VertexCellsOff_5(); }\r
-\r
-  public vtkCellCenters() { super(); }\r
-\r
-  public vtkCellCenters(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkCellCenters object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCellCenters 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 SetVertexCells_2(int id0);
+  public void SetVertexCells(int id0)
+    { SetVertexCells_2(id0); }
+
+  private native int GetVertexCells_3();
+  public int GetVertexCells()
+    { return GetVertexCells_3(); }
+
+  private native void VertexCellsOn_4();
+  public void VertexCellsOn()
+    { VertexCellsOn_4(); }
+
+  private native void VertexCellsOff_5();
+  public void VertexCellsOff()
+    { VertexCellsOff_5(); }
+
+  public vtkCellCenters() { super(); }
+
+  public vtkCellCenters(long id) { super(id); }
+  public native long   VTKInit();
+
+}