]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkVectorDot.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkVectorDot.java
1 // java wrapper for vtkVectorDot object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkVectorDot 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 SetMapScalars_2(int id0);
19   public void SetMapScalars(int id0)
20     { SetMapScalars_2(id0); }
21
22   private native int GetMapScalars_3();
23   public int GetMapScalars()
24     { return GetMapScalars_3(); }
25
26   private native void MapScalarsOn_4();
27   public void MapScalarsOn()
28     { MapScalarsOn_4(); }
29
30   private native void MapScalarsOff_5();
31   public void MapScalarsOff()
32     { MapScalarsOff_5(); }
33
34   private native void SetScalarRange_6(double id0,double id1);
35   public void SetScalarRange(double id0,double id1)
36     { SetScalarRange_6(id0,id1); }
37
38   private native void SetScalarRange_7(double id0[]);
39   public void SetScalarRange(double id0[])
40     { SetScalarRange_7(id0); }
41
42   private native double[] GetScalarRange_8();
43   public double[] GetScalarRange()
44     { return GetScalarRange_8(); }
45
46   private native double[] GetActualRange_9();
47   public double[] GetActualRange()
48     { return GetActualRange_9(); }
49
50   public vtkVectorDot() { super(); }
51
52   public vtkVectorDot(long id) { super(id); }
53   public native long   VTKInit();
54
55 }