X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkStreamingDemandDrivenPipeline.java;h=4a8960ecff33796f4e86ce13617ce48c022233d3;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=45afbf45bd90742c1773d300a11eb6ad1f4f5618;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkStreamingDemandDrivenPipeline.java b/vtk/src/vtk/vtkStreamingDemandDrivenPipeline.java index 45afbf45..4a8960ec 100644 --- a/vtk/src/vtk/vtkStreamingDemandDrivenPipeline.java +++ b/vtk/src/vtk/vtkStreamingDemandDrivenPipeline.java @@ -1,435 +1,231 @@ -// 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(); - -} +// 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(); + +}