]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGenericAttribute.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkGenericAttribute.java
1 // java wrapper for vtkGenericAttribute object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGenericAttribute 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 String GetName_2();
19   public String GetName()
20     { return GetName_2(); }
21
22   private native int GetNumberOfComponents_3();
23   public int GetNumberOfComponents()
24     { return GetNumberOfComponents_3(); }
25
26   private native int GetCentering_4();
27   public int GetCentering()
28     { return GetCentering_4(); }
29
30   private native int GetType_5();
31   public int GetType()
32     { return GetType_5(); }
33
34   private native int GetComponentType_6();
35   public int GetComponentType()
36     { return GetComponentType_6(); }
37
38   private native int GetSize_7();
39   public int GetSize()
40     { return GetSize_7(); }
41
42   private native int GetActualMemorySize_8();
43   public int GetActualMemorySize()
44     { return GetActualMemorySize_8(); }
45
46   private native void GetRange_9(int id0,double id1[]);
47   public void GetRange(int id0,double id1[])
48     { GetRange_9(id0,id1); }
49
50   private native double GetMaxNorm_10();
51   public double GetMaxNorm()
52     { return GetMaxNorm_10(); }
53
54   private native double GetComponent_11(int id0,vtkGenericPointIterator id1);
55   public double GetComponent(int id0,vtkGenericPointIterator id1)
56     { return GetComponent_11(id0,id1); }
57
58   private native void DeepCopy_12(vtkGenericAttribute id0);
59   public void DeepCopy(vtkGenericAttribute id0)
60     { DeepCopy_12(id0); }
61
62   private native void ShallowCopy_13(vtkGenericAttribute id0);
63   public void ShallowCopy(vtkGenericAttribute id0)
64     { ShallowCopy_13(id0); }
65
66   public vtkGenericAttribute() { super(); }
67
68   public vtkGenericAttribute(long id) { super(id); }
69
70 }