X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGenericAttributeCollection.java;h=b7f979782cd022816c774dd6b5063c348d7946ca;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=65980b6ad29e8d64ec08151dd38512f02ad995d6;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGenericAttributeCollection.java b/vtk/src/vtk/vtkGenericAttributeCollection.java index 65980b6a..b7f97978 100644 --- a/vtk/src/vtk/vtkGenericAttributeCollection.java +++ b/vtk/src/vtk/vtkGenericAttributeCollection.java @@ -1,111 +1,111 @@ -// java wrapper for vtkGenericAttributeCollection object -// - -package vtk; -import vtk.*; - -public class vtkGenericAttributeCollection 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 int GetNumberOfAttributes_2(); - public int GetNumberOfAttributes() - { return GetNumberOfAttributes_2(); } - - private native int GetNumberOfComponents_3(); - public int GetNumberOfComponents() - { return GetNumberOfComponents_3(); } - - private native int GetNumberOfPointCenteredComponents_4(); - public int GetNumberOfPointCenteredComponents() - { return GetNumberOfPointCenteredComponents_4(); } - - private native int GetMaxNumberOfComponents_5(); - public int GetMaxNumberOfComponents() - { return GetMaxNumberOfComponents_5(); } - - private native int GetActualMemorySize_6(); - public int GetActualMemorySize() - { return GetActualMemorySize_6(); } - - private native int IsEmpty_7(); - public int IsEmpty() - { return IsEmpty_7(); } - - private native long GetAttribute_8(int id0); - public vtkGenericAttribute GetAttribute(int id0) { - long temp = GetAttribute_8(id0); - - if (temp == 0) return null; - return (vtkGenericAttribute)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int FindAttribute_9(String id0); - public int FindAttribute(String id0) - { return FindAttribute_9(id0); } - - private native int GetAttributeIndex_10(int id0); - public int GetAttributeIndex(int id0) - { return GetAttributeIndex_10(id0); } - - private native void InsertNextAttribute_11(vtkGenericAttribute id0); - public void InsertNextAttribute(vtkGenericAttribute id0) - { InsertNextAttribute_11(id0); } - - private native void InsertAttribute_12(int id0,vtkGenericAttribute id1); - public void InsertAttribute(int id0,vtkGenericAttribute id1) - { InsertAttribute_12(id0,id1); } - - private native void RemoveAttribute_13(int id0); - public void RemoveAttribute(int id0) - { RemoveAttribute_13(id0); } - - private native void Reset_14(); - public void Reset() - { Reset_14(); } - - private native void DeepCopy_15(vtkGenericAttributeCollection id0); - public void DeepCopy(vtkGenericAttributeCollection id0) - { DeepCopy_15(id0); } - - private native void ShallowCopy_16(vtkGenericAttributeCollection id0); - public void ShallowCopy(vtkGenericAttributeCollection id0) - { ShallowCopy_16(id0); } - - private native int GetMTime_17(); - public int GetMTime() - { return GetMTime_17(); } - - private native int GetActiveAttribute_18(); - public int GetActiveAttribute() - { return GetActiveAttribute_18(); } - - private native int GetActiveComponent_19(); - public int GetActiveComponent() - { return GetActiveComponent_19(); } - - private native void SetActiveAttribute_20(int id0,int id1); - public void SetActiveAttribute(int id0,int id1) - { SetActiveAttribute_20(id0,id1); } - - private native int GetNumberOfAttributesToInterpolate_21(); - public int GetNumberOfAttributesToInterpolate() - { return GetNumberOfAttributesToInterpolate_21(); } - - private native void SetAttributesToInterpolateToAll_22(); - public void SetAttributesToInterpolateToAll() - { SetAttributesToInterpolateToAll_22(); } - - public vtkGenericAttributeCollection() { super(); } - - public vtkGenericAttributeCollection(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkGenericAttributeCollection object +// + +package vtk; +import vtk.*; + +public class vtkGenericAttributeCollection 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 int GetNumberOfAttributes_2(); + public int GetNumberOfAttributes() + { return GetNumberOfAttributes_2(); } + + private native int GetNumberOfComponents_3(); + public int GetNumberOfComponents() + { return GetNumberOfComponents_3(); } + + private native int GetNumberOfPointCenteredComponents_4(); + public int GetNumberOfPointCenteredComponents() + { return GetNumberOfPointCenteredComponents_4(); } + + private native int GetMaxNumberOfComponents_5(); + public int GetMaxNumberOfComponents() + { return GetMaxNumberOfComponents_5(); } + + private native int GetActualMemorySize_6(); + public int GetActualMemorySize() + { return GetActualMemorySize_6(); } + + private native int IsEmpty_7(); + public int IsEmpty() + { return IsEmpty_7(); } + + private native long GetAttribute_8(int id0); + public vtkGenericAttribute GetAttribute(int id0) { + long temp = GetAttribute_8(id0); + + if (temp == 0) return null; + return (vtkGenericAttribute)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int FindAttribute_9(String id0); + public int FindAttribute(String id0) + { return FindAttribute_9(id0); } + + private native int GetAttributeIndex_10(int id0); + public int GetAttributeIndex(int id0) + { return GetAttributeIndex_10(id0); } + + private native void InsertNextAttribute_11(vtkGenericAttribute id0); + public void InsertNextAttribute(vtkGenericAttribute id0) + { InsertNextAttribute_11(id0); } + + private native void InsertAttribute_12(int id0,vtkGenericAttribute id1); + public void InsertAttribute(int id0,vtkGenericAttribute id1) + { InsertAttribute_12(id0,id1); } + + private native void RemoveAttribute_13(int id0); + public void RemoveAttribute(int id0) + { RemoveAttribute_13(id0); } + + private native void Reset_14(); + public void Reset() + { Reset_14(); } + + private native void DeepCopy_15(vtkGenericAttributeCollection id0); + public void DeepCopy(vtkGenericAttributeCollection id0) + { DeepCopy_15(id0); } + + private native void ShallowCopy_16(vtkGenericAttributeCollection id0); + public void ShallowCopy(vtkGenericAttributeCollection id0) + { ShallowCopy_16(id0); } + + private native int GetMTime_17(); + public int GetMTime() + { return GetMTime_17(); } + + private native int GetActiveAttribute_18(); + public int GetActiveAttribute() + { return GetActiveAttribute_18(); } + + private native int GetActiveComponent_19(); + public int GetActiveComponent() + { return GetActiveComponent_19(); } + + private native void SetActiveAttribute_20(int id0,int id1); + public void SetActiveAttribute(int id0,int id1) + { SetActiveAttribute_20(id0,id1); } + + private native int GetNumberOfAttributesToInterpolate_21(); + public int GetNumberOfAttributesToInterpolate() + { return GetNumberOfAttributesToInterpolate_21(); } + + private native void SetAttributesToInterpolateToAll_22(); + public void SetAttributesToInterpolateToAll() + { SetAttributesToInterpolateToAll_22(); } + + public vtkGenericAttributeCollection() { super(); } + + public vtkGenericAttributeCollection(long id) { super(id); } + public native long VTKInit(); + +}