X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTableBasedClipDataSet.java;h=f80d18e7a752285c5c8cc7cee3a2a829ea9d48bc;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=819d4e10c89324d676d06be04ad885275b9ba153;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTableBasedClipDataSet.java b/vtk/src/vtk/vtkTableBasedClipDataSet.java index 819d4e10..f80d18e7 100644 --- a/vtk/src/vtk/vtkTableBasedClipDataSet.java +++ b/vtk/src/vtk/vtkTableBasedClipDataSet.java @@ -1,151 +1,167 @@ -// java wrapper for vtkTableBasedClipDataSet object -// - -package vtk; -import vtk.*; - -public class vtkTableBasedClipDataSet extends vtkUnstructuredGridAlgorithm -{ - - 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 GetMTime_2(); - public int GetMTime() - { return GetMTime_2(); } - - private native void SetInsideOut_3(int id0); - public void SetInsideOut(int id0) - { SetInsideOut_3(id0); } - - private native int GetInsideOut_4(); - public int GetInsideOut() - { return GetInsideOut_4(); } - - private native void InsideOutOn_5(); - public void InsideOutOn() - { InsideOutOn_5(); } - - private native void InsideOutOff_6(); - public void InsideOutOff() - { InsideOutOff_6(); } - - private native void SetValue_7(double id0); - public void SetValue(double id0) - { SetValue_7(id0); } - - private native double GetValue_8(); - public double GetValue() - { return GetValue_8(); } - - private native void SetUseValueAsOffset_9(boolean id0); - public void SetUseValueAsOffset(boolean id0) - { SetUseValueAsOffset_9(id0); } - - private native boolean GetUseValueAsOffset_10(); - public boolean GetUseValueAsOffset() - { return GetUseValueAsOffset_10(); } - - private native void UseValueAsOffsetOn_11(); - public void UseValueAsOffsetOn() - { UseValueAsOffsetOn_11(); } - - private native void UseValueAsOffsetOff_12(); - public void UseValueAsOffsetOff() - { UseValueAsOffsetOff_12(); } - - private native void SetClipFunction_13(vtkImplicitFunction id0); - public void SetClipFunction(vtkImplicitFunction id0) - { SetClipFunction_13(id0); } - - private native long GetClipFunction_14(); - public vtkImplicitFunction GetClipFunction() { - long temp = GetClipFunction_14(); - - if (temp == 0) return null; - return (vtkImplicitFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetGenerateClipScalars_15(int id0); - public void SetGenerateClipScalars(int id0) - { SetGenerateClipScalars_15(id0); } - - private native int GetGenerateClipScalars_16(); - public int GetGenerateClipScalars() - { return GetGenerateClipScalars_16(); } - - private native void GenerateClipScalarsOn_17(); - public void GenerateClipScalarsOn() - { GenerateClipScalarsOn_17(); } - - private native void GenerateClipScalarsOff_18(); - public void GenerateClipScalarsOff() - { GenerateClipScalarsOff_18(); } - - private native void SetLocator_19(vtkIncrementalPointLocator id0); - public void SetLocator(vtkIncrementalPointLocator id0) - { SetLocator_19(id0); } - - private native long GetLocator_20(); - public vtkIncrementalPointLocator GetLocator() { - long temp = GetLocator_20(); - - if (temp == 0) return null; - return (vtkIncrementalPointLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetMergeTolerance_21(double id0); - public void SetMergeTolerance(double id0) - { SetMergeTolerance_21(id0); } - - private native double GetMergeToleranceMinValue_22(); - public double GetMergeToleranceMinValue() - { return GetMergeToleranceMinValue_22(); } - - private native double GetMergeToleranceMaxValue_23(); - public double GetMergeToleranceMaxValue() - { return GetMergeToleranceMaxValue_23(); } - - private native double GetMergeTolerance_24(); - public double GetMergeTolerance() - { return GetMergeTolerance_24(); } - - private native void CreateDefaultLocator_25(); - public void CreateDefaultLocator() - { CreateDefaultLocator_25(); } - - private native void SetGenerateClippedOutput_26(int id0); - public void SetGenerateClippedOutput(int id0) - { SetGenerateClippedOutput_26(id0); } - - private native int GetGenerateClippedOutput_27(); - public int GetGenerateClippedOutput() - { return GetGenerateClippedOutput_27(); } - - private native void GenerateClippedOutputOn_28(); - public void GenerateClippedOutputOn() - { GenerateClippedOutputOn_28(); } - - private native void GenerateClippedOutputOff_29(); - public void GenerateClippedOutputOff() - { GenerateClippedOutputOff_29(); } - - private native long GetClippedOutput_30(); - public vtkUnstructuredGrid GetClippedOutput() { - long temp = GetClippedOutput_30(); - - if (temp == 0) return null; - return (vtkUnstructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkTableBasedClipDataSet() { super(); } - - public vtkTableBasedClipDataSet(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTableBasedClipDataSet object +// + +package vtk; +import vtk.*; + +public class vtkTableBasedClipDataSet 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 int GetMTime_2(); + public int GetMTime() + { return GetMTime_2(); } + + private native void SetInsideOut_3(int id0); + public void SetInsideOut(int id0) + { SetInsideOut_3(id0); } + + private native int GetInsideOut_4(); + public int GetInsideOut() + { return GetInsideOut_4(); } + + private native void InsideOutOn_5(); + public void InsideOutOn() + { InsideOutOn_5(); } + + private native void InsideOutOff_6(); + public void InsideOutOff() + { InsideOutOff_6(); } + + private native void SetValue_7(double id0); + public void SetValue(double id0) + { SetValue_7(id0); } + + private native double GetValue_8(); + public double GetValue() + { return GetValue_8(); } + + private native void SetUseValueAsOffset_9(boolean id0); + public void SetUseValueAsOffset(boolean id0) + { SetUseValueAsOffset_9(id0); } + + private native boolean GetUseValueAsOffset_10(); + public boolean GetUseValueAsOffset() + { return GetUseValueAsOffset_10(); } + + private native void UseValueAsOffsetOn_11(); + public void UseValueAsOffsetOn() + { UseValueAsOffsetOn_11(); } + + private native void UseValueAsOffsetOff_12(); + public void UseValueAsOffsetOff() + { UseValueAsOffsetOff_12(); } + + private native void SetClipFunction_13(vtkImplicitFunction id0); + public void SetClipFunction(vtkImplicitFunction id0) + { SetClipFunction_13(id0); } + + private native long GetClipFunction_14(); + public vtkImplicitFunction GetClipFunction() { + long temp = GetClipFunction_14(); + + if (temp == 0) return null; + return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetGenerateClipScalars_15(int id0); + public void SetGenerateClipScalars(int id0) + { SetGenerateClipScalars_15(id0); } + + private native int GetGenerateClipScalars_16(); + public int GetGenerateClipScalars() + { return GetGenerateClipScalars_16(); } + + private native void GenerateClipScalarsOn_17(); + public void GenerateClipScalarsOn() + { GenerateClipScalarsOn_17(); } + + private native void GenerateClipScalarsOff_18(); + public void GenerateClipScalarsOff() + { GenerateClipScalarsOff_18(); } + + private native void SetLocator_19(vtkIncrementalPointLocator id0); + public void SetLocator(vtkIncrementalPointLocator id0) + { SetLocator_19(id0); } + + private native long GetLocator_20(); + public vtkIncrementalPointLocator GetLocator() { + long temp = GetLocator_20(); + + if (temp == 0) return null; + return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetMergeTolerance_21(double id0); + public void SetMergeTolerance(double id0) + { SetMergeTolerance_21(id0); } + + private native double GetMergeToleranceMinValue_22(); + public double GetMergeToleranceMinValue() + { return GetMergeToleranceMinValue_22(); } + + private native double GetMergeToleranceMaxValue_23(); + public double GetMergeToleranceMaxValue() + { return GetMergeToleranceMaxValue_23(); } + + private native double GetMergeTolerance_24(); + public double GetMergeTolerance() + { return GetMergeTolerance_24(); } + + private native void CreateDefaultLocator_25(); + public void CreateDefaultLocator() + { CreateDefaultLocator_25(); } + + private native void SetGenerateClippedOutput_26(int id0); + public void SetGenerateClippedOutput(int id0) + { SetGenerateClippedOutput_26(id0); } + + private native int GetGenerateClippedOutput_27(); + public int GetGenerateClippedOutput() + { return GetGenerateClippedOutput_27(); } + + private native void GenerateClippedOutputOn_28(); + public void GenerateClippedOutputOn() + { GenerateClippedOutputOn_28(); } + + private native void GenerateClippedOutputOff_29(); + public void GenerateClippedOutputOff() + { GenerateClippedOutputOff_29(); } + + private native long GetClippedOutput_30(); + public vtkUnstructuredGrid GetClippedOutput() { + long temp = GetClippedOutput_30(); + + if (temp == 0) return null; + return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetOutputPointsPrecision_31(int id0); + public void SetOutputPointsPrecision(int id0) + { SetOutputPointsPrecision_31(id0); } + + private native int GetOutputPointsPrecisionMinValue_32(); + public int GetOutputPointsPrecisionMinValue() + { return GetOutputPointsPrecisionMinValue_32(); } + + private native int GetOutputPointsPrecisionMaxValue_33(); + public int GetOutputPointsPrecisionMaxValue() + { return GetOutputPointsPrecisionMaxValue_33(); } + + private native int GetOutputPointsPrecision_34(); + public int GetOutputPointsPrecision() + { return GetOutputPointsPrecision_34(); } + + public vtkTableBasedClipDataSet() { super(); } + + public vtkTableBasedClipDataSet(long id) { super(id); } + public native long VTKInit(); + +}