]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkAbstractCellLocator.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkAbstractCellLocator.java
index f197fb5ad819c22f5c3281ab86046f4800cc5fb8..6fc25a33ea3a12a2e2a8bc93723efea7437a2cfc 100644 (file)
-// java wrapper for vtkAbstractCellLocator object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkAbstractCellLocator extends vtkLocator\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 SetNumberOfCellsPerNode_2(int id0);\r
-  public void SetNumberOfCellsPerNode(int id0)\r
-    { SetNumberOfCellsPerNode_2(id0); }\r
-\r
-  private native int GetNumberOfCellsPerNodeMinValue_3();\r
-  public int GetNumberOfCellsPerNodeMinValue()\r
-    { return GetNumberOfCellsPerNodeMinValue_3(); }\r
-\r
-  private native int GetNumberOfCellsPerNodeMaxValue_4();\r
-  public int GetNumberOfCellsPerNodeMaxValue()\r
-    { return GetNumberOfCellsPerNodeMaxValue_4(); }\r
-\r
-  private native int GetNumberOfCellsPerNode_5();\r
-  public int GetNumberOfCellsPerNode()\r
-    { return GetNumberOfCellsPerNode_5(); }\r
-\r
-  private native void SetCacheCellBounds_6(int id0);\r
-  public void SetCacheCellBounds(int id0)\r
-    { SetCacheCellBounds_6(id0); }\r
-\r
-  private native int GetCacheCellBounds_7();\r
-  public int GetCacheCellBounds()\r
-    { return GetCacheCellBounds_7(); }\r
-\r
-  private native void CacheCellBoundsOn_8();\r
-  public void CacheCellBoundsOn()\r
-    { CacheCellBoundsOn_8(); }\r
-\r
-  private native void CacheCellBoundsOff_9();\r
-  public void CacheCellBoundsOff()\r
-    { CacheCellBoundsOff_9(); }\r
-\r
-  private native void SetRetainCellLists_10(int id0);\r
-  public void SetRetainCellLists(int id0)\r
-    { SetRetainCellLists_10(id0); }\r
-\r
-  private native int GetRetainCellLists_11();\r
-  public int GetRetainCellLists()\r
-    { return GetRetainCellLists_11(); }\r
-\r
-  private native void RetainCellListsOn_12();\r
-  public void RetainCellListsOn()\r
-    { RetainCellListsOn_12(); }\r
-\r
-  private native void RetainCellListsOff_13();\r
-  public void RetainCellListsOff()\r
-    { RetainCellListsOff_13(); }\r
-\r
-  private native void SetLazyEvaluation_14(int id0);\r
-  public void SetLazyEvaluation(int id0)\r
-    { SetLazyEvaluation_14(id0); }\r
-\r
-  private native int GetLazyEvaluation_15();\r
-  public int GetLazyEvaluation()\r
-    { return GetLazyEvaluation_15(); }\r
-\r
-  private native void LazyEvaluationOn_16();\r
-  public void LazyEvaluationOn()\r
-    { LazyEvaluationOn_16(); }\r
-\r
-  private native void LazyEvaluationOff_17();\r
-  public void LazyEvaluationOff()\r
-    { LazyEvaluationOff_17(); }\r
-\r
-  private native void SetUseExistingSearchStructure_18(int id0);\r
-  public void SetUseExistingSearchStructure(int id0)\r
-    { SetUseExistingSearchStructure_18(id0); }\r
-\r
-  private native int GetUseExistingSearchStructure_19();\r
-  public int GetUseExistingSearchStructure()\r
-    { return GetUseExistingSearchStructure_19(); }\r
-\r
-  private native void UseExistingSearchStructureOn_20();\r
-  public void UseExistingSearchStructureOn()\r
-    { UseExistingSearchStructureOn_20(); }\r
-\r
-  private native void UseExistingSearchStructureOff_21();\r
-  public void UseExistingSearchStructureOff()\r
-    { UseExistingSearchStructureOff_21(); }\r
-\r
-  private native int IntersectWithLine_22(double id0[],double id1[],vtkPoints id2,vtkIdList id3);\r
-  public int IntersectWithLine(double id0[],double id1[],vtkPoints id2,vtkIdList id3)\r
-    { return IntersectWithLine_22(id0,id1,id2,id3); }\r
-\r
-  private native void FindCellsAlongLine_23(double id0[],double id1[],double id2,vtkIdList id3);\r
-  public void FindCellsAlongLine(double id0[],double id1[],double id2,vtkIdList id3)\r
-    { FindCellsAlongLine_23(id0,id1,id2,id3); }\r
-\r
-  private native int FindCell_24(double id0[]);\r
-  public int FindCell(double id0[])\r
-    { return FindCell_24(id0); }\r
-\r
-  private native boolean InsideCellBounds_25(double id0[],int id1);\r
-  public boolean InsideCellBounds(double id0[],int id1)\r
-    { return InsideCellBounds_25(id0,id1); }\r
-\r
-  public vtkAbstractCellLocator() { super(); }\r
-\r
-  public vtkAbstractCellLocator(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkAbstractCellLocator object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkAbstractCellLocator extends vtkLocator
+{
+
+  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 SetNumberOfCellsPerNode_2(int id0);
+  public void SetNumberOfCellsPerNode(int id0)
+    { SetNumberOfCellsPerNode_2(id0); }
+
+  private native int GetNumberOfCellsPerNodeMinValue_3();
+  public int GetNumberOfCellsPerNodeMinValue()
+    { return GetNumberOfCellsPerNodeMinValue_3(); }
+
+  private native int GetNumberOfCellsPerNodeMaxValue_4();
+  public int GetNumberOfCellsPerNodeMaxValue()
+    { return GetNumberOfCellsPerNodeMaxValue_4(); }
+
+  private native int GetNumberOfCellsPerNode_5();
+  public int GetNumberOfCellsPerNode()
+    { return GetNumberOfCellsPerNode_5(); }
+
+  private native void SetCacheCellBounds_6(int id0);
+  public void SetCacheCellBounds(int id0)
+    { SetCacheCellBounds_6(id0); }
+
+  private native int GetCacheCellBounds_7();
+  public int GetCacheCellBounds()
+    { return GetCacheCellBounds_7(); }
+
+  private native void CacheCellBoundsOn_8();
+  public void CacheCellBoundsOn()
+    { CacheCellBoundsOn_8(); }
+
+  private native void CacheCellBoundsOff_9();
+  public void CacheCellBoundsOff()
+    { CacheCellBoundsOff_9(); }
+
+  private native void SetRetainCellLists_10(int id0);
+  public void SetRetainCellLists(int id0)
+    { SetRetainCellLists_10(id0); }
+
+  private native int GetRetainCellLists_11();
+  public int GetRetainCellLists()
+    { return GetRetainCellLists_11(); }
+
+  private native void RetainCellListsOn_12();
+  public void RetainCellListsOn()
+    { RetainCellListsOn_12(); }
+
+  private native void RetainCellListsOff_13();
+  public void RetainCellListsOff()
+    { RetainCellListsOff_13(); }
+
+  private native void SetLazyEvaluation_14(int id0);
+  public void SetLazyEvaluation(int id0)
+    { SetLazyEvaluation_14(id0); }
+
+  private native int GetLazyEvaluation_15();
+  public int GetLazyEvaluation()
+    { return GetLazyEvaluation_15(); }
+
+  private native void LazyEvaluationOn_16();
+  public void LazyEvaluationOn()
+    { LazyEvaluationOn_16(); }
+
+  private native void LazyEvaluationOff_17();
+  public void LazyEvaluationOff()
+    { LazyEvaluationOff_17(); }
+
+  private native void SetUseExistingSearchStructure_18(int id0);
+  public void SetUseExistingSearchStructure(int id0)
+    { SetUseExistingSearchStructure_18(id0); }
+
+  private native int GetUseExistingSearchStructure_19();
+  public int GetUseExistingSearchStructure()
+    { return GetUseExistingSearchStructure_19(); }
+
+  private native void UseExistingSearchStructureOn_20();
+  public void UseExistingSearchStructureOn()
+    { UseExistingSearchStructureOn_20(); }
+
+  private native void UseExistingSearchStructureOff_21();
+  public void UseExistingSearchStructureOff()
+    { UseExistingSearchStructureOff_21(); }
+
+  private native int IntersectWithLine_22(double id0[],double id1[],vtkPoints id2,vtkIdList id3);
+  public int IntersectWithLine(double id0[],double id1[],vtkPoints id2,vtkIdList id3)
+    { return IntersectWithLine_22(id0,id1,id2,id3); }
+
+  private native void FindCellsAlongLine_23(double id0[],double id1[],double id2,vtkIdList id3);
+  public void FindCellsAlongLine(double id0[],double id1[],double id2,vtkIdList id3)
+    { FindCellsAlongLine_23(id0,id1,id2,id3); }
+
+  private native int FindCell_24(double id0[]);
+  public int FindCell(double id0[])
+    { return FindCell_24(id0); }
+
+  private native boolean InsideCellBounds_25(double id0[],int id1);
+  public boolean InsideCellBounds(double id0[],int id1)
+    { return InsideCellBounds_25(id0,id1); }
+
+  public vtkAbstractCellLocator() { super(); }
+
+  public vtkAbstractCellLocator(long id) { super(id); }
+
+}