X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkIntersectionPolyDataFilter.java;h=a8365e0e7e660916f69682648309745482324e97;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=88669998a2b3c8bf273ea9f278e3f7dbf85561f3;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkIntersectionPolyDataFilter.java b/vtk/src/vtk/vtkIntersectionPolyDataFilter.java index 88669998..a8365e0e 100644 --- a/vtk/src/vtk/vtkIntersectionPolyDataFilter.java +++ b/vtk/src/vtk/vtkIntersectionPolyDataFilter.java @@ -1,55 +1,139 @@ -// java wrapper for vtkIntersectionPolyDataFilter object -// - -package vtk; -import vtk.*; - -public class vtkIntersectionPolyDataFilter 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 int GetSplitFirstOutput_2(); - public int GetSplitFirstOutput() - { return GetSplitFirstOutput_2(); } - - private native void SetSplitFirstOutput_3(int id0); - public void SetSplitFirstOutput(int id0) - { SetSplitFirstOutput_3(id0); } - - private native void SplitFirstOutputOn_4(); - public void SplitFirstOutputOn() - { SplitFirstOutputOn_4(); } - - private native void SplitFirstOutputOff_5(); - public void SplitFirstOutputOff() - { SplitFirstOutputOff_5(); } - - private native int GetSplitSecondOutput_6(); - public int GetSplitSecondOutput() - { return GetSplitSecondOutput_6(); } - - private native void SetSplitSecondOutput_7(int id0); - public void SetSplitSecondOutput(int id0) - { SetSplitSecondOutput_7(id0); } - - private native void SplitSecondOutputOn_8(); - public void SplitSecondOutputOn() - { SplitSecondOutputOn_8(); } - - private native void SplitSecondOutputOff_9(); - public void SplitSecondOutputOff() - { SplitSecondOutputOff_9(); } - - public vtkIntersectionPolyDataFilter() { super(); } - - public vtkIntersectionPolyDataFilter(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkIntersectionPolyDataFilter object +// + +package vtk; +import vtk.*; + +public class vtkIntersectionPolyDataFilter 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 int GetNumberOfIntersectionPoints_2(); + public int GetNumberOfIntersectionPoints() + { return GetNumberOfIntersectionPoints_2(); } + + private native int GetNumberOfIntersectionLines_3(); + public int GetNumberOfIntersectionLines() + { return GetNumberOfIntersectionLines_3(); } + + private native int GetSplitFirstOutput_4(); + public int GetSplitFirstOutput() + { return GetSplitFirstOutput_4(); } + + private native void SetSplitFirstOutput_5(int id0); + public void SetSplitFirstOutput(int id0) + { SetSplitFirstOutput_5(id0); } + + private native void SplitFirstOutputOn_6(); + public void SplitFirstOutputOn() + { SplitFirstOutputOn_6(); } + + private native void SplitFirstOutputOff_7(); + public void SplitFirstOutputOff() + { SplitFirstOutputOff_7(); } + + private native int GetSplitSecondOutput_8(); + public int GetSplitSecondOutput() + { return GetSplitSecondOutput_8(); } + + private native void SetSplitSecondOutput_9(int id0); + public void SetSplitSecondOutput(int id0) + { SetSplitSecondOutput_9(id0); } + + private native void SplitSecondOutputOn_10(); + public void SplitSecondOutputOn() + { SplitSecondOutputOn_10(); } + + private native void SplitSecondOutputOff_11(); + public void SplitSecondOutputOff() + { SplitSecondOutputOff_11(); } + + private native int GetComputeIntersectionPointArray_12(); + public int GetComputeIntersectionPointArray() + { return GetComputeIntersectionPointArray_12(); } + + private native void SetComputeIntersectionPointArray_13(int id0); + public void SetComputeIntersectionPointArray(int id0) + { SetComputeIntersectionPointArray_13(id0); } + + private native void ComputeIntersectionPointArrayOn_14(); + public void ComputeIntersectionPointArrayOn() + { ComputeIntersectionPointArrayOn_14(); } + + private native void ComputeIntersectionPointArrayOff_15(); + public void ComputeIntersectionPointArrayOff() + { ComputeIntersectionPointArrayOff_15(); } + + private native int GetCheckInput_16(); + public int GetCheckInput() + { return GetCheckInput_16(); } + + private native void SetCheckInput_17(int id0); + public void SetCheckInput(int id0) + { SetCheckInput_17(id0); } + + private native void CheckInputOn_18(); + public void CheckInputOn() + { CheckInputOn_18(); } + + private native void CheckInputOff_19(); + public void CheckInputOff() + { CheckInputOff_19(); } + + private native int GetCheckMesh_20(); + public int GetCheckMesh() + { return GetCheckMesh_20(); } + + private native void SetCheckMesh_21(int id0); + public void SetCheckMesh(int id0) + { SetCheckMesh_21(id0); } + + private native void CheckMeshOn_22(); + public void CheckMeshOn() + { CheckMeshOn_22(); } + + private native void CheckMeshOff_23(); + public void CheckMeshOff() + { CheckMeshOff_23(); } + + private native int GetStatus_24(); + public int GetStatus() + { return GetStatus_24(); } + + private native double GetTolerance_25(); + public double GetTolerance() + { return GetTolerance_25(); } + + private native void SetTolerance_26(double id0); + public void SetTolerance(double id0) + { SetTolerance_26(id0); } + + private native double GetRelativeSubtriangleArea_27(); + public double GetRelativeSubtriangleArea() + { return GetRelativeSubtriangleArea_27(); } + + private native void SetRelativeSubtriangleArea_28(double id0); + public void SetRelativeSubtriangleArea(double id0) + { SetRelativeSubtriangleArea_28(id0); } + + private native void CleanAndCheckSurface_29(vtkPolyData id0,double id1[],double id2); + public void CleanAndCheckSurface(vtkPolyData id0,double id1[],double id2) + { CleanAndCheckSurface_29(id0,id1,id2); } + + private native void CleanAndCheckInput_30(vtkPolyData id0,double id1); + public void CleanAndCheckInput(vtkPolyData id0,double id1) + { CleanAndCheckInput_30(id0,id1); } + + public vtkIntersectionPolyDataFilter() { super(); } + + public vtkIntersectionPolyDataFilter(long id) { super(id); } + public native long VTKInit(); + +}