// java wrapper for vtkStreamingDemandDrivenPipeline object // package vtk; import vtk.*; public class vtkStreamingDemandDrivenPipeline extends vtkDemandDrivenPipeline { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } 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 PropagateUpdateExtent_5(int id0); public int PropagateUpdateExtent(int id0) { return PropagateUpdateExtent_5(id0); } private native int SetMaximumNumberOfPieces_6(int id0,int id1); public int SetMaximumNumberOfPieces(int id0,int id1) { return SetMaximumNumberOfPieces_6(id0,id1); } private native int SetMaximumNumberOfPieces_7(vtkInformation id0,int id1); public int SetMaximumNumberOfPieces(vtkInformation id0,int id1) { return SetMaximumNumberOfPieces_7(id0,id1); } private native int GetMaximumNumberOfPieces_8(int id0); public int GetMaximumNumberOfPieces(int id0) { return GetMaximumNumberOfPieces_8(id0); } private native int GetMaximumNumberOfPieces_9(vtkInformation id0); public int GetMaximumNumberOfPieces(vtkInformation id0) { return GetMaximumNumberOfPieces_9(id0); } private native int SetWholeExtent_10(vtkInformation id0,int id1[]); public int SetWholeExtent(vtkInformation id0,int id1[]) { return SetWholeExtent_10(id0,id1); } private native void GetWholeExtent_11(vtkInformation id0,int id1[]); public void GetWholeExtent(vtkInformation id0,int id1[]) { GetWholeExtent_11(id0,id1); } private native int SetUpdateExtentToWholeExtent_12(int id0); public int SetUpdateExtentToWholeExtent(int id0) { return SetUpdateExtentToWholeExtent_12(id0); } private native int SetUpdateExtentToWholeExtent_13(vtkInformation id0); public int SetUpdateExtentToWholeExtent(vtkInformation id0) { return SetUpdateExtentToWholeExtent_13(id0); } private native int SetUpdateExtent_14(int id0,int id1[]); public int SetUpdateExtent(int id0,int id1[]) { return SetUpdateExtent_14(id0,id1); } private native int SetUpdateExtent_15(vtkInformation id0,int id1[]); public int SetUpdateExtent(vtkInformation id0,int id1[]) { return SetUpdateExtent_15(id0,id1); } private native void GetUpdateExtent_16(vtkInformation id0,int id1[]); public void GetUpdateExtent(vtkInformation id0,int id1[]) { GetUpdateExtent_16(id0,id1); } private native int SetUpdateExtent_17(int id0,int id1,int id2,int id3); public int SetUpdateExtent(int id0,int id1,int id2,int id3) { return SetUpdateExtent_17(id0,id1,id2,id3); } private native int SetUpdateExtent_18(vtkInformation id0,int id1,int id2,int id3); public int SetUpdateExtent(vtkInformation id0,int id1,int id2,int id3) { return SetUpdateExtent_18(id0,id1,id2,id3); } private native int SetUpdatePiece_19(vtkInformation id0,int id1); public int SetUpdatePiece(vtkInformation id0,int id1) { return SetUpdatePiece_19(id0,id1); } private native int GetUpdatePiece_20(vtkInformation id0); public int GetUpdatePiece(vtkInformation id0) { return GetUpdatePiece_20(id0); } private native int SetUpdateNumberOfPieces_21(vtkInformation id0,int id1); public int SetUpdateNumberOfPieces(vtkInformation id0,int id1) { return SetUpdateNumberOfPieces_21(id0,id1); } private native int GetUpdateNumberOfPieces_22(vtkInformation id0); public int GetUpdateNumberOfPieces(vtkInformation id0) { return GetUpdateNumberOfPieces_22(id0); } private native int SetUpdateGhostLevel_23(vtkInformation id0,int id1); public int SetUpdateGhostLevel(vtkInformation id0,int id1) { return SetUpdateGhostLevel_23(id0,id1); } private native int GetUpdateGhostLevel_24(vtkInformation id0); public int GetUpdateGhostLevel(vtkInformation id0) { return GetUpdateGhostLevel_24(id0); } private native int SetUpdateResolution_25(int id0,double id1); public int SetUpdateResolution(int id0,double id1) { return SetUpdateResolution_25(id0,id1); } private native int SetUpdateResolution_26(vtkInformation id0,double id1); public int SetUpdateResolution(vtkInformation id0,double id1) { return SetUpdateResolution_26(id0,id1); } private native double GetUpdateResolution_27(vtkInformation id0); public double GetUpdateResolution(vtkInformation id0) { return GetUpdateResolution_27(id0); } private native int SetUpdateTimeStep_28(int id0,double id1); public int SetUpdateTimeStep(int id0,double id1) { return SetUpdateTimeStep_28(id0,id1); } private native int SetRequestExactExtent_29(int id0,int id1); public int SetRequestExactExtent(int id0,int id1) { return SetRequestExactExtent_29(id0,id1); } private native int GetRequestExactExtent_30(int id0); public int GetRequestExactExtent(int id0) { return GetRequestExactExtent_30(id0); } private native int SetExtentTranslator_31(int id0,vtkExtentTranslator id1); public int SetExtentTranslator(int id0,vtkExtentTranslator id1) { return SetExtentTranslator_31(id0,id1); } private native int SetExtentTranslator_32(vtkInformation id0,vtkExtentTranslator id1); public int SetExtentTranslator(vtkInformation id0,vtkExtentTranslator id1) { return SetExtentTranslator_32(id0,id1); } private native long GetExtentTranslator_33(int id0); public vtkExtentTranslator GetExtentTranslator(int id0) { long temp = GetExtentTranslator_33(id0); if (temp == 0) return null; return (vtkExtentTranslator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetExtentTranslator_34(vtkInformation id0); public vtkExtentTranslator GetExtentTranslator(vtkInformation id0) { long temp = GetExtentTranslator_34(id0); if (temp == 0) return null; return (vtkExtentTranslator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int SetWholeBoundingBox_35(int id0,double id1[]); public int SetWholeBoundingBox(int id0,double id1[]) { return SetWholeBoundingBox_35(id0,id1); } private native void GetWholeBoundingBox_36(int id0,double id1[]); public void GetWholeBoundingBox(int id0,double id1[]) { GetWholeBoundingBox_36(id0,id1); } private native int SetPieceBoundingBox_37(int id0,double id1[]); public int SetPieceBoundingBox(int id0,double id1[]) { return SetPieceBoundingBox_37(id0,id1); } private native void GetPieceBoundingBox_38(int id0,double id1[]); public void GetPieceBoundingBox(int id0,double id1[]) { GetPieceBoundingBox_38(id0,id1); } private native long REQUEST_UPDATE_EXTENT_39(); public vtkInformationRequestKey REQUEST_UPDATE_EXTENT() { long temp = REQUEST_UPDATE_EXTENT_39(); if (temp == 0) return null; return (vtkInformationRequestKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long REQUEST_UPDATE_EXTENT_INFORMATION_40(); public vtkInformationRequestKey REQUEST_UPDATE_EXTENT_INFORMATION() { long temp = REQUEST_UPDATE_EXTENT_INFORMATION_40(); if (temp == 0) return null; return (vtkInformationRequestKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long REQUEST_MANAGE_INFORMATION_41(); public vtkInformationRequestKey REQUEST_MANAGE_INFORMATION() { long temp = REQUEST_MANAGE_INFORMATION_41(); if (temp == 0) return null; return (vtkInformationRequestKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long REQUEST_RESOLUTION_PROPAGATE_42(); public vtkInformationRequestKey REQUEST_RESOLUTION_PROPAGATE() { long temp = REQUEST_RESOLUTION_PROPAGATE_42(); if (temp == 0) return null; return (vtkInformationRequestKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long CONTINUE_EXECUTING_43(); public vtkInformationIntegerKey CONTINUE_EXECUTING() { long temp = CONTINUE_EXECUTING_43(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long EXTENT_TRANSLATOR_44(); public vtkInformationObjectBaseKey EXTENT_TRANSLATOR() { long temp = EXTENT_TRANSLATOR_44(); if (temp == 0) return null; return (vtkInformationObjectBaseKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_EXTENT_INITIALIZED_45(); public vtkInformationIntegerKey UPDATE_EXTENT_INITIALIZED() { long temp = UPDATE_EXTENT_INITIALIZED_45(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_EXTENT_46(); public vtkInformationIntegerVectorKey UPDATE_EXTENT() { long temp = UPDATE_EXTENT_46(); if (temp == 0) return null; return (vtkInformationIntegerVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_PIECE_NUMBER_47(); public vtkInformationIntegerKey UPDATE_PIECE_NUMBER() { long temp = UPDATE_PIECE_NUMBER_47(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_NUMBER_OF_PIECES_48(); public vtkInformationIntegerKey UPDATE_NUMBER_OF_PIECES() { long temp = UPDATE_NUMBER_OF_PIECES_48(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_NUMBER_OF_GHOST_LEVELS_49(); public vtkInformationIntegerKey UPDATE_NUMBER_OF_GHOST_LEVELS() { long temp = UPDATE_NUMBER_OF_GHOST_LEVELS_49(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long COMBINED_UPDATE_EXTENT_50(); public vtkInformationIntegerVectorKey COMBINED_UPDATE_EXTENT() { long temp = COMBINED_UPDATE_EXTENT_50(); if (temp == 0) return null; return (vtkInformationIntegerVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_EXTENT_TRANSLATED_51(); public vtkInformationIntegerKey UPDATE_EXTENT_TRANSLATED() { long temp = UPDATE_EXTENT_TRANSLATED_51(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long WHOLE_EXTENT_52(); public vtkInformationIntegerVectorKey WHOLE_EXTENT() { long temp = WHOLE_EXTENT_52(); if (temp == 0) return null; return (vtkInformationIntegerVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UNRESTRICTED_UPDATE_EXTENT_53(); public vtkInformationIntegerKey UNRESTRICTED_UPDATE_EXTENT() { long temp = UNRESTRICTED_UPDATE_EXTENT_53(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long MAXIMUM_NUMBER_OF_PIECES_54(); public vtkInformationIntegerKey MAXIMUM_NUMBER_OF_PIECES() { long temp = MAXIMUM_NUMBER_OF_PIECES_54(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long WHOLE_BOUNDING_BOX_55(); public vtkInformationDoubleVectorKey WHOLE_BOUNDING_BOX() { long temp = WHOLE_BOUNDING_BOX_55(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long PIECE_BOUNDING_BOX_56(); public vtkInformationDoubleVectorKey PIECE_BOUNDING_BOX() { long temp = PIECE_BOUNDING_BOX_56(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long PIECE_NORMAL_57(); public vtkInformationDoubleVectorKey PIECE_NORMAL() { long temp = PIECE_NORMAL_57(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long EXACT_EXTENT_58(); public vtkInformationIntegerKey EXACT_EXTENT() { long temp = EXACT_EXTENT_58(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long TIME_STEPS_59(); public vtkInformationDoubleVectorKey TIME_STEPS() { long temp = TIME_STEPS_59(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long TIME_RANGE_60(); public vtkInformationDoubleVectorKey TIME_RANGE() { long temp = TIME_RANGE_60(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_TIME_STEPS_61(); public vtkInformationDoubleVectorKey UPDATE_TIME_STEPS() { long temp = UPDATE_TIME_STEPS_61(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long PRIORITY_62(); public vtkInformationDoubleKey PRIORITY() { long temp = PRIORITY_62(); if (temp == 0) return null; return (vtkInformationDoubleKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long ORIGINAL_NUMBER_OF_CELLS_63(); public vtkInformationUnsignedLongKey ORIGINAL_NUMBER_OF_CELLS() { long temp = ORIGINAL_NUMBER_OF_CELLS_63(); if (temp == 0) return null; return (vtkInformationUnsignedLongKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_RESOLUTION_64(); public vtkInformationDoubleKey UPDATE_RESOLUTION() { long temp = UPDATE_RESOLUTION_64(); if (temp == 0) return null; return (vtkInformationDoubleKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long REMOVE_ATTRIBUTE_INFORMATION_65(); public vtkInformationIntegerKey REMOVE_ATTRIBUTE_INFORMATION() { long temp = REMOVE_ATTRIBUTE_INFORMATION_65(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FAST_PATH_FOR_TEMPORAL_DATA_66(); public vtkInformationIntegerKey FAST_PATH_FOR_TEMPORAL_DATA() { long temp = FAST_PATH_FOR_TEMPORAL_DATA_66(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FAST_PATH_OBJECT_TYPE_67(); public vtkInformationStringKey FAST_PATH_OBJECT_TYPE() { long temp = FAST_PATH_OBJECT_TYPE_67(); if (temp == 0) return null; return (vtkInformationStringKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FAST_PATH_ID_TYPE_68(); public vtkInformationStringKey FAST_PATH_ID_TYPE() { long temp = FAST_PATH_ID_TYPE_68(); if (temp == 0) return null; return (vtkInformationStringKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FAST_PATH_OBJECT_ID_69(); public vtkInformationIdTypeKey FAST_PATH_OBJECT_ID() { long temp = FAST_PATH_OBJECT_ID_69(); if (temp == 0) return null; return (vtkInformationIdTypeKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native double ComputePriority_70(); public double ComputePriority() { return ComputePriority_70(); } private native double ComputePriority_71(int id0); public double ComputePriority(int id0) { return ComputePriority_71(id0); } public vtkStreamingDemandDrivenPipeline() { super(); } public vtkStreamingDemandDrivenPipeline(long id) { super(id); } public native long VTKInit(); }