]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkProteinRibbonFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkProteinRibbonFilter.java
1 // java wrapper for vtkProteinRibbonFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkProteinRibbonFilter 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 double GetCoilWidth_2();
19   public double GetCoilWidth()
20     { return GetCoilWidth_2(); }
21
22   private native void SetCoilWidth_3(double id0);
23   public void SetCoilWidth(double id0)
24     { SetCoilWidth_3(id0); }
25
26   private native double GetHelixWidth_4();
27   public double GetHelixWidth()
28     { return GetHelixWidth_4(); }
29
30   private native void SetHelixWidth_5(double id0);
31   public void SetHelixWidth(double id0)
32     { SetHelixWidth_5(id0); }
33
34   private native int GetSubdivideFactor_6();
35   public int GetSubdivideFactor()
36     { return GetSubdivideFactor_6(); }
37
38   private native void SetSubdivideFactor_7(int id0);
39   public void SetSubdivideFactor(int id0)
40     { SetSubdivideFactor_7(id0); }
41
42   private native boolean GetDrawSmallMoleculesAsSpheres_8();
43   public boolean GetDrawSmallMoleculesAsSpheres()
44     { return GetDrawSmallMoleculesAsSpheres_8(); }
45
46   private native void SetDrawSmallMoleculesAsSpheres_9(boolean id0);
47   public void SetDrawSmallMoleculesAsSpheres(boolean id0)
48     { SetDrawSmallMoleculesAsSpheres_9(id0); }
49
50   private native int GetSphereResolution_10();
51   public int GetSphereResolution()
52     { return GetSphereResolution_10(); }
53
54   private native void SetSphereResolution_11(int id0);
55   public void SetSphereResolution(int id0)
56     { SetSphereResolution_11(id0); }
57
58   public vtkProteinRibbonFilter() { super(); }
59
60   public vtkProteinRibbonFilter(long id) { super(id); }
61   public native long   VTKInit();
62
63 }