X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkQuadricDecimation.java;h=bb3a66f8ae15866d57dcaf057ffd2333a0e57240;hb=09afb6fbe9c440b6768714373d95d581111b9993;hp=709385927d300d2b33b7c0d8a72bdc6a8e65bb65;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkQuadricDecimation.java b/vtk/src/vtk/vtkQuadricDecimation.java index 70938592..bb3a66f8 100644 --- a/vtk/src/vtk/vtkQuadricDecimation.java +++ b/vtk/src/vtk/vtkQuadricDecimation.java @@ -1,179 +1,195 @@ -// java wrapper for vtkQuadricDecimation object -// - -package vtk; -import vtk.*; - -public class vtkQuadricDecimation 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 SetTargetReduction_2(double id0); - public void SetTargetReduction(double id0) - { SetTargetReduction_2(id0); } - - private native double GetTargetReductionMinValue_3(); - public double GetTargetReductionMinValue() - { return GetTargetReductionMinValue_3(); } - - private native double GetTargetReductionMaxValue_4(); - public double GetTargetReductionMaxValue() - { return GetTargetReductionMaxValue_4(); } - - private native double GetTargetReduction_5(); - public double GetTargetReduction() - { return GetTargetReduction_5(); } - - private native void SetAttributeErrorMetric_6(int id0); - public void SetAttributeErrorMetric(int id0) - { SetAttributeErrorMetric_6(id0); } - - private native int GetAttributeErrorMetric_7(); - public int GetAttributeErrorMetric() - { return GetAttributeErrorMetric_7(); } - - private native void AttributeErrorMetricOn_8(); - public void AttributeErrorMetricOn() - { AttributeErrorMetricOn_8(); } - - private native void AttributeErrorMetricOff_9(); - public void AttributeErrorMetricOff() - { AttributeErrorMetricOff_9(); } - - private native void SetScalarsAttribute_10(int id0); - public void SetScalarsAttribute(int id0) - { SetScalarsAttribute_10(id0); } - - private native int GetScalarsAttribute_11(); - public int GetScalarsAttribute() - { return GetScalarsAttribute_11(); } - - private native void ScalarsAttributeOn_12(); - public void ScalarsAttributeOn() - { ScalarsAttributeOn_12(); } - - private native void ScalarsAttributeOff_13(); - public void ScalarsAttributeOff() - { ScalarsAttributeOff_13(); } - - private native void SetVectorsAttribute_14(int id0); - public void SetVectorsAttribute(int id0) - { SetVectorsAttribute_14(id0); } - - private native int GetVectorsAttribute_15(); - public int GetVectorsAttribute() - { return GetVectorsAttribute_15(); } - - private native void VectorsAttributeOn_16(); - public void VectorsAttributeOn() - { VectorsAttributeOn_16(); } - - private native void VectorsAttributeOff_17(); - public void VectorsAttributeOff() - { VectorsAttributeOff_17(); } - - private native void SetNormalsAttribute_18(int id0); - public void SetNormalsAttribute(int id0) - { SetNormalsAttribute_18(id0); } - - private native int GetNormalsAttribute_19(); - public int GetNormalsAttribute() - { return GetNormalsAttribute_19(); } - - private native void NormalsAttributeOn_20(); - public void NormalsAttributeOn() - { NormalsAttributeOn_20(); } - - private native void NormalsAttributeOff_21(); - public void NormalsAttributeOff() - { NormalsAttributeOff_21(); } - - private native void SetTCoordsAttribute_22(int id0); - public void SetTCoordsAttribute(int id0) - { SetTCoordsAttribute_22(id0); } - - private native int GetTCoordsAttribute_23(); - public int GetTCoordsAttribute() - { return GetTCoordsAttribute_23(); } - - private native void TCoordsAttributeOn_24(); - public void TCoordsAttributeOn() - { TCoordsAttributeOn_24(); } - - private native void TCoordsAttributeOff_25(); - public void TCoordsAttributeOff() - { TCoordsAttributeOff_25(); } - - private native void SetTensorsAttribute_26(int id0); - public void SetTensorsAttribute(int id0) - { SetTensorsAttribute_26(id0); } - - private native int GetTensorsAttribute_27(); - public int GetTensorsAttribute() - { return GetTensorsAttribute_27(); } - - private native void TensorsAttributeOn_28(); - public void TensorsAttributeOn() - { TensorsAttributeOn_28(); } - - private native void TensorsAttributeOff_29(); - public void TensorsAttributeOff() - { TensorsAttributeOff_29(); } - - private native void SetScalarsWeight_30(double id0); - public void SetScalarsWeight(double id0) - { SetScalarsWeight_30(id0); } - - private native void SetVectorsWeight_31(double id0); - public void SetVectorsWeight(double id0) - { SetVectorsWeight_31(id0); } - - private native void SetNormalsWeight_32(double id0); - public void SetNormalsWeight(double id0) - { SetNormalsWeight_32(id0); } - - private native void SetTCoordsWeight_33(double id0); - public void SetTCoordsWeight(double id0) - { SetTCoordsWeight_33(id0); } - - private native void SetTensorsWeight_34(double id0); - public void SetTensorsWeight(double id0) - { SetTensorsWeight_34(id0); } - - private native double GetScalarsWeight_35(); - public double GetScalarsWeight() - { return GetScalarsWeight_35(); } - - private native double GetVectorsWeight_36(); - public double GetVectorsWeight() - { return GetVectorsWeight_36(); } - - private native double GetNormalsWeight_37(); - public double GetNormalsWeight() - { return GetNormalsWeight_37(); } - - private native double GetTCoordsWeight_38(); - public double GetTCoordsWeight() - { return GetTCoordsWeight_38(); } - - private native double GetTensorsWeight_39(); - public double GetTensorsWeight() - { return GetTensorsWeight_39(); } - - private native double GetActualReduction_40(); - public double GetActualReduction() - { return GetActualReduction_40(); } - - public vtkQuadricDecimation() { super(); } - - public vtkQuadricDecimation(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkQuadricDecimation object +// + +package vtk; +import vtk.*; + +public class vtkQuadricDecimation 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 SetTargetReduction_2(double id0); + public void SetTargetReduction(double id0) + { SetTargetReduction_2(id0); } + + private native double GetTargetReductionMinValue_3(); + public double GetTargetReductionMinValue() + { return GetTargetReductionMinValue_3(); } + + private native double GetTargetReductionMaxValue_4(); + public double GetTargetReductionMaxValue() + { return GetTargetReductionMaxValue_4(); } + + private native double GetTargetReduction_5(); + public double GetTargetReduction() + { return GetTargetReduction_5(); } + + private native void SetAttributeErrorMetric_6(int id0); + public void SetAttributeErrorMetric(int id0) + { SetAttributeErrorMetric_6(id0); } + + private native int GetAttributeErrorMetric_7(); + public int GetAttributeErrorMetric() + { return GetAttributeErrorMetric_7(); } + + private native void AttributeErrorMetricOn_8(); + public void AttributeErrorMetricOn() + { AttributeErrorMetricOn_8(); } + + private native void AttributeErrorMetricOff_9(); + public void AttributeErrorMetricOff() + { AttributeErrorMetricOff_9(); } + + private native void SetVolumePreservation_10(int id0); + public void SetVolumePreservation(int id0) + { SetVolumePreservation_10(id0); } + + private native int GetVolumePreservation_11(); + public int GetVolumePreservation() + { return GetVolumePreservation_11(); } + + private native void VolumePreservationOn_12(); + public void VolumePreservationOn() + { VolumePreservationOn_12(); } + + private native void VolumePreservationOff_13(); + public void VolumePreservationOff() + { VolumePreservationOff_13(); } + + private native void SetScalarsAttribute_14(int id0); + public void SetScalarsAttribute(int id0) + { SetScalarsAttribute_14(id0); } + + private native int GetScalarsAttribute_15(); + public int GetScalarsAttribute() + { return GetScalarsAttribute_15(); } + + private native void ScalarsAttributeOn_16(); + public void ScalarsAttributeOn() + { ScalarsAttributeOn_16(); } + + private native void ScalarsAttributeOff_17(); + public void ScalarsAttributeOff() + { ScalarsAttributeOff_17(); } + + private native void SetVectorsAttribute_18(int id0); + public void SetVectorsAttribute(int id0) + { SetVectorsAttribute_18(id0); } + + private native int GetVectorsAttribute_19(); + public int GetVectorsAttribute() + { return GetVectorsAttribute_19(); } + + private native void VectorsAttributeOn_20(); + public void VectorsAttributeOn() + { VectorsAttributeOn_20(); } + + private native void VectorsAttributeOff_21(); + public void VectorsAttributeOff() + { VectorsAttributeOff_21(); } + + private native void SetNormalsAttribute_22(int id0); + public void SetNormalsAttribute(int id0) + { SetNormalsAttribute_22(id0); } + + private native int GetNormalsAttribute_23(); + public int GetNormalsAttribute() + { return GetNormalsAttribute_23(); } + + private native void NormalsAttributeOn_24(); + public void NormalsAttributeOn() + { NormalsAttributeOn_24(); } + + private native void NormalsAttributeOff_25(); + public void NormalsAttributeOff() + { NormalsAttributeOff_25(); } + + private native void SetTCoordsAttribute_26(int id0); + public void SetTCoordsAttribute(int id0) + { SetTCoordsAttribute_26(id0); } + + private native int GetTCoordsAttribute_27(); + public int GetTCoordsAttribute() + { return GetTCoordsAttribute_27(); } + + private native void TCoordsAttributeOn_28(); + public void TCoordsAttributeOn() + { TCoordsAttributeOn_28(); } + + private native void TCoordsAttributeOff_29(); + public void TCoordsAttributeOff() + { TCoordsAttributeOff_29(); } + + private native void SetTensorsAttribute_30(int id0); + public void SetTensorsAttribute(int id0) + { SetTensorsAttribute_30(id0); } + + private native int GetTensorsAttribute_31(); + public int GetTensorsAttribute() + { return GetTensorsAttribute_31(); } + + private native void TensorsAttributeOn_32(); + public void TensorsAttributeOn() + { TensorsAttributeOn_32(); } + + private native void TensorsAttributeOff_33(); + public void TensorsAttributeOff() + { TensorsAttributeOff_33(); } + + private native void SetScalarsWeight_34(double id0); + public void SetScalarsWeight(double id0) + { SetScalarsWeight_34(id0); } + + private native void SetVectorsWeight_35(double id0); + public void SetVectorsWeight(double id0) + { SetVectorsWeight_35(id0); } + + private native void SetNormalsWeight_36(double id0); + public void SetNormalsWeight(double id0) + { SetNormalsWeight_36(id0); } + + private native void SetTCoordsWeight_37(double id0); + public void SetTCoordsWeight(double id0) + { SetTCoordsWeight_37(id0); } + + private native void SetTensorsWeight_38(double id0); + public void SetTensorsWeight(double id0) + { SetTensorsWeight_38(id0); } + + private native double GetScalarsWeight_39(); + public double GetScalarsWeight() + { return GetScalarsWeight_39(); } + + private native double GetVectorsWeight_40(); + public double GetVectorsWeight() + { return GetVectorsWeight_40(); } + + private native double GetNormalsWeight_41(); + public double GetNormalsWeight() + { return GetNormalsWeight_41(); } + + private native double GetTCoordsWeight_42(); + public double GetTCoordsWeight() + { return GetTCoordsWeight_42(); } + + private native double GetTensorsWeight_43(); + public double GetTensorsWeight() + { return GetTensorsWeight_43(); } + + private native double GetActualReduction_44(); + public double GetActualReduction() + { return GetActualReduction_44(); } + + public vtkQuadricDecimation() { super(); } + + public vtkQuadricDecimation(long id) { super(id); } + public native long VTKInit(); + +}