]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageExtractComponents.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageExtractComponents.java
1 // java wrapper for vtkImageExtractComponents object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageExtractComponents extends vtkThreadedImageAlgorithm
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 SetComponents_2(int id0);
19   public void SetComponents(int id0)
20     { SetComponents_2(id0); }
21
22   private native void SetComponents_3(int id0,int id1);
23   public void SetComponents(int id0,int id1)
24     { SetComponents_3(id0,id1); }
25
26   private native void SetComponents_4(int id0,int id1,int id2);
27   public void SetComponents(int id0,int id1,int id2)
28     { SetComponents_4(id0,id1,id2); }
29
30   private native int[]  GetComponents_5();
31   public int[]  GetComponents()
32     { return GetComponents_5(); }
33
34   private native int GetNumberOfComponents_6();
35   public int GetNumberOfComponents()
36     { return GetNumberOfComponents_6(); }
37
38   public vtkImageExtractComponents() { super(); }
39
40   public vtkImageExtractComponents(long id) { super(id); }
41   public native long   VTKInit();
42
43 }