]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkStructuredGridClip.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkStructuredGridClip.java
1 // java wrapper for vtkStructuredGridClip object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkStructuredGridClip extends vtkStructuredGridAlgorithm
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 SetOutputWholeExtent_2(int id0[],vtkInformation id1);
19   public void SetOutputWholeExtent(int id0[],vtkInformation id1)
20     { SetOutputWholeExtent_2(id0,id1); }
21
22   private native void SetOutputWholeExtent_3(int id0,int id1,int id2,int id3,int id4,int id5);
23   public void SetOutputWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5)
24     { SetOutputWholeExtent_3(id0,id1,id2,id3,id4,id5); }
25
26   private native void GetOutputWholeExtent_4(int id0[]);
27   public void GetOutputWholeExtent(int id0[])
28     { GetOutputWholeExtent_4(id0); }
29
30   private native void ResetOutputWholeExtent_5();
31   public void ResetOutputWholeExtent()
32     { ResetOutputWholeExtent_5(); }
33
34   private native void SetClipData_6(int id0);
35   public void SetClipData(int id0)
36     { SetClipData_6(id0); }
37
38   private native int GetClipData_7();
39   public int GetClipData()
40     { return GetClipData_7(); }
41
42   private native void ClipDataOn_8();
43   public void ClipDataOn()
44     { ClipDataOn_8(); }
45
46   private native void ClipDataOff_9();
47   public void ClipDataOff()
48     { ClipDataOff_9(); }
49
50   public vtkStructuredGridClip() { super(); }
51
52   public vtkStructuredGridClip(long id) { super(id); }
53   public native long   VTKInit();
54
55 }