]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGenericClip.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkGenericClip.java
1 // java wrapper for vtkGenericClip object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGenericClip 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 SetValue_2(double id0);
19   public void SetValue(double id0)
20     { SetValue_2(id0); }
21
22   private native double GetValue_3();
23   public double GetValue()
24     { return GetValue_3(); }
25
26   private native void SetInsideOut_4(int id0);
27   public void SetInsideOut(int id0)
28     { SetInsideOut_4(id0); }
29
30   private native int GetInsideOut_5();
31   public int GetInsideOut()
32     { return GetInsideOut_5(); }
33
34   private native void InsideOutOn_6();
35   public void InsideOutOn()
36     { InsideOutOn_6(); }
37
38   private native void InsideOutOff_7();
39   public void InsideOutOff()
40     { InsideOutOff_7(); }
41
42   private native void SetClipFunction_8(vtkImplicitFunction id0);
43   public void SetClipFunction(vtkImplicitFunction id0)
44     { SetClipFunction_8(id0); }
45
46   private native long GetClipFunction_9();
47   public vtkImplicitFunction GetClipFunction() {
48     long temp = GetClipFunction_9();
49
50     if (temp == 0) return null;
51     return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native void SetGenerateClipScalars_10(int id0);
55   public void SetGenerateClipScalars(int id0)
56     { SetGenerateClipScalars_10(id0); }
57
58   private native int GetGenerateClipScalars_11();
59   public int GetGenerateClipScalars()
60     { return GetGenerateClipScalars_11(); }
61
62   private native void GenerateClipScalarsOn_12();
63   public void GenerateClipScalarsOn()
64     { GenerateClipScalarsOn_12(); }
65
66   private native void GenerateClipScalarsOff_13();
67   public void GenerateClipScalarsOff()
68     { GenerateClipScalarsOff_13(); }
69
70   private native void SetGenerateClippedOutput_14(int id0);
71   public void SetGenerateClippedOutput(int id0)
72     { SetGenerateClippedOutput_14(id0); }
73
74   private native int GetGenerateClippedOutput_15();
75   public int GetGenerateClippedOutput()
76     { return GetGenerateClippedOutput_15(); }
77
78   private native void GenerateClippedOutputOn_16();
79   public void GenerateClippedOutputOn()
80     { GenerateClippedOutputOn_16(); }
81
82   private native void GenerateClippedOutputOff_17();
83   public void GenerateClippedOutputOff()
84     { GenerateClippedOutputOff_17(); }
85
86   private native void SetMergeTolerance_18(double id0);
87   public void SetMergeTolerance(double id0)
88     { SetMergeTolerance_18(id0); }
89
90   private native double GetMergeToleranceMinValue_19();
91   public double GetMergeToleranceMinValue()
92     { return GetMergeToleranceMinValue_19(); }
93
94   private native double GetMergeToleranceMaxValue_20();
95   public double GetMergeToleranceMaxValue()
96     { return GetMergeToleranceMaxValue_20(); }
97
98   private native double GetMergeTolerance_21();
99   public double GetMergeTolerance()
100     { return GetMergeTolerance_21(); }
101
102   private native long GetClippedOutput_22();
103   public vtkUnstructuredGrid GetClippedOutput() {
104     long temp = GetClippedOutput_22();
105
106     if (temp == 0) return null;
107     return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
108 }
109
110   private native int GetNumberOfOutputs_23();
111   public int GetNumberOfOutputs()
112     { return GetNumberOfOutputs_23(); }
113
114   private native void SetLocator_24(vtkIncrementalPointLocator id0);
115   public void SetLocator(vtkIncrementalPointLocator id0)
116     { SetLocator_24(id0); }
117
118   private native long GetLocator_25();
119   public vtkIncrementalPointLocator GetLocator() {
120     long temp = GetLocator_25();
121
122     if (temp == 0) return null;
123     return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
124 }
125
126   private native void CreateDefaultLocator_26();
127   public void CreateDefaultLocator()
128     { CreateDefaultLocator_26(); }
129
130   private native int GetMTime_27();
131   public int GetMTime()
132     { return GetMTime_27(); }
133
134   private native String GetInputScalarsSelection_28();
135   public String GetInputScalarsSelection()
136     { return GetInputScalarsSelection_28(); }
137
138   private native void SelectInputScalars_29(String id0);
139   public void SelectInputScalars(String id0)
140     { SelectInputScalars_29(id0); }
141
142   public vtkGenericClip() { super(); }
143
144   public vtkGenericClip(long id) { super(id); }
145   public native long   VTKInit();
146
147 }