]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkUnstructuredGridQuadricDecimation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkUnstructuredGridQuadricDecimation.java
1 // java wrapper for vtkUnstructuredGridQuadricDecimation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkUnstructuredGridQuadricDecimation 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 SetTargetReduction_2(double id0);
19   public void SetTargetReduction(double id0)
20     { SetTargetReduction_2(id0); }
21
22   private native double GetTargetReduction_3();
23   public double GetTargetReduction()
24     { return GetTargetReduction_3(); }
25
26   private native void SetNumberOfTetsOutput_4(int id0);
27   public void SetNumberOfTetsOutput(int id0)
28     { SetNumberOfTetsOutput_4(id0); }
29
30   private native int GetNumberOfTetsOutput_5();
31   public int GetNumberOfTetsOutput()
32     { return GetNumberOfTetsOutput_5(); }
33
34   private native void SetNumberOfEdgesToDecimate_6(int id0);
35   public void SetNumberOfEdgesToDecimate(int id0)
36     { SetNumberOfEdgesToDecimate_6(id0); }
37
38   private native int GetNumberOfEdgesToDecimate_7();
39   public int GetNumberOfEdgesToDecimate()
40     { return GetNumberOfEdgesToDecimate_7(); }
41
42   private native void SetNumberOfCandidates_8(int id0);
43   public void SetNumberOfCandidates(int id0)
44     { SetNumberOfCandidates_8(id0); }
45
46   private native int GetNumberOfCandidates_9();
47   public int GetNumberOfCandidates()
48     { return GetNumberOfCandidates_9(); }
49
50   private native void SetAutoAddCandidates_10(int id0);
51   public void SetAutoAddCandidates(int id0)
52     { SetAutoAddCandidates_10(id0); }
53
54   private native int GetAutoAddCandidates_11();
55   public int GetAutoAddCandidates()
56     { return GetAutoAddCandidates_11(); }
57
58   private native void SetAutoAddCandidatesThreshold_12(double id0);
59   public void SetAutoAddCandidatesThreshold(double id0)
60     { SetAutoAddCandidatesThreshold_12(id0); }
61
62   private native double GetAutoAddCandidatesThreshold_13();
63   public double GetAutoAddCandidatesThreshold()
64     { return GetAutoAddCandidatesThreshold_13(); }
65
66   private native void SetBoundaryWeight_14(double id0);
67   public void SetBoundaryWeight(double id0)
68     { SetBoundaryWeight_14(id0); }
69
70   private native double GetBoundaryWeight_15();
71   public double GetBoundaryWeight()
72     { return GetBoundaryWeight_15(); }
73
74   private native void SetScalarsName_16(String id0);
75   public void SetScalarsName(String id0)
76     { SetScalarsName_16(id0); }
77
78   private native String GetScalarsName_17();
79   public String GetScalarsName()
80     { return GetScalarsName_17(); }
81
82   public vtkUnstructuredGridQuadricDecimation() { super(); }
83
84   public vtkUnstructuredGridQuadricDecimation(long id) { super(id); }
85   public native long   VTKInit();
86
87 }