X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAxes.java;h=f965cf5f3c9ad83eabdb988f69885af0a1df2ea4;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=14796642d24e393f99f6a0c1575c825710fd0e4e;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAxes.java b/vtk/src/vtk/vtkAxes.java index 14796642..f965cf5f 100644 --- a/vtk/src/vtk/vtkAxes.java +++ b/vtk/src/vtk/vtkAxes.java @@ -1,75 +1,75 @@ -// java wrapper for vtkAxes object -// - -package vtk; -import vtk.*; - -public class vtkAxes extends vtkPolyDataAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetOrigin_2(double id0,double id1,double id2); - public void SetOrigin(double id0,double id1,double id2) - { SetOrigin_2(id0,id1,id2); } - - private native void SetOrigin_3(double id0[]); - public void SetOrigin(double id0[]) - { SetOrigin_3(id0); } - - private native double[] GetOrigin_4(); - public double[] GetOrigin() - { return GetOrigin_4(); } - - private native void SetScaleFactor_5(double id0); - public void SetScaleFactor(double id0) - { SetScaleFactor_5(id0); } - - private native double GetScaleFactor_6(); - public double GetScaleFactor() - { return GetScaleFactor_6(); } - - private native void SetSymmetric_7(int id0); - public void SetSymmetric(int id0) - { SetSymmetric_7(id0); } - - private native int GetSymmetric_8(); - public int GetSymmetric() - { return GetSymmetric_8(); } - - private native void SymmetricOn_9(); - public void SymmetricOn() - { SymmetricOn_9(); } - - private native void SymmetricOff_10(); - public void SymmetricOff() - { SymmetricOff_10(); } - - private native void SetComputeNormals_11(int id0); - public void SetComputeNormals(int id0) - { SetComputeNormals_11(id0); } - - private native int GetComputeNormals_12(); - public int GetComputeNormals() - { return GetComputeNormals_12(); } - - private native void ComputeNormalsOn_13(); - public void ComputeNormalsOn() - { ComputeNormalsOn_13(); } - - private native void ComputeNormalsOff_14(); - public void ComputeNormalsOff() - { ComputeNormalsOff_14(); } - - public vtkAxes() { super(); } - - public vtkAxes(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAxes object +// + +package vtk; +import vtk.*; + +public class vtkAxes extends vtkPolyDataAlgorithm +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void SetOrigin_2(double id0,double id1,double id2); + public void SetOrigin(double id0,double id1,double id2) + { SetOrigin_2(id0,id1,id2); } + + private native void SetOrigin_3(double id0[]); + public void SetOrigin(double id0[]) + { SetOrigin_3(id0); } + + private native double[] GetOrigin_4(); + public double[] GetOrigin() + { return GetOrigin_4(); } + + private native void SetScaleFactor_5(double id0); + public void SetScaleFactor(double id0) + { SetScaleFactor_5(id0); } + + private native double GetScaleFactor_6(); + public double GetScaleFactor() + { return GetScaleFactor_6(); } + + private native void SetSymmetric_7(int id0); + public void SetSymmetric(int id0) + { SetSymmetric_7(id0); } + + private native int GetSymmetric_8(); + public int GetSymmetric() + { return GetSymmetric_8(); } + + private native void SymmetricOn_9(); + public void SymmetricOn() + { SymmetricOn_9(); } + + private native void SymmetricOff_10(); + public void SymmetricOff() + { SymmetricOff_10(); } + + private native void SetComputeNormals_11(int id0); + public void SetComputeNormals(int id0) + { SetComputeNormals_11(id0); } + + private native int GetComputeNormals_12(); + public int GetComputeNormals() + { return GetComputeNormals_12(); } + + private native void ComputeNormalsOn_13(); + public void ComputeNormalsOn() + { ComputeNormalsOn_13(); } + + private native void ComputeNormalsOff_14(); + public void ComputeNormalsOff() + { ComputeNormalsOff_14(); } + + public vtkAxes() { super(); } + + public vtkAxes(long id) { super(id); } + public native long VTKInit(); + +}