]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkFeatureEdges.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkFeatureEdges.java
1 // java wrapper for vtkFeatureEdges object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkFeatureEdges 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 SetBoundaryEdges_2(int id0);
19   public void SetBoundaryEdges(int id0)
20     { SetBoundaryEdges_2(id0); }
21
22   private native int GetBoundaryEdges_3();
23   public int GetBoundaryEdges()
24     { return GetBoundaryEdges_3(); }
25
26   private native void BoundaryEdgesOn_4();
27   public void BoundaryEdgesOn()
28     { BoundaryEdgesOn_4(); }
29
30   private native void BoundaryEdgesOff_5();
31   public void BoundaryEdgesOff()
32     { BoundaryEdgesOff_5(); }
33
34   private native void SetFeatureEdges_6(int id0);
35   public void SetFeatureEdges(int id0)
36     { SetFeatureEdges_6(id0); }
37
38   private native int GetFeatureEdges_7();
39   public int GetFeatureEdges()
40     { return GetFeatureEdges_7(); }
41
42   private native void FeatureEdgesOn_8();
43   public void FeatureEdgesOn()
44     { FeatureEdgesOn_8(); }
45
46   private native void FeatureEdgesOff_9();
47   public void FeatureEdgesOff()
48     { FeatureEdgesOff_9(); }
49
50   private native void SetFeatureAngle_10(double id0);
51   public void SetFeatureAngle(double id0)
52     { SetFeatureAngle_10(id0); }
53
54   private native double GetFeatureAngleMinValue_11();
55   public double GetFeatureAngleMinValue()
56     { return GetFeatureAngleMinValue_11(); }
57
58   private native double GetFeatureAngleMaxValue_12();
59   public double GetFeatureAngleMaxValue()
60     { return GetFeatureAngleMaxValue_12(); }
61
62   private native double GetFeatureAngle_13();
63   public double GetFeatureAngle()
64     { return GetFeatureAngle_13(); }
65
66   private native void SetNonManifoldEdges_14(int id0);
67   public void SetNonManifoldEdges(int id0)
68     { SetNonManifoldEdges_14(id0); }
69
70   private native int GetNonManifoldEdges_15();
71   public int GetNonManifoldEdges()
72     { return GetNonManifoldEdges_15(); }
73
74   private native void NonManifoldEdgesOn_16();
75   public void NonManifoldEdgesOn()
76     { NonManifoldEdgesOn_16(); }
77
78   private native void NonManifoldEdgesOff_17();
79   public void NonManifoldEdgesOff()
80     { NonManifoldEdgesOff_17(); }
81
82   private native void SetManifoldEdges_18(int id0);
83   public void SetManifoldEdges(int id0)
84     { SetManifoldEdges_18(id0); }
85
86   private native int GetManifoldEdges_19();
87   public int GetManifoldEdges()
88     { return GetManifoldEdges_19(); }
89
90   private native void ManifoldEdgesOn_20();
91   public void ManifoldEdgesOn()
92     { ManifoldEdgesOn_20(); }
93
94   private native void ManifoldEdgesOff_21();
95   public void ManifoldEdgesOff()
96     { ManifoldEdgesOff_21(); }
97
98   private native void SetColoring_22(int id0);
99   public void SetColoring(int id0)
100     { SetColoring_22(id0); }
101
102   private native int GetColoring_23();
103   public int GetColoring()
104     { return GetColoring_23(); }
105
106   private native void ColoringOn_24();
107   public void ColoringOn()
108     { ColoringOn_24(); }
109
110   private native void ColoringOff_25();
111   public void ColoringOff()
112     { ColoringOff_25(); }
113
114   private native void SetLocator_26(vtkIncrementalPointLocator id0);
115   public void SetLocator(vtkIncrementalPointLocator id0)
116     { SetLocator_26(id0); }
117
118   private native long GetLocator_27();
119   public vtkIncrementalPointLocator GetLocator() {
120     long temp = GetLocator_27();
121
122     if (temp == 0) return null;
123     return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
124 }
125
126   private native void CreateDefaultLocator_28();
127   public void CreateDefaultLocator()
128     { CreateDefaultLocator_28(); }
129
130   private native int GetMTime_29();
131   public int GetMTime()
132     { return GetMTime_29(); }
133
134   private native void SetOutputPointsPrecision_30(int id0);
135   public void SetOutputPointsPrecision(int id0)
136     { SetOutputPointsPrecision_30(id0); }
137
138   private native int GetOutputPointsPrecision_31();
139   public int GetOutputPointsPrecision()
140     { return GetOutputPointsPrecision_31(); }
141
142   public vtkFeatureEdges() { super(); }
143
144   public vtkFeatureEdges(long id) { super(id); }
145   public native long   VTKInit();
146
147 }