X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSpline.java;h=07e96687d6eb3a55845696bbae85e4b4173bd465;hb=5303ddc439764f9263054f519deab7f9f350d561;hp=f4cffccfecf4ba573c492a1f9c0495c3784b2a02;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSpline.java b/vtk/src/vtk/vtkSpline.java index f4cffccf..07e96687 100644 --- a/vtk/src/vtk/vtkSpline.java +++ b/vtk/src/vtk/vtkSpline.java @@ -1,146 +1,146 @@ -// java wrapper for vtkSpline object -// - -package vtk; -import vtk.*; - -public class vtkSpline extends vtkObject -{ - - 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 SetParametricRange_2(double id0,double id1); - public void SetParametricRange(double id0,double id1) - { SetParametricRange_2(id0,id1); } - - private native void SetParametricRange_3(double id0[]); - public void SetParametricRange(double id0[]) - { SetParametricRange_3(id0); } - - private native void GetParametricRange_4(double id0[]); - public void GetParametricRange(double id0[]) - { GetParametricRange_4(id0); } - - private native void SetClampValue_5(int id0); - public void SetClampValue(int id0) - { SetClampValue_5(id0); } - - private native int GetClampValue_6(); - public int GetClampValue() - { return GetClampValue_6(); } - - private native void ClampValueOn_7(); - public void ClampValueOn() - { ClampValueOn_7(); } - - private native void ClampValueOff_8(); - public void ClampValueOff() - { ClampValueOff_8(); } - - private native void Compute_9(); - public void Compute() - { Compute_9(); } - - private native double Evaluate_10(double id0); - public double Evaluate(double id0) - { return Evaluate_10(id0); } - - private native int GetNumberOfPoints_11(); - public int GetNumberOfPoints() - { return GetNumberOfPoints_11(); } - - private native void AddPoint_12(double id0,double id1); - public void AddPoint(double id0,double id1) - { AddPoint_12(id0,id1); } - - private native void RemovePoint_13(double id0); - public void RemovePoint(double id0) - { RemovePoint_13(id0); } - - private native void RemoveAllPoints_14(); - public void RemoveAllPoints() - { RemoveAllPoints_14(); } - - private native void SetClosed_15(int id0); - public void SetClosed(int id0) - { SetClosed_15(id0); } - - private native int GetClosed_16(); - public int GetClosed() - { return GetClosed_16(); } - - private native void ClosedOn_17(); - public void ClosedOn() - { ClosedOn_17(); } - - private native void ClosedOff_18(); - public void ClosedOff() - { ClosedOff_18(); } - - private native void SetLeftConstraint_19(int id0); - public void SetLeftConstraint(int id0) - { SetLeftConstraint_19(id0); } - - private native int GetLeftConstraintMinValue_20(); - public int GetLeftConstraintMinValue() - { return GetLeftConstraintMinValue_20(); } - - private native int GetLeftConstraintMaxValue_21(); - public int GetLeftConstraintMaxValue() - { return GetLeftConstraintMaxValue_21(); } - - private native int GetLeftConstraint_22(); - public int GetLeftConstraint() - { return GetLeftConstraint_22(); } - - private native void SetRightConstraint_23(int id0); - public void SetRightConstraint(int id0) - { SetRightConstraint_23(id0); } - - private native int GetRightConstraintMinValue_24(); - public int GetRightConstraintMinValue() - { return GetRightConstraintMinValue_24(); } - - private native int GetRightConstraintMaxValue_25(); - public int GetRightConstraintMaxValue() - { return GetRightConstraintMaxValue_25(); } - - private native int GetRightConstraint_26(); - public int GetRightConstraint() - { return GetRightConstraint_26(); } - - private native void SetLeftValue_27(double id0); - public void SetLeftValue(double id0) - { SetLeftValue_27(id0); } - - private native double GetLeftValue_28(); - public double GetLeftValue() - { return GetLeftValue_28(); } - - private native void SetRightValue_29(double id0); - public void SetRightValue(double id0) - { SetRightValue_29(id0); } - - private native double GetRightValue_30(); - public double GetRightValue() - { return GetRightValue_30(); } - - private native int GetMTime_31(); - public int GetMTime() - { return GetMTime_31(); } - - private native void DeepCopy_32(vtkSpline id0); - public void DeepCopy(vtkSpline id0) - { DeepCopy_32(id0); } - - public vtkSpline() { super(); } - - public vtkSpline(long id) { super(id); } - -} +// java wrapper for vtkSpline object +// + +package vtk; +import vtk.*; + +public class vtkSpline extends vtkObject +{ + + 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 SetParametricRange_2(double id0,double id1); + public void SetParametricRange(double id0,double id1) + { SetParametricRange_2(id0,id1); } + + private native void SetParametricRange_3(double id0[]); + public void SetParametricRange(double id0[]) + { SetParametricRange_3(id0); } + + private native void GetParametricRange_4(double id0[]); + public void GetParametricRange(double id0[]) + { GetParametricRange_4(id0); } + + private native void SetClampValue_5(int id0); + public void SetClampValue(int id0) + { SetClampValue_5(id0); } + + private native int GetClampValue_6(); + public int GetClampValue() + { return GetClampValue_6(); } + + private native void ClampValueOn_7(); + public void ClampValueOn() + { ClampValueOn_7(); } + + private native void ClampValueOff_8(); + public void ClampValueOff() + { ClampValueOff_8(); } + + private native void Compute_9(); + public void Compute() + { Compute_9(); } + + private native double Evaluate_10(double id0); + public double Evaluate(double id0) + { return Evaluate_10(id0); } + + private native int GetNumberOfPoints_11(); + public int GetNumberOfPoints() + { return GetNumberOfPoints_11(); } + + private native void AddPoint_12(double id0,double id1); + public void AddPoint(double id0,double id1) + { AddPoint_12(id0,id1); } + + private native void RemovePoint_13(double id0); + public void RemovePoint(double id0) + { RemovePoint_13(id0); } + + private native void RemoveAllPoints_14(); + public void RemoveAllPoints() + { RemoveAllPoints_14(); } + + private native void SetClosed_15(int id0); + public void SetClosed(int id0) + { SetClosed_15(id0); } + + private native int GetClosed_16(); + public int GetClosed() + { return GetClosed_16(); } + + private native void ClosedOn_17(); + public void ClosedOn() + { ClosedOn_17(); } + + private native void ClosedOff_18(); + public void ClosedOff() + { ClosedOff_18(); } + + private native void SetLeftConstraint_19(int id0); + public void SetLeftConstraint(int id0) + { SetLeftConstraint_19(id0); } + + private native int GetLeftConstraintMinValue_20(); + public int GetLeftConstraintMinValue() + { return GetLeftConstraintMinValue_20(); } + + private native int GetLeftConstraintMaxValue_21(); + public int GetLeftConstraintMaxValue() + { return GetLeftConstraintMaxValue_21(); } + + private native int GetLeftConstraint_22(); + public int GetLeftConstraint() + { return GetLeftConstraint_22(); } + + private native void SetRightConstraint_23(int id0); + public void SetRightConstraint(int id0) + { SetRightConstraint_23(id0); } + + private native int GetRightConstraintMinValue_24(); + public int GetRightConstraintMinValue() + { return GetRightConstraintMinValue_24(); } + + private native int GetRightConstraintMaxValue_25(); + public int GetRightConstraintMaxValue() + { return GetRightConstraintMaxValue_25(); } + + private native int GetRightConstraint_26(); + public int GetRightConstraint() + { return GetRightConstraint_26(); } + + private native void SetLeftValue_27(double id0); + public void SetLeftValue(double id0) + { SetLeftValue_27(id0); } + + private native double GetLeftValue_28(); + public double GetLeftValue() + { return GetLeftValue_28(); } + + private native void SetRightValue_29(double id0); + public void SetRightValue(double id0) + { SetRightValue_29(id0); } + + private native double GetRightValue_30(); + public double GetRightValue() + { return GetRightValue_30(); } + + private native int GetMTime_31(); + public int GetMTime() + { return GetMTime_31(); } + + private native void DeepCopy_32(vtkSpline id0); + public void DeepCopy(vtkSpline id0) + { DeepCopy_32(id0); } + + public vtkSpline() { super(); } + + public vtkSpline(long id) { super(id); } + +}