]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkProbePolyhedron.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkProbePolyhedron.java
1 // java wrapper for vtkProbePolyhedron object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkProbePolyhedron 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 SetSourceData_2(vtkPolyData id0);
19   public void SetSourceData(vtkPolyData id0)
20     { SetSourceData_2(id0); }
21
22   private native long GetSource_3();
23   public vtkPolyData GetSource() {
24     long temp = GetSource_3();
25
26     if (temp == 0) return null;
27     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetSourceConnection_4(vtkAlgorithmOutput id0);
31   public void SetSourceConnection(vtkAlgorithmOutput id0)
32     { SetSourceConnection_4(id0); }
33
34   private native void SetProbePointData_5(int id0);
35   public void SetProbePointData(int id0)
36     { SetProbePointData_5(id0); }
37
38   private native int GetProbePointData_6();
39   public int GetProbePointData()
40     { return GetProbePointData_6(); }
41
42   private native void ProbePointDataOn_7();
43   public void ProbePointDataOn()
44     { ProbePointDataOn_7(); }
45
46   private native void ProbePointDataOff_8();
47   public void ProbePointDataOff()
48     { ProbePointDataOff_8(); }
49
50   private native void SetProbeCellData_9(int id0);
51   public void SetProbeCellData(int id0)
52     { SetProbeCellData_9(id0); }
53
54   private native int GetProbeCellData_10();
55   public int GetProbeCellData()
56     { return GetProbeCellData_10(); }
57
58   private native void ProbeCellDataOn_11();
59   public void ProbeCellDataOn()
60     { ProbeCellDataOn_11(); }
61
62   private native void ProbeCellDataOff_12();
63   public void ProbeCellDataOff()
64     { ProbeCellDataOff_12(); }
65
66   public vtkProbePolyhedron() { super(); }
67
68   public vtkProbePolyhedron(long id) { super(id); }
69   public native long   VTKInit();
70
71 }