X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkUnstructuredGridQuadricDecimation.java;fp=vtk%2Fsrc%2Fvtk%2FvtkUnstructuredGridQuadricDecimation.java;h=b58850f2fa5b38bbefaf9f094a680c1fdddd92e1;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkUnstructuredGridQuadricDecimation.java b/vtk/src/vtk/vtkUnstructuredGridQuadricDecimation.java new file mode 100644 index 00000000..b58850f2 --- /dev/null +++ b/vtk/src/vtk/vtkUnstructuredGridQuadricDecimation.java @@ -0,0 +1,87 @@ +// java wrapper for vtkUnstructuredGridQuadricDecimation object +// + +package vtk; +import vtk.*; + +public class vtkUnstructuredGridQuadricDecimation extends vtkUnstructuredGridAlgorithm +{ + + 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 GetTargetReduction_3(); + public double GetTargetReduction() + { return GetTargetReduction_3(); } + + private native void SetNumberOfTetsOutput_4(int id0); + public void SetNumberOfTetsOutput(int id0) + { SetNumberOfTetsOutput_4(id0); } + + private native int GetNumberOfTetsOutput_5(); + public int GetNumberOfTetsOutput() + { return GetNumberOfTetsOutput_5(); } + + private native void SetNumberOfEdgesToDecimate_6(int id0); + public void SetNumberOfEdgesToDecimate(int id0) + { SetNumberOfEdgesToDecimate_6(id0); } + + private native int GetNumberOfEdgesToDecimate_7(); + public int GetNumberOfEdgesToDecimate() + { return GetNumberOfEdgesToDecimate_7(); } + + private native void SetNumberOfCandidates_8(int id0); + public void SetNumberOfCandidates(int id0) + { SetNumberOfCandidates_8(id0); } + + private native int GetNumberOfCandidates_9(); + public int GetNumberOfCandidates() + { return GetNumberOfCandidates_9(); } + + private native void SetAutoAddCandidates_10(int id0); + public void SetAutoAddCandidates(int id0) + { SetAutoAddCandidates_10(id0); } + + private native int GetAutoAddCandidates_11(); + public int GetAutoAddCandidates() + { return GetAutoAddCandidates_11(); } + + private native void SetAutoAddCandidatesThreshold_12(double id0); + public void SetAutoAddCandidatesThreshold(double id0) + { SetAutoAddCandidatesThreshold_12(id0); } + + private native double GetAutoAddCandidatesThreshold_13(); + public double GetAutoAddCandidatesThreshold() + { return GetAutoAddCandidatesThreshold_13(); } + + private native void SetBoundaryWeight_14(double id0); + public void SetBoundaryWeight(double id0) + { SetBoundaryWeight_14(id0); } + + private native double GetBoundaryWeight_15(); + public double GetBoundaryWeight() + { return GetBoundaryWeight_15(); } + + private native void SetScalarsName_16(String id0); + public void SetScalarsName(String id0) + { SetScalarsName_16(id0); } + + private native String GetScalarsName_17(); + public String GetScalarsName() + { return GetScalarsName_17(); } + + public vtkUnstructuredGridQuadricDecimation() { super(); } + + public vtkUnstructuredGridQuadricDecimation(long id) { super(id); } + public native long VTKInit(); + +}