]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTextureMapToCylinder.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkTextureMapToCylinder.java
1 // java wrapper for vtkTextureMapToCylinder object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTextureMapToCylinder extends vtkDataSetAlgorithm
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 SetPoint1_2(double id0,double id1,double id2);
19   public void SetPoint1(double id0,double id1,double id2)
20     { SetPoint1_2(id0,id1,id2); }
21
22   private native void SetPoint1_3(double id0[]);
23   public void SetPoint1(double id0[])
24     { SetPoint1_3(id0); }
25
26   private native double[] GetPoint1_4();
27   public double[] GetPoint1()
28     { return GetPoint1_4(); }
29
30   private native void SetPoint2_5(double id0,double id1,double id2);
31   public void SetPoint2(double id0,double id1,double id2)
32     { SetPoint2_5(id0,id1,id2); }
33
34   private native void SetPoint2_6(double id0[]);
35   public void SetPoint2(double id0[])
36     { SetPoint2_6(id0); }
37
38   private native double[] GetPoint2_7();
39   public double[] GetPoint2()
40     { return GetPoint2_7(); }
41
42   private native void SetAutomaticCylinderGeneration_8(int id0);
43   public void SetAutomaticCylinderGeneration(int id0)
44     { SetAutomaticCylinderGeneration_8(id0); }
45
46   private native int GetAutomaticCylinderGeneration_9();
47   public int GetAutomaticCylinderGeneration()
48     { return GetAutomaticCylinderGeneration_9(); }
49
50   private native void AutomaticCylinderGenerationOn_10();
51   public void AutomaticCylinderGenerationOn()
52     { AutomaticCylinderGenerationOn_10(); }
53
54   private native void AutomaticCylinderGenerationOff_11();
55   public void AutomaticCylinderGenerationOff()
56     { AutomaticCylinderGenerationOff_11(); }
57
58   private native void SetPreventSeam_12(int id0);
59   public void SetPreventSeam(int id0)
60     { SetPreventSeam_12(id0); }
61
62   private native int GetPreventSeam_13();
63   public int GetPreventSeam()
64     { return GetPreventSeam_13(); }
65
66   private native void PreventSeamOn_14();
67   public void PreventSeamOn()
68     { PreventSeamOn_14(); }
69
70   private native void PreventSeamOff_15();
71   public void PreventSeamOff()
72     { PreventSeamOff_15(); }
73
74   public vtkTextureMapToCylinder() { super(); }
75
76   public vtkTextureMapToCylinder(long id) { super(id); }
77   public native long   VTKInit();
78
79 }