]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkFlyingEdges2D.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkFlyingEdges2D.java
1 // java wrapper for vtkFlyingEdges2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkFlyingEdges2D 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 int GetMTime_2();
19   public int GetMTime()
20     { return GetMTime_2(); }
21
22   private native void SetValue_3(int id0,double id1);
23   public void SetValue(int id0,double id1)
24     { SetValue_3(id0,id1); }
25
26   private native double GetValue_4(int id0);
27   public double GetValue(int id0)
28     { return GetValue_4(id0); }
29
30   private native void SetNumberOfContours_5(int id0);
31   public void SetNumberOfContours(int id0)
32     { SetNumberOfContours_5(id0); }
33
34   private native int GetNumberOfContours_6();
35   public int GetNumberOfContours()
36     { return GetNumberOfContours_6(); }
37
38   private native void GenerateValues_7(int id0,double id1[]);
39   public void GenerateValues(int id0,double id1[])
40     { GenerateValues_7(id0,id1); }
41
42   private native void GenerateValues_8(int id0,double id1,double id2);
43   public void GenerateValues(int id0,double id1,double id2)
44     { GenerateValues_8(id0,id1,id2); }
45
46   private native void SetComputeScalars_9(int id0);
47   public void SetComputeScalars(int id0)
48     { SetComputeScalars_9(id0); }
49
50   private native int GetComputeScalars_10();
51   public int GetComputeScalars()
52     { return GetComputeScalars_10(); }
53
54   private native void ComputeScalarsOn_11();
55   public void ComputeScalarsOn()
56     { ComputeScalarsOn_11(); }
57
58   private native void ComputeScalarsOff_12();
59   public void ComputeScalarsOff()
60     { ComputeScalarsOff_12(); }
61
62   private native void SetArrayComponent_13(int id0);
63   public void SetArrayComponent(int id0)
64     { SetArrayComponent_13(id0); }
65
66   private native int GetArrayComponent_14();
67   public int GetArrayComponent()
68     { return GetArrayComponent_14(); }
69
70   public vtkFlyingEdges2D() { super(); }
71
72   public vtkFlyingEdges2D(long id) { super(id); }
73   public native long   VTKInit();
74
75 }