X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSmoothPolyDataFilter.java;h=e513730e090ec29264478dcb7ec657b2f284abca;hb=f13bbe4a5dd9b50077ab6110bfb20257e4ebf6f0;hp=002ced57447b2b4d0a758d99d211997ecfafe7dd;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSmoothPolyDataFilter.java b/vtk/src/vtk/vtkSmoothPolyDataFilter.java index 002ced57..e513730e 100644 --- a/vtk/src/vtk/vtkSmoothPolyDataFilter.java +++ b/vtk/src/vtk/vtkSmoothPolyDataFilter.java @@ -1,171 +1,179 @@ -// java wrapper for vtkSmoothPolyDataFilter object -// - -package vtk; -import vtk.*; - -public class vtkSmoothPolyDataFilter 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 SetConvergence_2(double id0); - public void SetConvergence(double id0) - { SetConvergence_2(id0); } - - private native double GetConvergenceMinValue_3(); - public double GetConvergenceMinValue() - { return GetConvergenceMinValue_3(); } - - private native double GetConvergenceMaxValue_4(); - public double GetConvergenceMaxValue() - { return GetConvergenceMaxValue_4(); } - - private native double GetConvergence_5(); - public double GetConvergence() - { return GetConvergence_5(); } - - private native void SetNumberOfIterations_6(int id0); - public void SetNumberOfIterations(int id0) - { SetNumberOfIterations_6(id0); } - - private native int GetNumberOfIterationsMinValue_7(); - public int GetNumberOfIterationsMinValue() - { return GetNumberOfIterationsMinValue_7(); } - - private native int GetNumberOfIterationsMaxValue_8(); - public int GetNumberOfIterationsMaxValue() - { return GetNumberOfIterationsMaxValue_8(); } - - private native int GetNumberOfIterations_9(); - public int GetNumberOfIterations() - { return GetNumberOfIterations_9(); } - - private native void SetRelaxationFactor_10(double id0); - public void SetRelaxationFactor(double id0) - { SetRelaxationFactor_10(id0); } - - private native double GetRelaxationFactor_11(); - public double GetRelaxationFactor() - { return GetRelaxationFactor_11(); } - - private native void SetFeatureEdgeSmoothing_12(int id0); - public void SetFeatureEdgeSmoothing(int id0) - { SetFeatureEdgeSmoothing_12(id0); } - - private native int GetFeatureEdgeSmoothing_13(); - public int GetFeatureEdgeSmoothing() - { return GetFeatureEdgeSmoothing_13(); } - - private native void FeatureEdgeSmoothingOn_14(); - public void FeatureEdgeSmoothingOn() - { FeatureEdgeSmoothingOn_14(); } - - private native void FeatureEdgeSmoothingOff_15(); - public void FeatureEdgeSmoothingOff() - { FeatureEdgeSmoothingOff_15(); } - - private native void SetFeatureAngle_16(double id0); - public void SetFeatureAngle(double id0) - { SetFeatureAngle_16(id0); } - - private native double GetFeatureAngleMinValue_17(); - public double GetFeatureAngleMinValue() - { return GetFeatureAngleMinValue_17(); } - - private native double GetFeatureAngleMaxValue_18(); - public double GetFeatureAngleMaxValue() - { return GetFeatureAngleMaxValue_18(); } - - private native double GetFeatureAngle_19(); - public double GetFeatureAngle() - { return GetFeatureAngle_19(); } - - private native void SetEdgeAngle_20(double id0); - public void SetEdgeAngle(double id0) - { SetEdgeAngle_20(id0); } - - private native double GetEdgeAngleMinValue_21(); - public double GetEdgeAngleMinValue() - { return GetEdgeAngleMinValue_21(); } - - private native double GetEdgeAngleMaxValue_22(); - public double GetEdgeAngleMaxValue() - { return GetEdgeAngleMaxValue_22(); } - - private native double GetEdgeAngle_23(); - public double GetEdgeAngle() - { return GetEdgeAngle_23(); } - - private native void SetBoundarySmoothing_24(int id0); - public void SetBoundarySmoothing(int id0) - { SetBoundarySmoothing_24(id0); } - - private native int GetBoundarySmoothing_25(); - public int GetBoundarySmoothing() - { return GetBoundarySmoothing_25(); } - - private native void BoundarySmoothingOn_26(); - public void BoundarySmoothingOn() - { BoundarySmoothingOn_26(); } - - private native void BoundarySmoothingOff_27(); - public void BoundarySmoothingOff() - { BoundarySmoothingOff_27(); } - - private native void SetGenerateErrorScalars_28(int id0); - public void SetGenerateErrorScalars(int id0) - { SetGenerateErrorScalars_28(id0); } - - private native int GetGenerateErrorScalars_29(); - public int GetGenerateErrorScalars() - { return GetGenerateErrorScalars_29(); } - - private native void GenerateErrorScalarsOn_30(); - public void GenerateErrorScalarsOn() - { GenerateErrorScalarsOn_30(); } - - private native void GenerateErrorScalarsOff_31(); - public void GenerateErrorScalarsOff() - { GenerateErrorScalarsOff_31(); } - - private native void SetGenerateErrorVectors_32(int id0); - public void SetGenerateErrorVectors(int id0) - { SetGenerateErrorVectors_32(id0); } - - private native int GetGenerateErrorVectors_33(); - public int GetGenerateErrorVectors() - { return GetGenerateErrorVectors_33(); } - - private native void GenerateErrorVectorsOn_34(); - public void GenerateErrorVectorsOn() - { GenerateErrorVectorsOn_34(); } - - private native void GenerateErrorVectorsOff_35(); - public void GenerateErrorVectorsOff() - { GenerateErrorVectorsOff_35(); } - - private native void SetSource_36(vtkPolyData id0); - public void SetSource(vtkPolyData id0) - { SetSource_36(id0); } - - private native long GetSource_37(); - public vtkPolyData GetSource() { - long temp = GetSource_37(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkSmoothPolyDataFilter() { super(); } - - public vtkSmoothPolyDataFilter(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSmoothPolyDataFilter object +// + +package vtk; +import vtk.*; + +public class vtkSmoothPolyDataFilter 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 SetConvergence_2(double id0); + public void SetConvergence(double id0) + { SetConvergence_2(id0); } + + private native double GetConvergenceMinValue_3(); + public double GetConvergenceMinValue() + { return GetConvergenceMinValue_3(); } + + private native double GetConvergenceMaxValue_4(); + public double GetConvergenceMaxValue() + { return GetConvergenceMaxValue_4(); } + + private native double GetConvergence_5(); + public double GetConvergence() + { return GetConvergence_5(); } + + private native void SetNumberOfIterations_6(int id0); + public void SetNumberOfIterations(int id0) + { SetNumberOfIterations_6(id0); } + + private native int GetNumberOfIterationsMinValue_7(); + public int GetNumberOfIterationsMinValue() + { return GetNumberOfIterationsMinValue_7(); } + + private native int GetNumberOfIterationsMaxValue_8(); + public int GetNumberOfIterationsMaxValue() + { return GetNumberOfIterationsMaxValue_8(); } + + private native int GetNumberOfIterations_9(); + public int GetNumberOfIterations() + { return GetNumberOfIterations_9(); } + + private native void SetRelaxationFactor_10(double id0); + public void SetRelaxationFactor(double id0) + { SetRelaxationFactor_10(id0); } + + private native double GetRelaxationFactor_11(); + public double GetRelaxationFactor() + { return GetRelaxationFactor_11(); } + + private native void SetFeatureEdgeSmoothing_12(int id0); + public void SetFeatureEdgeSmoothing(int id0) + { SetFeatureEdgeSmoothing_12(id0); } + + private native int GetFeatureEdgeSmoothing_13(); + public int GetFeatureEdgeSmoothing() + { return GetFeatureEdgeSmoothing_13(); } + + private native void FeatureEdgeSmoothingOn_14(); + public void FeatureEdgeSmoothingOn() + { FeatureEdgeSmoothingOn_14(); } + + private native void FeatureEdgeSmoothingOff_15(); + public void FeatureEdgeSmoothingOff() + { FeatureEdgeSmoothingOff_15(); } + + private native void SetFeatureAngle_16(double id0); + public void SetFeatureAngle(double id0) + { SetFeatureAngle_16(id0); } + + private native double GetFeatureAngleMinValue_17(); + public double GetFeatureAngleMinValue() + { return GetFeatureAngleMinValue_17(); } + + private native double GetFeatureAngleMaxValue_18(); + public double GetFeatureAngleMaxValue() + { return GetFeatureAngleMaxValue_18(); } + + private native double GetFeatureAngle_19(); + public double GetFeatureAngle() + { return GetFeatureAngle_19(); } + + private native void SetEdgeAngle_20(double id0); + public void SetEdgeAngle(double id0) + { SetEdgeAngle_20(id0); } + + private native double GetEdgeAngleMinValue_21(); + public double GetEdgeAngleMinValue() + { return GetEdgeAngleMinValue_21(); } + + private native double GetEdgeAngleMaxValue_22(); + public double GetEdgeAngleMaxValue() + { return GetEdgeAngleMaxValue_22(); } + + private native double GetEdgeAngle_23(); + public double GetEdgeAngle() + { return GetEdgeAngle_23(); } + + private native void SetBoundarySmoothing_24(int id0); + public void SetBoundarySmoothing(int id0) + { SetBoundarySmoothing_24(id0); } + + private native int GetBoundarySmoothing_25(); + public int GetBoundarySmoothing() + { return GetBoundarySmoothing_25(); } + + private native void BoundarySmoothingOn_26(); + public void BoundarySmoothingOn() + { BoundarySmoothingOn_26(); } + + private native void BoundarySmoothingOff_27(); + public void BoundarySmoothingOff() + { BoundarySmoothingOff_27(); } + + private native void SetGenerateErrorScalars_28(int id0); + public void SetGenerateErrorScalars(int id0) + { SetGenerateErrorScalars_28(id0); } + + private native int GetGenerateErrorScalars_29(); + public int GetGenerateErrorScalars() + { return GetGenerateErrorScalars_29(); } + + private native void GenerateErrorScalarsOn_30(); + public void GenerateErrorScalarsOn() + { GenerateErrorScalarsOn_30(); } + + private native void GenerateErrorScalarsOff_31(); + public void GenerateErrorScalarsOff() + { GenerateErrorScalarsOff_31(); } + + private native void SetGenerateErrorVectors_32(int id0); + public void SetGenerateErrorVectors(int id0) + { SetGenerateErrorVectors_32(id0); } + + private native int GetGenerateErrorVectors_33(); + public int GetGenerateErrorVectors() + { return GetGenerateErrorVectors_33(); } + + private native void GenerateErrorVectorsOn_34(); + public void GenerateErrorVectorsOn() + { GenerateErrorVectorsOn_34(); } + + private native void GenerateErrorVectorsOff_35(); + public void GenerateErrorVectorsOff() + { GenerateErrorVectorsOff_35(); } + + private native void SetSourceData_36(vtkPolyData id0); + public void SetSourceData(vtkPolyData id0) + { SetSourceData_36(id0); } + + private native long GetSource_37(); + public vtkPolyData GetSource() { + long temp = GetSource_37(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetOutputPointsPrecision_38(int id0); + public void SetOutputPointsPrecision(int id0) + { SetOutputPointsPrecision_38(id0); } + + private native int GetOutputPointsPrecision_39(); + public int GetOutputPointsPrecision() + { return GetOutputPointsPrecision_39(); } + + public vtkSmoothPolyDataFilter() { super(); } + + public vtkSmoothPolyDataFilter(long id) { super(id); } + public native long VTKInit(); + +}