// java wrapper for vtkOpenGLVertexBufferObject object // package vtk; import vtk.*; public class vtkOpenGLVertexBufferObject extends vtkOpenGLBufferObject { 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 UploadDataArray_2(vtkDataArray id0); public void UploadDataArray(vtkDataArray id0) { UploadDataArray_2(id0); } private native void AppendDataArray_3(vtkDataArray id0); public void AppendDataArray(vtkDataArray id0) { AppendDataArray_3(id0); } private native boolean GetCoordShiftAndScaleEnabled_4(); public boolean GetCoordShiftAndScaleEnabled() { return GetCoordShiftAndScaleEnabled_4(); } private native int GetCoordShiftAndScaleMethod_5(); public int GetCoordShiftAndScaleMethod() { return GetCoordShiftAndScaleMethod_5(); } private native void SetCoordShiftAndScaleMethod_6(int id0); public void SetCoordShiftAndScaleMethod(int id0) { SetCoordShiftAndScaleMethod_6(id0); } private native void SetDataType_7(int id0); public void SetDataType(int id0) { SetDataType_7(id0); } private native int GetDataType_8(); public int GetDataType() { return GetDataType_8(); } private native int GetDataTypeSize_9(); public int GetDataTypeSize() { return GetDataTypeSize_9(); } private native int GetNumberOfTuples_10(); public int GetNumberOfTuples() { return GetNumberOfTuples_10(); } private native int GetNumberOfComponents_11(); public int GetNumberOfComponents() { return GetNumberOfComponents_11(); } private native void SetStride_12(int id0); public void SetStride(int id0) { SetStride_12(id0); } private native int GetStride_13(); public int GetStride() { return GetStride_13(); } private native void UploadVBO_14(); public void UploadVBO() { UploadVBO_14(); } private native void SetCache_15(vtkOpenGLVertexBufferObjectCache id0); public void SetCache(vtkOpenGLVertexBufferObjectCache id0) { SetCache_15(id0); } public vtkOpenGLVertexBufferObject() { super(); } public vtkOpenGLVertexBufferObject(long id) { super(id); } public native long VTKInit(); }