]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPeriodicTable.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkPeriodicTable.java
1 // java wrapper for vtkPeriodicTable object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPeriodicTable extends vtkObject
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 long GetBlueObeliskData_2();
19   public vtkBlueObeliskData GetBlueObeliskData() {
20     long temp = GetBlueObeliskData_2();
21
22     if (temp == 0) return null;
23     return (vtkBlueObeliskData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native int GetNumberOfElements_3();
27   public int GetNumberOfElements()
28     { return GetNumberOfElements_3(); }
29
30   private native String GetSymbol_4(int id0);
31   public String GetSymbol(int id0)
32     { return GetSymbol_4(id0); }
33
34   private native String GetElementName_5(int id0);
35   public String GetElementName(int id0)
36     { return GetElementName_5(id0); }
37
38   private native int GetAtomicNumber_6(String id0);
39   public int GetAtomicNumber(String id0)
40     { return GetAtomicNumber_6(id0); }
41
42   private native double GetCovalentRadius_7(int id0);
43   public double GetCovalentRadius(int id0)
44     { return GetCovalentRadius_7(id0); }
45
46   private native double GetVDWRadius_8(int id0);
47   public double GetVDWRadius(int id0)
48     { return GetVDWRadius_8(id0); }
49
50   private native double GetMaxVDWRadius_9();
51   public double GetMaxVDWRadius()
52     { return GetMaxVDWRadius_9(); }
53
54   private native void GetDefaultLUT_10(vtkLookupTable id0);
55   public void GetDefaultLUT(vtkLookupTable id0)
56     { GetDefaultLUT_10(id0); }
57
58   private native void GetDefaultRGBTuple_11(int id0,double id1[]);
59   public void GetDefaultRGBTuple(int id0,double id1[])
60     { GetDefaultRGBTuple_11(id0,id1); }
61
62   public vtkPeriodicTable() { super(); }
63
64   public vtkPeriodicTable(long id) { super(id); }
65   public native long   VTKInit();
66
67 }