X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkClipPolyData.java;h=23403930236960a8e1da89dd4df5266ed814b77f;hb=b6cccb572f043f3247274c52b353577ba3f1dcb1;hp=962c28e9d537ca57678e0ab4f875d5b0e017bde7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkClipPolyData.java b/vtk/src/vtk/vtkClipPolyData.java index 962c28e9..23403930 100644 --- a/vtk/src/vtk/vtkClipPolyData.java +++ b/vtk/src/vtk/vtkClipPolyData.java @@ -1,127 +1,135 @@ -// java wrapper for vtkClipPolyData object -// - -package vtk; -import vtk.*; - -public class vtkClipPolyData 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 SetValue_2(double id0); - public void SetValue(double id0) - { SetValue_2(id0); } - - private native double GetValue_3(); - public double GetValue() - { return GetValue_3(); } - - private native void SetInsideOut_4(int id0); - public void SetInsideOut(int id0) - { SetInsideOut_4(id0); } - - private native int GetInsideOut_5(); - public int GetInsideOut() - { return GetInsideOut_5(); } - - private native void InsideOutOn_6(); - public void InsideOutOn() - { InsideOutOn_6(); } - - private native void InsideOutOff_7(); - public void InsideOutOff() - { InsideOutOff_7(); } - - private native void SetClipFunction_8(vtkImplicitFunction id0); - public void SetClipFunction(vtkImplicitFunction id0) - { SetClipFunction_8(id0); } - - private native long GetClipFunction_9(); - public vtkImplicitFunction GetClipFunction() { - long temp = GetClipFunction_9(); - - if (temp == 0) return null; - return (vtkImplicitFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetGenerateClipScalars_10(int id0); - public void SetGenerateClipScalars(int id0) - { SetGenerateClipScalars_10(id0); } - - private native int GetGenerateClipScalars_11(); - public int GetGenerateClipScalars() - { return GetGenerateClipScalars_11(); } - - private native void GenerateClipScalarsOn_12(); - public void GenerateClipScalarsOn() - { GenerateClipScalarsOn_12(); } - - private native void GenerateClipScalarsOff_13(); - public void GenerateClipScalarsOff() - { GenerateClipScalarsOff_13(); } - - private native void SetGenerateClippedOutput_14(int id0); - public void SetGenerateClippedOutput(int id0) - { SetGenerateClippedOutput_14(id0); } - - private native int GetGenerateClippedOutput_15(); - public int GetGenerateClippedOutput() - { return GetGenerateClippedOutput_15(); } - - private native void GenerateClippedOutputOn_16(); - public void GenerateClippedOutputOn() - { GenerateClippedOutputOn_16(); } - - private native void GenerateClippedOutputOff_17(); - public void GenerateClippedOutputOff() - { GenerateClippedOutputOff_17(); } - - private native long GetClippedOutput_18(); - public vtkPolyData GetClippedOutput() { - long temp = GetClippedOutput_18(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetClippedOutputPort_19(); - public vtkAlgorithmOutput GetClippedOutputPort() { - long temp = GetClippedOutputPort_19(); - - if (temp == 0) return null; - return (vtkAlgorithmOutput)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLocator_20(vtkIncrementalPointLocator id0); - public void SetLocator(vtkIncrementalPointLocator id0) - { SetLocator_20(id0); } - - private native long GetLocator_21(); - public vtkIncrementalPointLocator GetLocator() { - long temp = GetLocator_21(); - - if (temp == 0) return null; - return (vtkIncrementalPointLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void CreateDefaultLocator_22(); - public void CreateDefaultLocator() - { CreateDefaultLocator_22(); } - - private native int GetMTime_23(); - public int GetMTime() - { return GetMTime_23(); } - - public vtkClipPolyData() { super(); } - - public vtkClipPolyData(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkClipPolyData object +// + +package vtk; +import vtk.*; + +public class vtkClipPolyData 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 SetValue_2(double id0); + public void SetValue(double id0) + { SetValue_2(id0); } + + private native double GetValue_3(); + public double GetValue() + { return GetValue_3(); } + + private native void SetInsideOut_4(int id0); + public void SetInsideOut(int id0) + { SetInsideOut_4(id0); } + + private native int GetInsideOut_5(); + public int GetInsideOut() + { return GetInsideOut_5(); } + + private native void InsideOutOn_6(); + public void InsideOutOn() + { InsideOutOn_6(); } + + private native void InsideOutOff_7(); + public void InsideOutOff() + { InsideOutOff_7(); } + + private native void SetClipFunction_8(vtkImplicitFunction id0); + public void SetClipFunction(vtkImplicitFunction id0) + { SetClipFunction_8(id0); } + + private native long GetClipFunction_9(); + public vtkImplicitFunction GetClipFunction() { + long temp = GetClipFunction_9(); + + if (temp == 0) return null; + return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetGenerateClipScalars_10(int id0); + public void SetGenerateClipScalars(int id0) + { SetGenerateClipScalars_10(id0); } + + private native int GetGenerateClipScalars_11(); + public int GetGenerateClipScalars() + { return GetGenerateClipScalars_11(); } + + private native void GenerateClipScalarsOn_12(); + public void GenerateClipScalarsOn() + { GenerateClipScalarsOn_12(); } + + private native void GenerateClipScalarsOff_13(); + public void GenerateClipScalarsOff() + { GenerateClipScalarsOff_13(); } + + private native void SetGenerateClippedOutput_14(int id0); + public void SetGenerateClippedOutput(int id0) + { SetGenerateClippedOutput_14(id0); } + + private native int GetGenerateClippedOutput_15(); + public int GetGenerateClippedOutput() + { return GetGenerateClippedOutput_15(); } + + private native void GenerateClippedOutputOn_16(); + public void GenerateClippedOutputOn() + { GenerateClippedOutputOn_16(); } + + private native void GenerateClippedOutputOff_17(); + public void GenerateClippedOutputOff() + { GenerateClippedOutputOff_17(); } + + private native long GetClippedOutput_18(); + public vtkPolyData GetClippedOutput() { + long temp = GetClippedOutput_18(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetClippedOutputPort_19(); + public vtkAlgorithmOutput GetClippedOutputPort() { + long temp = GetClippedOutputPort_19(); + + if (temp == 0) return null; + return (vtkAlgorithmOutput)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLocator_20(vtkIncrementalPointLocator id0); + public void SetLocator(vtkIncrementalPointLocator id0) + { SetLocator_20(id0); } + + private native long GetLocator_21(); + public vtkIncrementalPointLocator GetLocator() { + long temp = GetLocator_21(); + + if (temp == 0) return null; + return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void CreateDefaultLocator_22(); + public void CreateDefaultLocator() + { CreateDefaultLocator_22(); } + + private native int GetMTime_23(); + public int GetMTime() + { return GetMTime_23(); } + + private native void SetOutputPointsPrecision_24(int id0); + public void SetOutputPointsPrecision(int id0) + { SetOutputPointsPrecision_24(id0); } + + private native int GetOutputPointsPrecision_25(); + public int GetOutputPointsPrecision() + { return GetOutputPointsPrecision_25(); } + + public vtkClipPolyData() { super(); } + + public vtkClipPolyData(long id) { super(id); } + public native long VTKInit(); + +}