]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGenericDataSetTessellator.java
PipeRun reverse action
[simantics/3d.git] / vtk / src / vtk / vtkGenericDataSetTessellator.java
1 // java wrapper for vtkGenericDataSetTessellator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGenericDataSetTessellator extends vtkUnstructuredGridAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetKeepCellIds_2(int id0);
19   public void SetKeepCellIds(int id0)
20     { SetKeepCellIds_2(id0); }
21
22   private native int GetKeepCellIds_3();
23   public int GetKeepCellIds()
24     { return GetKeepCellIds_3(); }
25
26   private native void KeepCellIdsOn_4();
27   public void KeepCellIdsOn()
28     { KeepCellIdsOn_4(); }
29
30   private native void KeepCellIdsOff_5();
31   public void KeepCellIdsOff()
32     { KeepCellIdsOff_5(); }
33
34   private native void SetMerging_6(int id0);
35   public void SetMerging(int id0)
36     { SetMerging_6(id0); }
37
38   private native int GetMerging_7();
39   public int GetMerging()
40     { return GetMerging_7(); }
41
42   private native void MergingOn_8();
43   public void MergingOn()
44     { MergingOn_8(); }
45
46   private native void MergingOff_9();
47   public void MergingOff()
48     { MergingOff_9(); }
49
50   private native void SetLocator_10(vtkIncrementalPointLocator id0);
51   public void SetLocator(vtkIncrementalPointLocator id0)
52     { SetLocator_10(id0); }
53
54   private native long GetLocator_11();
55   public vtkIncrementalPointLocator GetLocator() {
56     long temp = GetLocator_11();
57
58     if (temp == 0) return null;
59     return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native void CreateDefaultLocator_12();
63   public void CreateDefaultLocator()
64     { CreateDefaultLocator_12(); }
65
66   private native int GetMTime_13();
67   public int GetMTime()
68     { return GetMTime_13(); }
69
70   public vtkGenericDataSetTessellator() { super(); }
71
72   public vtkGenericDataSetTessellator(long id) { super(id); }
73   public native long   VTKInit();
74
75 }