// java wrapper for vtkGenericAttribute object // package vtk; import vtk.*; public class vtkGenericAttribute 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 String GetName_2(); public String GetName() { return GetName_2(); } private native int GetNumberOfComponents_3(); public int GetNumberOfComponents() { return GetNumberOfComponents_3(); } private native int GetCentering_4(); public int GetCentering() { return GetCentering_4(); } private native int GetType_5(); public int GetType() { return GetType_5(); } private native int GetComponentType_6(); public int GetComponentType() { return GetComponentType_6(); } private native int GetSize_7(); public int GetSize() { return GetSize_7(); } private native int GetActualMemorySize_8(); public int GetActualMemorySize() { return GetActualMemorySize_8(); } private native void GetRange_9(int id0,double id1[]); public void GetRange(int id0,double id1[]) { GetRange_9(id0,id1); } private native double GetMaxNorm_10(); public double GetMaxNorm() { return GetMaxNorm_10(); } private native double GetComponent_11(int id0,vtkGenericPointIterator id1); public double GetComponent(int id0,vtkGenericPointIterator id1) { return GetComponent_11(id0,id1); } private native void DeepCopy_12(vtkGenericAttribute id0); public void DeepCopy(vtkGenericAttribute id0) { DeepCopy_12(id0); } private native void ShallowCopy_13(vtkGenericAttribute id0); public void ShallowCopy(vtkGenericAttribute id0) { ShallowCopy_13(id0); } public vtkGenericAttribute() { super(); } public vtkGenericAttribute(long id) { super(id); } }