X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCellLocatorInterpolatedVelocityField.java;h=e10f7798e92f7ffd67ef1100f997ca6866f9e7a6;hb=e75c2f6a2f0bdef0e8077879664715d99cede843;hp=71313f1b02add88bae35afc135b1ad61899e2720;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCellLocatorInterpolatedVelocityField.java b/vtk/src/vtk/vtkCellLocatorInterpolatedVelocityField.java index 71313f1b..e10f7798 100644 --- a/vtk/src/vtk/vtkCellLocatorInterpolatedVelocityField.java +++ b/vtk/src/vtk/vtkCellLocatorInterpolatedVelocityField.java @@ -1,59 +1,59 @@ -// java wrapper for vtkCellLocatorInterpolatedVelocityField object -// - -package vtk; -import vtk.*; - -public class vtkCellLocatorInterpolatedVelocityField extends vtkAbstractInterpolatedVelocityField -{ - - 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 long GetLastCellLocator_2(); - public vtkAbstractCellLocator GetLastCellLocator() { - long temp = GetLastCellLocator_2(); - - if (temp == 0) return null; - return (vtkAbstractCellLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetCellLocatorPrototype_3(); - public vtkAbstractCellLocator GetCellLocatorPrototype() { - long temp = GetCellLocatorPrototype_3(); - - if (temp == 0) return null; - return (vtkAbstractCellLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetCellLocatorPrototype_4(vtkAbstractCellLocator id0); - public void SetCellLocatorPrototype(vtkAbstractCellLocator id0) - { SetCellLocatorPrototype_4(id0); } - - private native void CopyParameters_5(vtkAbstractInterpolatedVelocityField id0); - public void CopyParameters(vtkAbstractInterpolatedVelocityField id0) - { CopyParameters_5(id0); } - - private native void AddDataSet_6(vtkDataSet id0); - public void AddDataSet(vtkDataSet id0) - { AddDataSet_6(id0); } - - private native void SetLastCellId_7(int id0,int id1); - public void SetLastCellId(int id0,int id1) - { SetLastCellId_7(id0,id1); } - - private native void SetLastCellId_8(int id0); - public void SetLastCellId(int id0) - { SetLastCellId_8(id0); } - - public vtkCellLocatorInterpolatedVelocityField() { super(); } - - public vtkCellLocatorInterpolatedVelocityField(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCellLocatorInterpolatedVelocityField object +// + +package vtk; +import vtk.*; + +public class vtkCellLocatorInterpolatedVelocityField extends vtkCompositeInterpolatedVelocityField +{ + + 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 long GetLastCellLocator_2(); + public vtkAbstractCellLocator GetLastCellLocator() { + long temp = GetLastCellLocator_2(); + + if (temp == 0) return null; + return (vtkAbstractCellLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetCellLocatorPrototype_3(); + public vtkAbstractCellLocator GetCellLocatorPrototype() { + long temp = GetCellLocatorPrototype_3(); + + if (temp == 0) return null; + return (vtkAbstractCellLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetCellLocatorPrototype_4(vtkAbstractCellLocator id0); + public void SetCellLocatorPrototype(vtkAbstractCellLocator id0) + { SetCellLocatorPrototype_4(id0); } + + private native void CopyParameters_5(vtkAbstractInterpolatedVelocityField id0); + public void CopyParameters(vtkAbstractInterpolatedVelocityField id0) + { CopyParameters_5(id0); } + + private native void AddDataSet_6(vtkDataSet id0); + public void AddDataSet(vtkDataSet id0) + { AddDataSet_6(id0); } + + private native void SetLastCellId_7(int id0,int id1); + public void SetLastCellId(int id0,int id1) + { SetLastCellId_7(id0,id1); } + + private native void SetLastCellId_8(int id0); + public void SetLastCellId(int id0) + { SetLastCellId_8(id0); } + + public vtkCellLocatorInterpolatedVelocityField() { super(); } + + public vtkCellLocatorInterpolatedVelocityField(long id) { super(id); } + public native long VTKInit(); + +}