]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHyperTreeGridContour.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkHyperTreeGridContour.java
1 // java wrapper for vtkHyperTreeGridContour object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHyperTreeGridContour extends vtkHyperTreeGridAlgorithm
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 SetLocator_2(vtkIncrementalPointLocator id0);
19   public void SetLocator(vtkIncrementalPointLocator id0)
20     { SetLocator_2(id0); }
21
22   private native long GetLocator_3();
23   public vtkIncrementalPointLocator GetLocator() {
24     long temp = GetLocator_3();
25
26     if (temp == 0) return null;
27     return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void CreateDefaultLocator_4();
31   public void CreateDefaultLocator()
32     { CreateDefaultLocator_4(); }
33
34   private native int GetMTime_5();
35   public int GetMTime()
36     { return GetMTime_5(); }
37
38   private native void SetValue_6(int id0,double id1);
39   public void SetValue(int id0,double id1)
40     { SetValue_6(id0,id1); }
41
42   private native double GetValue_7(int id0);
43   public double GetValue(int id0)
44     { return GetValue_7(id0); }
45
46   private native void SetNumberOfContours_8(int id0);
47   public void SetNumberOfContours(int id0)
48     { SetNumberOfContours_8(id0); }
49
50   private native int GetNumberOfContours_9();
51   public int GetNumberOfContours()
52     { return GetNumberOfContours_9(); }
53
54   private native void GenerateValues_10(int id0,double id1[]);
55   public void GenerateValues(int id0,double id1[])
56     { GenerateValues_10(id0,id1); }
57
58   private native void GenerateValues_11(int id0,double id1,double id2);
59   public void GenerateValues(int id0,double id1,double id2)
60     { GenerateValues_11(id0,id1,id2); }
61
62   public vtkHyperTreeGridContour() { super(); }
63
64   public vtkHyperTreeGridContour(long id) { super(id); }
65   public native long   VTKInit();
66
67 }