// java wrapper for vtkStreamingDemandDrivenPipeline object // package vtk; import vtk.*; public class vtkStreamingDemandDrivenPipeline extends vtkDemandDrivenPipeline { 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 Update_2(); public int Update() { return Update_2(); } private native int Update_3(int id0); public int Update(int id0) { return Update_3(id0); } private native int UpdateWholeExtent_4(); public int UpdateWholeExtent() { return UpdateWholeExtent_4(); } private native int Update_5(int id0,vtkInformationVector id1); public int Update(int id0,vtkInformationVector id1) { return Update_5(id0,id1); } private native int PropagateUpdateExtent_6(int id0); public int PropagateUpdateExtent(int id0) { return PropagateUpdateExtent_6(id0); } private native int PropagateTime_7(int id0); public int PropagateTime(int id0) { return PropagateTime_7(id0); } private native int UpdateTimeDependentInformation_8(int id0); public int UpdateTimeDependentInformation(int id0) { return UpdateTimeDependentInformation_8(id0); } private native int SetWholeExtent_9(vtkInformation id0,int id1[]); public int SetWholeExtent(vtkInformation id0,int id1[]) { return SetWholeExtent_9(id0,id1); } private native void GetWholeExtent_10(vtkInformation id0,int id1[]); public void GetWholeExtent(vtkInformation id0,int id1[]) { GetWholeExtent_10(id0,id1); } private native int[] GetWholeExtent_11(vtkInformation id0); public int[] GetWholeExtent(vtkInformation id0) { return GetWholeExtent_11(id0); } private native int SetRequestExactExtent_12(int id0,int id1); public int SetRequestExactExtent(int id0,int id1) { return SetRequestExactExtent_12(id0,id1); } private native int GetRequestExactExtent_13(int id0); public int GetRequestExactExtent(int id0) { return GetRequestExactExtent_13(id0); } private native long REQUEST_UPDATE_EXTENT_14(); public vtkInformationRequestKey REQUEST_UPDATE_EXTENT() { long temp = REQUEST_UPDATE_EXTENT_14(); if (temp == 0) return null; return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long REQUEST_UPDATE_TIME_15(); public vtkInformationRequestKey REQUEST_UPDATE_TIME() { long temp = REQUEST_UPDATE_TIME_15(); if (temp == 0) return null; return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long REQUEST_TIME_DEPENDENT_INFORMATION_16(); public vtkInformationRequestKey REQUEST_TIME_DEPENDENT_INFORMATION() { long temp = REQUEST_TIME_DEPENDENT_INFORMATION_16(); if (temp == 0) return null; return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long CONTINUE_EXECUTING_17(); public vtkInformationIntegerKey CONTINUE_EXECUTING() { long temp = CONTINUE_EXECUTING_17(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_EXTENT_INITIALIZED_18(); public vtkInformationIntegerKey UPDATE_EXTENT_INITIALIZED() { long temp = UPDATE_EXTENT_INITIALIZED_18(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_EXTENT_19(); public vtkInformationIntegerVectorKey UPDATE_EXTENT() { long temp = UPDATE_EXTENT_19(); if (temp == 0) return null; return (vtkInformationIntegerVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_PIECE_NUMBER_20(); public vtkInformationIntegerKey UPDATE_PIECE_NUMBER() { long temp = UPDATE_PIECE_NUMBER_20(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_NUMBER_OF_PIECES_21(); public vtkInformationIntegerKey UPDATE_NUMBER_OF_PIECES() { long temp = UPDATE_NUMBER_OF_PIECES_21(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_NUMBER_OF_GHOST_LEVELS_22(); public vtkInformationIntegerKey UPDATE_NUMBER_OF_GHOST_LEVELS() { long temp = UPDATE_NUMBER_OF_GHOST_LEVELS_22(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long COMBINED_UPDATE_EXTENT_23(); public vtkInformationIntegerVectorKey COMBINED_UPDATE_EXTENT() { long temp = COMBINED_UPDATE_EXTENT_23(); if (temp == 0) return null; return (vtkInformationIntegerVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long WHOLE_EXTENT_24(); public vtkInformationIntegerVectorKey WHOLE_EXTENT() { long temp = WHOLE_EXTENT_24(); if (temp == 0) return null; return (vtkInformationIntegerVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UNRESTRICTED_UPDATE_EXTENT_25(); public vtkInformationIntegerKey UNRESTRICTED_UPDATE_EXTENT() { long temp = UNRESTRICTED_UPDATE_EXTENT_25(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long EXACT_EXTENT_26(); public vtkInformationIntegerKey EXACT_EXTENT() { long temp = EXACT_EXTENT_26(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long TIME_STEPS_27(); public vtkInformationDoubleVectorKey TIME_STEPS() { long temp = TIME_STEPS_27(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long TIME_RANGE_28(); public vtkInformationDoubleVectorKey TIME_RANGE() { long temp = TIME_RANGE_28(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_TIME_STEP_29(); public vtkInformationDoubleKey UPDATE_TIME_STEP() { long temp = UPDATE_TIME_STEP_29(); if (temp == 0) return null; return (vtkInformationDoubleKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long TIME_DEPENDENT_INFORMATION_30(); public vtkInformationIntegerKey TIME_DEPENDENT_INFORMATION() { long temp = TIME_DEPENDENT_INFORMATION_30(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long BOUNDS_31(); public vtkInformationDoubleVectorKey BOUNDS() { long temp = BOUNDS_31(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void GetUpdateExtent_32(vtkInformation id0,int id1[]); public void GetUpdateExtent(vtkInformation id0,int id1[]) { GetUpdateExtent_32(id0,id1); } private native int GetUpdatePiece_33(vtkInformation id0); public int GetUpdatePiece(vtkInformation id0) { return GetUpdatePiece_33(id0); } private native int GetUpdateNumberOfPieces_34(vtkInformation id0); public int GetUpdateNumberOfPieces(vtkInformation id0) { return GetUpdateNumberOfPieces_34(id0); } private native int GetUpdateGhostLevel_35(vtkInformation id0); public int GetUpdateGhostLevel(vtkInformation id0) { return GetUpdateGhostLevel_35(id0); } public vtkStreamingDemandDrivenPipeline() { super(); } public vtkStreamingDemandDrivenPipeline(long id) { super(id); } public native long VTKInit(); }