X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkAssemblyNode.java;h=cfb6f625f2947c32c87865b23810213e13d3e057;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=71eaf5f3062c53c1717aa27061f9f51cd030cc26;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAssemblyNode.java b/vtk/src/vtk/vtkAssemblyNode.java index 71eaf5f3..cfb6f625 100644 --- a/vtk/src/vtk/vtkAssemblyNode.java +++ b/vtk/src/vtk/vtkAssemblyNode.java @@ -1,63 +1,51 @@ -// java wrapper for vtkAssemblyNode object -// - -package vtk; -import vtk.*; - -public class vtkAssemblyNode extends vtkObject -{ - - 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 SetViewProp_2(vtkProp id0); - public void SetViewProp(vtkProp id0) - { SetViewProp_2(id0); } - - private native long GetViewProp_3(); - public vtkProp GetViewProp() { - long temp = GetViewProp_3(); - - if (temp == 0) return null; - return (vtkProp)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetMatrix_4(vtkMatrix4x4 id0); - public void SetMatrix(vtkMatrix4x4 id0) - { SetMatrix_4(id0); } - - private native long GetMatrix_5(); - public vtkMatrix4x4 GetMatrix() { - long temp = GetMatrix_5(); - - if (temp == 0) return null; - return (vtkMatrix4x4)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetMTime_6(); - public int GetMTime() - { return GetMTime_6(); } - - private native void SetProp_7(vtkProp id0); - public void SetProp(vtkProp id0) - { SetProp_7(id0); } - - private native long GetProp_8(); - public vtkProp GetProp() { - long temp = GetProp_8(); - - if (temp == 0) return null; - return (vtkProp)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkAssemblyNode() { super(); } - - public vtkAssemblyNode(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAssemblyNode object +// + +package vtk; +import vtk.*; + +public class vtkAssemblyNode extends vtkObject +{ + + 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 SetViewProp_2(vtkProp id0); + public void SetViewProp(vtkProp id0) + { SetViewProp_2(id0); } + + private native long GetViewProp_3(); + public vtkProp GetViewProp() { + long temp = GetViewProp_3(); + + if (temp == 0) return null; + return (vtkProp)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetMatrix_4(vtkMatrix4x4 id0); + public void SetMatrix(vtkMatrix4x4 id0) + { SetMatrix_4(id0); } + + private native long GetMatrix_5(); + public vtkMatrix4x4 GetMatrix() { + long temp = GetMatrix_5(); + + if (temp == 0) return null; + return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetMTime_6(); + public int GetMTime() + { return GetMTime_6(); } + + public vtkAssemblyNode() { super(); } + + public vtkAssemblyNode(long id) { super(id); } + public native long VTKInit(); + +}