]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAdaptiveSubdivisionFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkAdaptiveSubdivisionFilter.java
1 // java wrapper for vtkAdaptiveSubdivisionFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAdaptiveSubdivisionFilter extends vtkPolyDataAlgorithm
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 SetMaximumEdgeLength_2(double id0);
19   public void SetMaximumEdgeLength(double id0)
20     { SetMaximumEdgeLength_2(id0); }
21
22   private native double GetMaximumEdgeLengthMinValue_3();
23   public double GetMaximumEdgeLengthMinValue()
24     { return GetMaximumEdgeLengthMinValue_3(); }
25
26   private native double GetMaximumEdgeLengthMaxValue_4();
27   public double GetMaximumEdgeLengthMaxValue()
28     { return GetMaximumEdgeLengthMaxValue_4(); }
29
30   private native double GetMaximumEdgeLength_5();
31   public double GetMaximumEdgeLength()
32     { return GetMaximumEdgeLength_5(); }
33
34   private native void SetMaximumTriangleArea_6(double id0);
35   public void SetMaximumTriangleArea(double id0)
36     { SetMaximumTriangleArea_6(id0); }
37
38   private native double GetMaximumTriangleAreaMinValue_7();
39   public double GetMaximumTriangleAreaMinValue()
40     { return GetMaximumTriangleAreaMinValue_7(); }
41
42   private native double GetMaximumTriangleAreaMaxValue_8();
43   public double GetMaximumTriangleAreaMaxValue()
44     { return GetMaximumTriangleAreaMaxValue_8(); }
45
46   private native double GetMaximumTriangleArea_9();
47   public double GetMaximumTriangleArea()
48     { return GetMaximumTriangleArea_9(); }
49
50   private native void SetMaximumNumberOfTriangles_10(int id0);
51   public void SetMaximumNumberOfTriangles(int id0)
52     { SetMaximumNumberOfTriangles_10(id0); }
53
54   private native int GetMaximumNumberOfTrianglesMinValue_11();
55   public int GetMaximumNumberOfTrianglesMinValue()
56     { return GetMaximumNumberOfTrianglesMinValue_11(); }
57
58   private native int GetMaximumNumberOfTrianglesMaxValue_12();
59   public int GetMaximumNumberOfTrianglesMaxValue()
60     { return GetMaximumNumberOfTrianglesMaxValue_12(); }
61
62   private native int GetMaximumNumberOfTriangles_13();
63   public int GetMaximumNumberOfTriangles()
64     { return GetMaximumNumberOfTriangles_13(); }
65
66   private native void SetMaximumNumberOfPasses_14(int id0);
67   public void SetMaximumNumberOfPasses(int id0)
68     { SetMaximumNumberOfPasses_14(id0); }
69
70   private native int GetMaximumNumberOfPassesMinValue_15();
71   public int GetMaximumNumberOfPassesMinValue()
72     { return GetMaximumNumberOfPassesMinValue_15(); }
73
74   private native int GetMaximumNumberOfPassesMaxValue_16();
75   public int GetMaximumNumberOfPassesMaxValue()
76     { return GetMaximumNumberOfPassesMaxValue_16(); }
77
78   private native int GetMaximumNumberOfPasses_17();
79   public int GetMaximumNumberOfPasses()
80     { return GetMaximumNumberOfPasses_17(); }
81
82   private native void SetLocator_18(vtkIncrementalPointLocator id0);
83   public void SetLocator(vtkIncrementalPointLocator id0)
84     { SetLocator_18(id0); }
85
86   private native long GetLocator_19();
87   public vtkIncrementalPointLocator GetLocator() {
88     long temp = GetLocator_19();
89
90     if (temp == 0) return null;
91     return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native void SetOutputPointsPrecision_20(int id0);
95   public void SetOutputPointsPrecision(int id0)
96     { SetOutputPointsPrecision_20(id0); }
97
98   private native int GetOutputPointsPrecision_21();
99   public int GetOutputPointsPrecision()
100     { return GetOutputPointsPrecision_21(); }
101
102   private native void CreateDefaultLocator_22();
103   public void CreateDefaultLocator()
104     { CreateDefaultLocator_22(); }
105
106   private native int GetMTime_23();
107   public int GetMTime()
108     { return GetMTime_23(); }
109
110   public vtkAdaptiveSubdivisionFilter() { super(); }
111
112   public vtkAdaptiveSubdivisionFilter(long id) { super(id); }
113   public native long   VTKInit();
114
115 }