]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGeneralizedKernel.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkGeneralizedKernel.java
1 // java wrapper for vtkGeneralizedKernel object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGeneralizedKernel extends vtkInterpolationKernel
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 ComputeBasis_2(double id0[],vtkIdList id1,int id2);
19   public int ComputeBasis(double id0[],vtkIdList id1,int id2)
20     { return ComputeBasis_2(id0,id1,id2); }
21
22   private native int ComputeWeights_3(double id0[],vtkIdList id1,vtkDoubleArray id2,vtkDoubleArray id3);
23   public int ComputeWeights(double id0[],vtkIdList id1,vtkDoubleArray id2,vtkDoubleArray id3)
24     { return ComputeWeights_3(id0,id1,id2,id3); }
25
26   private native int ComputeWeights_4(double id0[],vtkIdList id1,vtkDoubleArray id2);
27   public int ComputeWeights(double id0[],vtkIdList id1,vtkDoubleArray id2)
28     { return ComputeWeights_4(id0,id1,id2); }
29
30   private native void SetKernelFootprint_5(int id0);
31   public void SetKernelFootprint(int id0)
32     { SetKernelFootprint_5(id0); }
33
34   private native int GetKernelFootprint_6();
35   public int GetKernelFootprint()
36     { return GetKernelFootprint_6(); }
37
38   private native void SetKernelFootprintToRadius_7();
39   public void SetKernelFootprintToRadius()
40     { SetKernelFootprintToRadius_7(); }
41
42   private native void SetKernelFootprintToNClosest_8();
43   public void SetKernelFootprintToNClosest()
44     { SetKernelFootprintToNClosest_8(); }
45
46   private native void SetRadius_9(double id0);
47   public void SetRadius(double id0)
48     { SetRadius_9(id0); }
49
50   private native double GetRadiusMinValue_10();
51   public double GetRadiusMinValue()
52     { return GetRadiusMinValue_10(); }
53
54   private native double GetRadiusMaxValue_11();
55   public double GetRadiusMaxValue()
56     { return GetRadiusMaxValue_11(); }
57
58   private native double GetRadius_12();
59   public double GetRadius()
60     { return GetRadius_12(); }
61
62   private native void SetNumberOfPoints_13(int id0);
63   public void SetNumberOfPoints(int id0)
64     { SetNumberOfPoints_13(id0); }
65
66   private native int GetNumberOfPointsMinValue_14();
67   public int GetNumberOfPointsMinValue()
68     { return GetNumberOfPointsMinValue_14(); }
69
70   private native int GetNumberOfPointsMaxValue_15();
71   public int GetNumberOfPointsMaxValue()
72     { return GetNumberOfPointsMaxValue_15(); }
73
74   private native int GetNumberOfPoints_16();
75   public int GetNumberOfPoints()
76     { return GetNumberOfPoints_16(); }
77
78   private native void SetNormalizeWeights_17(boolean id0);
79   public void SetNormalizeWeights(boolean id0)
80     { SetNormalizeWeights_17(id0); }
81
82   private native boolean GetNormalizeWeights_18();
83   public boolean GetNormalizeWeights()
84     { return GetNormalizeWeights_18(); }
85
86   private native void NormalizeWeightsOn_19();
87   public void NormalizeWeightsOn()
88     { NormalizeWeightsOn_19(); }
89
90   private native void NormalizeWeightsOff_20();
91   public void NormalizeWeightsOff()
92     { NormalizeWeightsOff_20(); }
93
94   public vtkGeneralizedKernel() { super(); }
95
96   public vtkGeneralizedKernel(long id) { super(id); }
97
98 }