X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAssembly.java;h=84c73deb9b2970bcade6ccc8b21c4e0c9d51479f;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=4da96f135430bcb903ffacd906053e27c9b82bc6;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAssembly.java b/vtk/src/vtk/vtkAssembly.java index 4da96f13..84c73deb 100644 --- a/vtk/src/vtk/vtkAssembly.java +++ b/vtk/src/vtk/vtkAssembly.java @@ -1,103 +1,103 @@ -// java wrapper for vtkAssembly object -// - -package vtk; -import vtk.*; - -public class vtkAssembly extends vtkProp3D -{ - - 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 AddPart_2(vtkProp3D id0); - public void AddPart(vtkProp3D id0) - { AddPart_2(id0); } - - private native void RemovePart_3(vtkProp3D id0); - public void RemovePart(vtkProp3D id0) - { RemovePart_3(id0); } - - private native long GetParts_4(); - public vtkProp3DCollection GetParts() { - long temp = GetParts_4(); - - if (temp == 0) return null; - return (vtkProp3DCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void GetActors_5(vtkPropCollection id0); - public void GetActors(vtkPropCollection id0) - { GetActors_5(id0); } - - private native void GetVolumes_6(vtkPropCollection id0); - public void GetVolumes(vtkPropCollection id0) - { GetVolumes_6(id0); } - - private native int RenderOpaqueGeometry_7(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_7(id0); } - - private native int RenderTranslucentPolygonalGeometry_8(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_8(id0); } - - private native int RenderVolumetricGeometry_9(vtkViewport id0); - public int RenderVolumetricGeometry(vtkViewport id0) - { return RenderVolumetricGeometry_9(id0); } - - private native int HasTranslucentPolygonalGeometry_10(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_10(); } - - private native void ReleaseGraphicsResources_11(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_11(id0); } - - private native void InitPathTraversal_12(); - public void InitPathTraversal() - { InitPathTraversal_12(); } - - private native long GetNextPath_13(); - public vtkAssemblyPath GetNextPath() { - long temp = GetNextPath_13(); - - if (temp == 0) return null; - return (vtkAssemblyPath)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetNumberOfPaths_14(); - public int GetNumberOfPaths() - { return GetNumberOfPaths_14(); } - - private native void GetBounds_15(double id0[]); - public void GetBounds(double id0[]) - { GetBounds_15(id0); } - - private native double[] GetBounds_16(); - public double[] GetBounds() - { return GetBounds_16(); } - - private native int GetMTime_17(); - public int GetMTime() - { return GetMTime_17(); } - - private native void ShallowCopy_18(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_18(id0); } - - private native void BuildPaths_19(vtkAssemblyPaths id0,vtkAssemblyPath id1); - public void BuildPaths(vtkAssemblyPaths id0,vtkAssemblyPath id1) - { BuildPaths_19(id0,id1); } - - public vtkAssembly() { super(); } - - public vtkAssembly(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAssembly object +// + +package vtk; +import vtk.*; + +public class vtkAssembly extends vtkProp3D +{ + + 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 AddPart_2(vtkProp3D id0); + public void AddPart(vtkProp3D id0) + { AddPart_2(id0); } + + private native void RemovePart_3(vtkProp3D id0); + public void RemovePart(vtkProp3D id0) + { RemovePart_3(id0); } + + private native long GetParts_4(); + public vtkProp3DCollection GetParts() { + long temp = GetParts_4(); + + if (temp == 0) return null; + return (vtkProp3DCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void GetActors_5(vtkPropCollection id0); + public void GetActors(vtkPropCollection id0) + { GetActors_5(id0); } + + private native void GetVolumes_6(vtkPropCollection id0); + public void GetVolumes(vtkPropCollection id0) + { GetVolumes_6(id0); } + + private native int RenderOpaqueGeometry_7(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_7(id0); } + + private native int RenderTranslucentPolygonalGeometry_8(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_8(id0); } + + private native int RenderVolumetricGeometry_9(vtkViewport id0); + public int RenderVolumetricGeometry(vtkViewport id0) + { return RenderVolumetricGeometry_9(id0); } + + private native int HasTranslucentPolygonalGeometry_10(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_10(); } + + private native void ReleaseGraphicsResources_11(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_11(id0); } + + private native void InitPathTraversal_12(); + public void InitPathTraversal() + { InitPathTraversal_12(); } + + private native long GetNextPath_13(); + public vtkAssemblyPath GetNextPath() { + long temp = GetNextPath_13(); + + if (temp == 0) return null; + return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetNumberOfPaths_14(); + public int GetNumberOfPaths() + { return GetNumberOfPaths_14(); } + + private native void GetBounds_15(double id0[]); + public void GetBounds(double id0[]) + { GetBounds_15(id0); } + + private native double[] GetBounds_16(); + public double[] GetBounds() + { return GetBounds_16(); } + + private native int GetMTime_17(); + public int GetMTime() + { return GetMTime_17(); } + + private native void ShallowCopy_18(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_18(id0); } + + private native void BuildPaths_19(vtkAssemblyPaths id0,vtkAssemblyPath id1); + public void BuildPaths(vtkAssemblyPaths id0,vtkAssemblyPath id1) + { BuildPaths_19(id0,id1); } + + public vtkAssembly() { super(); } + + public vtkAssembly(long id) { super(id); } + public native long VTKInit(); + +}