X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGenericCutter.java;h=266d49861fc3360575144d76ae90546946b7d6df;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=59b5017bc9a8f20e026da8c2344af9d452efb057;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGenericCutter.java b/vtk/src/vtk/vtkGenericCutter.java index 59b5017b..266d4986 100644 --- a/vtk/src/vtk/vtkGenericCutter.java +++ b/vtk/src/vtk/vtkGenericCutter.java @@ -1,95 +1,95 @@ -// java wrapper for vtkGenericCutter object -// - -package vtk; -import vtk.*; - -public class vtkGenericCutter 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(int id0,double id1); - public void SetValue(int id0,double id1) - { SetValue_2(id0,id1); } - - private native double GetValue_3(int id0); - public double GetValue(int id0) - { return GetValue_3(id0); } - - private native void SetNumberOfContours_4(int id0); - public void SetNumberOfContours(int id0) - { SetNumberOfContours_4(id0); } - - private native int GetNumberOfContours_5(); - public int GetNumberOfContours() - { return GetNumberOfContours_5(); } - - private native void GenerateValues_6(int id0,double id1[]); - public void GenerateValues(int id0,double id1[]) - { GenerateValues_6(id0,id1); } - - private native void GenerateValues_7(int id0,double id1,double id2); - public void GenerateValues(int id0,double id1,double id2) - { GenerateValues_7(id0,id1,id2); } - - private native int GetMTime_8(); - public int GetMTime() - { return GetMTime_8(); } - - private native void SetCutFunction_9(vtkImplicitFunction id0); - public void SetCutFunction(vtkImplicitFunction id0) - { SetCutFunction_9(id0); } - - private native long GetCutFunction_10(); - public vtkImplicitFunction GetCutFunction() { - long temp = GetCutFunction_10(); - - if (temp == 0) return null; - return (vtkImplicitFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetGenerateCutScalars_11(int id0); - public void SetGenerateCutScalars(int id0) - { SetGenerateCutScalars_11(id0); } - - private native int GetGenerateCutScalars_12(); - public int GetGenerateCutScalars() - { return GetGenerateCutScalars_12(); } - - private native void GenerateCutScalarsOn_13(); - public void GenerateCutScalarsOn() - { GenerateCutScalarsOn_13(); } - - private native void GenerateCutScalarsOff_14(); - public void GenerateCutScalarsOff() - { GenerateCutScalarsOff_14(); } - - private native void SetLocator_15(vtkIncrementalPointLocator id0); - public void SetLocator(vtkIncrementalPointLocator id0) - { SetLocator_15(id0); } - - private native long GetLocator_16(); - public vtkIncrementalPointLocator GetLocator() { - long temp = GetLocator_16(); - - if (temp == 0) return null; - return (vtkIncrementalPointLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void CreateDefaultLocator_17(); - public void CreateDefaultLocator() - { CreateDefaultLocator_17(); } - - public vtkGenericCutter() { super(); } - - public vtkGenericCutter(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkGenericCutter object +// + +package vtk; +import vtk.*; + +public class vtkGenericCutter 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(int id0,double id1); + public void SetValue(int id0,double id1) + { SetValue_2(id0,id1); } + + private native double GetValue_3(int id0); + public double GetValue(int id0) + { return GetValue_3(id0); } + + private native void SetNumberOfContours_4(int id0); + public void SetNumberOfContours(int id0) + { SetNumberOfContours_4(id0); } + + private native int GetNumberOfContours_5(); + public int GetNumberOfContours() + { return GetNumberOfContours_5(); } + + private native void GenerateValues_6(int id0,double id1[]); + public void GenerateValues(int id0,double id1[]) + { GenerateValues_6(id0,id1); } + + private native void GenerateValues_7(int id0,double id1,double id2); + public void GenerateValues(int id0,double id1,double id2) + { GenerateValues_7(id0,id1,id2); } + + private native int GetMTime_8(); + public int GetMTime() + { return GetMTime_8(); } + + private native void SetCutFunction_9(vtkImplicitFunction id0); + public void SetCutFunction(vtkImplicitFunction id0) + { SetCutFunction_9(id0); } + + private native long GetCutFunction_10(); + public vtkImplicitFunction GetCutFunction() { + long temp = GetCutFunction_10(); + + if (temp == 0) return null; + return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetGenerateCutScalars_11(int id0); + public void SetGenerateCutScalars(int id0) + { SetGenerateCutScalars_11(id0); } + + private native int GetGenerateCutScalars_12(); + public int GetGenerateCutScalars() + { return GetGenerateCutScalars_12(); } + + private native void GenerateCutScalarsOn_13(); + public void GenerateCutScalarsOn() + { GenerateCutScalarsOn_13(); } + + private native void GenerateCutScalarsOff_14(); + public void GenerateCutScalarsOff() + { GenerateCutScalarsOff_14(); } + + private native void SetLocator_15(vtkIncrementalPointLocator id0); + public void SetLocator(vtkIncrementalPointLocator id0) + { SetLocator_15(id0); } + + private native long GetLocator_16(); + public vtkIncrementalPointLocator GetLocator() { + long temp = GetLocator_16(); + + if (temp == 0) return null; + return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void CreateDefaultLocator_17(); + public void CreateDefaultLocator() + { CreateDefaultLocator_17(); } + + public vtkGenericCutter() { super(); } + + public vtkGenericCutter(long id) { super(id); } + public native long VTKInit(); + +}