X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGlyphSource2D.java;h=dffea6b04bd7ab4f417044f6069a4f1b04ff6278;hb=4890725c9b7e31540dd84a11e16d73c643402a17;hp=0f8b283a0ebc9dc055a9d9c43806e7cd694cf60f;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGlyphSource2D.java b/vtk/src/vtk/vtkGlyphSource2D.java index 0f8b283a..dffea6b0 100644 --- a/vtk/src/vtk/vtkGlyphSource2D.java +++ b/vtk/src/vtk/vtkGlyphSource2D.java @@ -1,203 +1,227 @@ -// java wrapper for vtkGlyphSource2D object -// - -package vtk; -import vtk.*; - -public class vtkGlyphSource2D 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 SetCenter_2(double id0,double id1,double id2); - public void SetCenter(double id0,double id1,double id2) - { SetCenter_2(id0,id1,id2); } - - private native void SetCenter_3(double id0[]); - public void SetCenter(double id0[]) - { SetCenter_3(id0); } - - private native double[] GetCenter_4(); - public double[] GetCenter() - { return GetCenter_4(); } - - private native void SetScale_5(double id0); - public void SetScale(double id0) - { SetScale_5(id0); } - - private native double GetScaleMinValue_6(); - public double GetScaleMinValue() - { return GetScaleMinValue_6(); } - - private native double GetScaleMaxValue_7(); - public double GetScaleMaxValue() - { return GetScaleMaxValue_7(); } - - private native double GetScale_8(); - public double GetScale() - { return GetScale_8(); } - - private native void SetScale2_9(double id0); - public void SetScale2(double id0) - { SetScale2_9(id0); } - - private native double GetScale2MinValue_10(); - public double GetScale2MinValue() - { return GetScale2MinValue_10(); } - - private native double GetScale2MaxValue_11(); - public double GetScale2MaxValue() - { return GetScale2MaxValue_11(); } - - private native double GetScale2_12(); - public double GetScale2() - { return GetScale2_12(); } - - private native void SetColor_13(double id0,double id1,double id2); - public void SetColor(double id0,double id1,double id2) - { SetColor_13(id0,id1,id2); } - - private native void SetColor_14(double id0[]); - public void SetColor(double id0[]) - { SetColor_14(id0); } - - private native double[] GetColor_15(); - public double[] GetColor() - { return GetColor_15(); } - - private native void SetFilled_16(int id0); - public void SetFilled(int id0) - { SetFilled_16(id0); } - - private native int GetFilled_17(); - public int GetFilled() - { return GetFilled_17(); } - - private native void FilledOn_18(); - public void FilledOn() - { FilledOn_18(); } - - private native void FilledOff_19(); - public void FilledOff() - { FilledOff_19(); } - - private native void SetDash_20(int id0); - public void SetDash(int id0) - { SetDash_20(id0); } - - private native int GetDash_21(); - public int GetDash() - { return GetDash_21(); } - - private native void DashOn_22(); - public void DashOn() - { DashOn_22(); } - - private native void DashOff_23(); - public void DashOff() - { DashOff_23(); } - - private native void SetCross_24(int id0); - public void SetCross(int id0) - { SetCross_24(id0); } - - private native int GetCross_25(); - public int GetCross() - { return GetCross_25(); } - - private native void CrossOn_26(); - public void CrossOn() - { CrossOn_26(); } - - private native void CrossOff_27(); - public void CrossOff() - { CrossOff_27(); } - - private native void SetRotationAngle_28(double id0); - public void SetRotationAngle(double id0) - { SetRotationAngle_28(id0); } - - private native double GetRotationAngle_29(); - public double GetRotationAngle() - { return GetRotationAngle_29(); } - - private native void SetGlyphType_30(int id0); - public void SetGlyphType(int id0) - { SetGlyphType_30(id0); } - - private native int GetGlyphTypeMinValue_31(); - public int GetGlyphTypeMinValue() - { return GetGlyphTypeMinValue_31(); } - - private native int GetGlyphTypeMaxValue_32(); - public int GetGlyphTypeMaxValue() - { return GetGlyphTypeMaxValue_32(); } - - private native int GetGlyphType_33(); - public int GetGlyphType() - { return GetGlyphType_33(); } - - private native void SetGlyphTypeToNone_34(); - public void SetGlyphTypeToNone() - { SetGlyphTypeToNone_34(); } - - private native void SetGlyphTypeToVertex_35(); - public void SetGlyphTypeToVertex() - { SetGlyphTypeToVertex_35(); } - - private native void SetGlyphTypeToDash_36(); - public void SetGlyphTypeToDash() - { SetGlyphTypeToDash_36(); } - - private native void SetGlyphTypeToCross_37(); - public void SetGlyphTypeToCross() - { SetGlyphTypeToCross_37(); } - - private native void SetGlyphTypeToThickCross_38(); - public void SetGlyphTypeToThickCross() - { SetGlyphTypeToThickCross_38(); } - - private native void SetGlyphTypeToTriangle_39(); - public void SetGlyphTypeToTriangle() - { SetGlyphTypeToTriangle_39(); } - - private native void SetGlyphTypeToSquare_40(); - public void SetGlyphTypeToSquare() - { SetGlyphTypeToSquare_40(); } - - private native void SetGlyphTypeToCircle_41(); - public void SetGlyphTypeToCircle() - { SetGlyphTypeToCircle_41(); } - - private native void SetGlyphTypeToDiamond_42(); - public void SetGlyphTypeToDiamond() - { SetGlyphTypeToDiamond_42(); } - - private native void SetGlyphTypeToArrow_43(); - public void SetGlyphTypeToArrow() - { SetGlyphTypeToArrow_43(); } - - private native void SetGlyphTypeToThickArrow_44(); - public void SetGlyphTypeToThickArrow() - { SetGlyphTypeToThickArrow_44(); } - - private native void SetGlyphTypeToHookedArrow_45(); - public void SetGlyphTypeToHookedArrow() - { SetGlyphTypeToHookedArrow_45(); } - - private native void SetGlyphTypeToEdgeArrow_46(); - public void SetGlyphTypeToEdgeArrow() - { SetGlyphTypeToEdgeArrow_46(); } - - public vtkGlyphSource2D() { super(); } - - public vtkGlyphSource2D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkGlyphSource2D object +// + +package vtk; +import vtk.*; + +public class vtkGlyphSource2D 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 SetCenter_2(double id0,double id1,double id2); + public void SetCenter(double id0,double id1,double id2) + { SetCenter_2(id0,id1,id2); } + + private native void SetCenter_3(double id0[]); + public void SetCenter(double id0[]) + { SetCenter_3(id0); } + + private native double[] GetCenter_4(); + public double[] GetCenter() + { return GetCenter_4(); } + + private native void SetScale_5(double id0); + public void SetScale(double id0) + { SetScale_5(id0); } + + private native double GetScaleMinValue_6(); + public double GetScaleMinValue() + { return GetScaleMinValue_6(); } + + private native double GetScaleMaxValue_7(); + public double GetScaleMaxValue() + { return GetScaleMaxValue_7(); } + + private native double GetScale_8(); + public double GetScale() + { return GetScale_8(); } + + private native void SetScale2_9(double id0); + public void SetScale2(double id0) + { SetScale2_9(id0); } + + private native double GetScale2MinValue_10(); + public double GetScale2MinValue() + { return GetScale2MinValue_10(); } + + private native double GetScale2MaxValue_11(); + public double GetScale2MaxValue() + { return GetScale2MaxValue_11(); } + + private native double GetScale2_12(); + public double GetScale2() + { return GetScale2_12(); } + + private native void SetColor_13(double id0,double id1,double id2); + public void SetColor(double id0,double id1,double id2) + { SetColor_13(id0,id1,id2); } + + private native void SetColor_14(double id0[]); + public void SetColor(double id0[]) + { SetColor_14(id0); } + + private native double[] GetColor_15(); + public double[] GetColor() + { return GetColor_15(); } + + private native void SetFilled_16(int id0); + public void SetFilled(int id0) + { SetFilled_16(id0); } + + private native int GetFilled_17(); + public int GetFilled() + { return GetFilled_17(); } + + private native void FilledOn_18(); + public void FilledOn() + { FilledOn_18(); } + + private native void FilledOff_19(); + public void FilledOff() + { FilledOff_19(); } + + private native void SetDash_20(int id0); + public void SetDash(int id0) + { SetDash_20(id0); } + + private native int GetDash_21(); + public int GetDash() + { return GetDash_21(); } + + private native void DashOn_22(); + public void DashOn() + { DashOn_22(); } + + private native void DashOff_23(); + public void DashOff() + { DashOff_23(); } + + private native void SetCross_24(int id0); + public void SetCross(int id0) + { SetCross_24(id0); } + + private native int GetCross_25(); + public int GetCross() + { return GetCross_25(); } + + private native void CrossOn_26(); + public void CrossOn() + { CrossOn_26(); } + + private native void CrossOff_27(); + public void CrossOff() + { CrossOff_27(); } + + private native void SetRotationAngle_28(double id0); + public void SetRotationAngle(double id0) + { SetRotationAngle_28(id0); } + + private native double GetRotationAngle_29(); + public double GetRotationAngle() + { return GetRotationAngle_29(); } + + private native void SetResolution_30(int id0); + public void SetResolution(int id0) + { SetResolution_30(id0); } + + private native int GetResolutionMinValue_31(); + public int GetResolutionMinValue() + { return GetResolutionMinValue_31(); } + + private native int GetResolutionMaxValue_32(); + public int GetResolutionMaxValue() + { return GetResolutionMaxValue_32(); } + + private native int GetResolution_33(); + public int GetResolution() + { return GetResolution_33(); } + + private native void SetGlyphType_34(int id0); + public void SetGlyphType(int id0) + { SetGlyphType_34(id0); } + + private native int GetGlyphTypeMinValue_35(); + public int GetGlyphTypeMinValue() + { return GetGlyphTypeMinValue_35(); } + + private native int GetGlyphTypeMaxValue_36(); + public int GetGlyphTypeMaxValue() + { return GetGlyphTypeMaxValue_36(); } + + private native int GetGlyphType_37(); + public int GetGlyphType() + { return GetGlyphType_37(); } + + private native void SetGlyphTypeToNone_38(); + public void SetGlyphTypeToNone() + { SetGlyphTypeToNone_38(); } + + private native void SetGlyphTypeToVertex_39(); + public void SetGlyphTypeToVertex() + { SetGlyphTypeToVertex_39(); } + + private native void SetGlyphTypeToDash_40(); + public void SetGlyphTypeToDash() + { SetGlyphTypeToDash_40(); } + + private native void SetGlyphTypeToCross_41(); + public void SetGlyphTypeToCross() + { SetGlyphTypeToCross_41(); } + + private native void SetGlyphTypeToThickCross_42(); + public void SetGlyphTypeToThickCross() + { SetGlyphTypeToThickCross_42(); } + + private native void SetGlyphTypeToTriangle_43(); + public void SetGlyphTypeToTriangle() + { SetGlyphTypeToTriangle_43(); } + + private native void SetGlyphTypeToSquare_44(); + public void SetGlyphTypeToSquare() + { SetGlyphTypeToSquare_44(); } + + private native void SetGlyphTypeToCircle_45(); + public void SetGlyphTypeToCircle() + { SetGlyphTypeToCircle_45(); } + + private native void SetGlyphTypeToDiamond_46(); + public void SetGlyphTypeToDiamond() + { SetGlyphTypeToDiamond_46(); } + + private native void SetGlyphTypeToArrow_47(); + public void SetGlyphTypeToArrow() + { SetGlyphTypeToArrow_47(); } + + private native void SetGlyphTypeToThickArrow_48(); + public void SetGlyphTypeToThickArrow() + { SetGlyphTypeToThickArrow_48(); } + + private native void SetGlyphTypeToHookedArrow_49(); + public void SetGlyphTypeToHookedArrow() + { SetGlyphTypeToHookedArrow_49(); } + + private native void SetGlyphTypeToEdgeArrow_50(); + public void SetGlyphTypeToEdgeArrow() + { SetGlyphTypeToEdgeArrow_50(); } + + private native void SetOutputPointsPrecision_51(int id0); + public void SetOutputPointsPrecision(int id0) + { SetOutputPointsPrecision_51(id0); } + + private native int GetOutputPointsPrecision_52(); + public int GetOutputPointsPrecision() + { return GetOutputPointsPrecision_52(); } + + public vtkGlyphSource2D() { super(); } + + public vtkGlyphSource2D(long id) { super(id); } + public native long VTKInit(); + +}