// java wrapper for vtkMultiVolume object // package vtk; import vtk.*; public class vtkMultiVolume extends vtkVolume { 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 SetVolume_2(vtkVolume id0,int id1); public void SetVolume(vtkVolume id0,int id1) { SetVolume_2(id0,id1); } private native long GetVolume_3(int id0); public vtkVolume GetVolume(int id0) { long temp = GetVolume_3(id0); if (temp == 0) return null; return (vtkVolume)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void RemoveVolume_4(int id0); public void RemoveVolume(int id0) { RemoveVolume_4(id0); } private native void SetProperty_5(vtkVolumeProperty id0); public void SetProperty(vtkVolumeProperty id0) { SetProperty_5(id0); } private native long GetProperty_6(); public vtkVolumeProperty GetProperty() { long temp = GetProperty_6(); if (temp == 0) return null; return (vtkVolumeProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetMTime_7(); public int GetMTime() { return GetMTime_7(); } private native void ShallowCopy_8(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_8(id0); } private native long GetMatrix_9(); public vtkMatrix4x4 GetMatrix() { long temp = GetMatrix_9(); if (temp == 0) return null; return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetTextureMatrix_10(); public vtkMatrix4x4 GetTextureMatrix() { long temp = GetTextureMatrix_10(); if (temp == 0) return null; return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetBoundsTime_11(); public int GetBoundsTime() { return GetBoundsTime_11(); } private native int RenderVolumetricGeometry_12(vtkViewport id0); public int RenderVolumetricGeometry(vtkViewport id0) { return RenderVolumetricGeometry_12(id0); } private native void GetMatrix_13(vtkMatrix4x4 id0); public void GetMatrix(vtkMatrix4x4 id0) { GetMatrix_13(id0); } private native void GetMatrix_14(double id0[]); public void GetMatrix(double id0[]) { GetMatrix_14(id0); } public vtkMultiVolume() { super(); } public vtkMultiVolume(long id) { super(id); } public native long VTKInit(); }