]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSpatialRepresentationFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkSpatialRepresentationFilter.java
1 // java wrapper for vtkSpatialRepresentationFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSpatialRepresentationFilter extends vtkMultiBlockDataSetAlgorithm
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 SetSpatialRepresentation_2(vtkLocator id0);
19   public void SetSpatialRepresentation(vtkLocator id0)
20     { SetSpatialRepresentation_2(id0); }
21
22   private native long GetSpatialRepresentation_3();
23   public vtkLocator GetSpatialRepresentation() {
24     long temp = GetSpatialRepresentation_3();
25
26     if (temp == 0) return null;
27     return (vtkLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native int GetMaximumLevel_4();
31   public int GetMaximumLevel()
32     { return GetMaximumLevel_4(); }
33
34   private native void AddLevel_5(int id0);
35   public void AddLevel(int id0)
36     { AddLevel_5(id0); }
37
38   private native void ResetLevels_6();
39   public void ResetLevels()
40     { ResetLevels_6(); }
41
42   private native void SetGenerateLeaves_7(boolean id0);
43   public void SetGenerateLeaves(boolean id0)
44     { SetGenerateLeaves_7(id0); }
45
46   private native boolean GetGenerateLeaves_8();
47   public boolean GetGenerateLeaves()
48     { return GetGenerateLeaves_8(); }
49
50   private native void GenerateLeavesOn_9();
51   public void GenerateLeavesOn()
52     { GenerateLeavesOn_9(); }
53
54   private native void GenerateLeavesOff_10();
55   public void GenerateLeavesOff()
56     { GenerateLeavesOff_10(); }
57
58   public vtkSpatialRepresentationFilter() { super(); }
59
60   public vtkSpatialRepresentationFilter(long id) { super(id); }
61   public native long   VTKInit();
62
63 }