X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAnnotationLink.java;h=840977f1eb95e6793f11138535caab9df06d96e3;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=04259f2c7f47248cbc6dae71934bbb4afe874798;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAnnotationLink.java b/vtk/src/vtk/vtkAnnotationLink.java index 04259f2c..840977f1 100644 --- a/vtk/src/vtk/vtkAnnotationLink.java +++ b/vtk/src/vtk/vtkAnnotationLink.java @@ -1,75 +1,75 @@ -// java wrapper for vtkAnnotationLink object -// - -package vtk; -import vtk.*; - -public class vtkAnnotationLink extends vtkAnnotationLayersAlgorithm -{ - - 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 GetAnnotationLayers_2(); - public vtkAnnotationLayers GetAnnotationLayers() { - long temp = GetAnnotationLayers_2(); - - if (temp == 0) return null; - return (vtkAnnotationLayers)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetAnnotationLayers_3(vtkAnnotationLayers id0); - public void SetAnnotationLayers(vtkAnnotationLayers id0) - { SetAnnotationLayers_3(id0); } - - private native void SetCurrentSelection_4(vtkSelection id0); - public void SetCurrentSelection(vtkSelection id0) - { SetCurrentSelection_4(id0); } - - private native long GetCurrentSelection_5(); - public vtkSelection GetCurrentSelection() { - long temp = GetCurrentSelection_5(); - - if (temp == 0) return null; - return (vtkSelection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void AddDomainMap_6(vtkTable id0); - public void AddDomainMap(vtkTable id0) - { AddDomainMap_6(id0); } - - private native void RemoveDomainMap_7(vtkTable id0); - public void RemoveDomainMap(vtkTable id0) - { RemoveDomainMap_7(id0); } - - private native void RemoveAllDomainMaps_8(); - public void RemoveAllDomainMaps() - { RemoveAllDomainMaps_8(); } - - private native int GetNumberOfDomainMaps_9(); - public int GetNumberOfDomainMaps() - { return GetNumberOfDomainMaps_9(); } - - private native long GetDomainMap_10(int id0); - public vtkTable GetDomainMap(int id0) { - long temp = GetDomainMap_10(id0); - - if (temp == 0) return null; - return (vtkTable)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetMTime_11(); - public int GetMTime() - { return GetMTime_11(); } - - public vtkAnnotationLink() { super(); } - - public vtkAnnotationLink(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAnnotationLink object +// + +package vtk; +import vtk.*; + +public class vtkAnnotationLink extends vtkAnnotationLayersAlgorithm +{ + + 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 GetAnnotationLayers_2(); + public vtkAnnotationLayers GetAnnotationLayers() { + long temp = GetAnnotationLayers_2(); + + if (temp == 0) return null; + return (vtkAnnotationLayers)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetAnnotationLayers_3(vtkAnnotationLayers id0); + public void SetAnnotationLayers(vtkAnnotationLayers id0) + { SetAnnotationLayers_3(id0); } + + private native void SetCurrentSelection_4(vtkSelection id0); + public void SetCurrentSelection(vtkSelection id0) + { SetCurrentSelection_4(id0); } + + private native long GetCurrentSelection_5(); + public vtkSelection GetCurrentSelection() { + long temp = GetCurrentSelection_5(); + + if (temp == 0) return null; + return (vtkSelection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void AddDomainMap_6(vtkTable id0); + public void AddDomainMap(vtkTable id0) + { AddDomainMap_6(id0); } + + private native void RemoveDomainMap_7(vtkTable id0); + public void RemoveDomainMap(vtkTable id0) + { RemoveDomainMap_7(id0); } + + private native void RemoveAllDomainMaps_8(); + public void RemoveAllDomainMaps() + { RemoveAllDomainMaps_8(); } + + private native int GetNumberOfDomainMaps_9(); + public int GetNumberOfDomainMaps() + { return GetNumberOfDomainMaps_9(); } + + private native long GetDomainMap_10(int id0); + public vtkTable GetDomainMap(int id0) { + long temp = GetDomainMap_10(id0); + + if (temp == 0) return null; + return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetMTime_11(); + public int GetMTime() + { return GetMTime_11(); } + + public vtkAnnotationLink() { super(); } + + public vtkAnnotationLink(long id) { super(id); } + public native long VTKInit(); + +}