X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkExtractGeometry.java;h=affda6d8e5e79435495b2f7cd5710b5975cc87e0;hb=4890725c9b7e31540dd84a11e16d73c643402a17;hp=92b2a689b1e616bee6c1b010d601e363f782625c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkExtractGeometry.java b/vtk/src/vtk/vtkExtractGeometry.java index 92b2a689..affda6d8 100644 --- a/vtk/src/vtk/vtkExtractGeometry.java +++ b/vtk/src/vtk/vtkExtractGeometry.java @@ -1,87 +1,87 @@ -// java wrapper for vtkExtractGeometry object -// - -package vtk; -import vtk.*; - -public class vtkExtractGeometry 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 SetImplicitFunction_3(vtkImplicitFunction id0); - public void SetImplicitFunction(vtkImplicitFunction id0) - { SetImplicitFunction_3(id0); } - - private native long GetImplicitFunction_4(); - public vtkImplicitFunction GetImplicitFunction() { - long temp = GetImplicitFunction_4(); - - if (temp == 0) return null; - return (vtkImplicitFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetExtractInside_5(int id0); - public void SetExtractInside(int id0) - { SetExtractInside_5(id0); } - - private native int GetExtractInside_6(); - public int GetExtractInside() - { return GetExtractInside_6(); } - - private native void ExtractInsideOn_7(); - public void ExtractInsideOn() - { ExtractInsideOn_7(); } - - private native void ExtractInsideOff_8(); - public void ExtractInsideOff() - { ExtractInsideOff_8(); } - - private native void SetExtractBoundaryCells_9(int id0); - public void SetExtractBoundaryCells(int id0) - { SetExtractBoundaryCells_9(id0); } - - private native int GetExtractBoundaryCells_10(); - public int GetExtractBoundaryCells() - { return GetExtractBoundaryCells_10(); } - - private native void ExtractBoundaryCellsOn_11(); - public void ExtractBoundaryCellsOn() - { ExtractBoundaryCellsOn_11(); } - - private native void ExtractBoundaryCellsOff_12(); - public void ExtractBoundaryCellsOff() - { ExtractBoundaryCellsOff_12(); } - - private native void SetExtractOnlyBoundaryCells_13(int id0); - public void SetExtractOnlyBoundaryCells(int id0) - { SetExtractOnlyBoundaryCells_13(id0); } - - private native int GetExtractOnlyBoundaryCells_14(); - public int GetExtractOnlyBoundaryCells() - { return GetExtractOnlyBoundaryCells_14(); } - - private native void ExtractOnlyBoundaryCellsOn_15(); - public void ExtractOnlyBoundaryCellsOn() - { ExtractOnlyBoundaryCellsOn_15(); } - - private native void ExtractOnlyBoundaryCellsOff_16(); - public void ExtractOnlyBoundaryCellsOff() - { ExtractOnlyBoundaryCellsOff_16(); } - - public vtkExtractGeometry() { super(); } - - public vtkExtractGeometry(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkExtractGeometry object +// + +package vtk; +import vtk.*; + +public class vtkExtractGeometry 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 SetImplicitFunction_3(vtkImplicitFunction id0); + public void SetImplicitFunction(vtkImplicitFunction id0) + { SetImplicitFunction_3(id0); } + + private native long GetImplicitFunction_4(); + public vtkImplicitFunction GetImplicitFunction() { + long temp = GetImplicitFunction_4(); + + if (temp == 0) return null; + return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetExtractInside_5(int id0); + public void SetExtractInside(int id0) + { SetExtractInside_5(id0); } + + private native int GetExtractInside_6(); + public int GetExtractInside() + { return GetExtractInside_6(); } + + private native void ExtractInsideOn_7(); + public void ExtractInsideOn() + { ExtractInsideOn_7(); } + + private native void ExtractInsideOff_8(); + public void ExtractInsideOff() + { ExtractInsideOff_8(); } + + private native void SetExtractBoundaryCells_9(int id0); + public void SetExtractBoundaryCells(int id0) + { SetExtractBoundaryCells_9(id0); } + + private native int GetExtractBoundaryCells_10(); + public int GetExtractBoundaryCells() + { return GetExtractBoundaryCells_10(); } + + private native void ExtractBoundaryCellsOn_11(); + public void ExtractBoundaryCellsOn() + { ExtractBoundaryCellsOn_11(); } + + private native void ExtractBoundaryCellsOff_12(); + public void ExtractBoundaryCellsOff() + { ExtractBoundaryCellsOff_12(); } + + private native void SetExtractOnlyBoundaryCells_13(int id0); + public void SetExtractOnlyBoundaryCells(int id0) + { SetExtractOnlyBoundaryCells_13(id0); } + + private native int GetExtractOnlyBoundaryCells_14(); + public int GetExtractOnlyBoundaryCells() + { return GetExtractOnlyBoundaryCells_14(); } + + private native void ExtractOnlyBoundaryCellsOn_15(); + public void ExtractOnlyBoundaryCellsOn() + { ExtractOnlyBoundaryCellsOn_15(); } + + private native void ExtractOnlyBoundaryCellsOff_16(); + public void ExtractOnlyBoundaryCellsOff() + { ExtractOnlyBoundaryCellsOff_16(); } + + public vtkExtractGeometry() { super(); } + + public vtkExtractGeometry(long id) { super(id); } + public native long VTKInit(); + +}