// 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(); }