// java wrapper for vtkDataObject object // package vtk; import vtk.*; public class vtkDataObject extends vtkObject { 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 long GetSource_2(); public vtkSource GetSource() { long temp = GetSource_2(); if (temp == 0) return null; return (vtkSource)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSource_3(vtkSource id0); public void SetSource(vtkSource id0) { SetSource_3(id0); } private native long GetInformation_4(); public vtkInformation GetInformation() { long temp = GetInformation_4(); if (temp == 0) return null; return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetInformation_5(vtkInformation id0); public void SetInformation(vtkInformation id0) { SetInformation_5(id0); } private native long GetPipelineInformation_6(); public vtkInformation GetPipelineInformation() { long temp = GetPipelineInformation_6(); if (temp == 0) return null; return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPipelineInformation_7(vtkInformation id0); public void SetPipelineInformation(vtkInformation id0) { SetPipelineInformation_7(id0); } private native long GetProducerPort_8(); public vtkAlgorithmOutput GetProducerPort() { long temp = GetProducerPort_8(); if (temp == 0) return null; return (vtkAlgorithmOutput)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetMTime_9(); public int GetMTime() { return GetMTime_9(); } private native void Initialize_10(); public void Initialize() { Initialize_10(); } private native void ReleaseData_11(); public void ReleaseData() { ReleaseData_11(); } private native int ShouldIReleaseData_12(); public int ShouldIReleaseData() { return ShouldIReleaseData_12(); } private native int GetDataReleased_13(); public int GetDataReleased() { return GetDataReleased_13(); } private native void SetReleaseDataFlag_14(int id0); public void SetReleaseDataFlag(int id0) { SetReleaseDataFlag_14(id0); } private native int GetReleaseDataFlag_15(); public int GetReleaseDataFlag() { return GetReleaseDataFlag_15(); } private native void ReleaseDataFlagOn_16(); public void ReleaseDataFlagOn() { ReleaseDataFlagOn_16(); } private native void ReleaseDataFlagOff_17(); public void ReleaseDataFlagOff() { ReleaseDataFlagOff_17(); } private native void SetGlobalReleaseDataFlag_18(int id0); public void SetGlobalReleaseDataFlag(int id0) { SetGlobalReleaseDataFlag_18(id0); } private native void GlobalReleaseDataFlagOn_19(); public void GlobalReleaseDataFlagOn() { GlobalReleaseDataFlagOn_19(); } private native void GlobalReleaseDataFlagOff_20(); public void GlobalReleaseDataFlagOff() { GlobalReleaseDataFlagOff_20(); } private native int GetGlobalReleaseDataFlag_21(); public int GetGlobalReleaseDataFlag() { return GetGlobalReleaseDataFlag_21(); } private native void SetFieldData_22(vtkFieldData id0); public void SetFieldData(vtkFieldData id0) { SetFieldData_22(id0); } private native long GetFieldData_23(); public vtkFieldData GetFieldData() { long temp = GetFieldData_23(); if (temp == 0) return null; return (vtkFieldData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void Register_24(vtkObjectBase id0); public void Register(vtkObjectBase id0) { Register_24(id0); } private native void UnRegister_25(vtkObjectBase id0); public void UnRegister(vtkObjectBase id0) { UnRegister_25(id0); } private native void Update_26(); public void Update() { Update_26(); } private native void UpdateInformation_27(); public void UpdateInformation() { UpdateInformation_27(); } private native void PropagateUpdateExtent_28(); public void PropagateUpdateExtent() { PropagateUpdateExtent_28(); } private native void TriggerAsynchronousUpdate_29(); public void TriggerAsynchronousUpdate() { TriggerAsynchronousUpdate_29(); } private native void UpdateData_30(); public void UpdateData() { UpdateData_30(); } private native int GetEstimatedMemorySize_31(); public int GetEstimatedMemorySize() { return GetEstimatedMemorySize_31(); } private native void SetUpdateExtent_32(int id0,int id1,int id2); public void SetUpdateExtent(int id0,int id1,int id2) { SetUpdateExtent_32(id0,id1,id2); } private native void SetUpdateExtent_33(int id0,int id1); public void SetUpdateExtent(int id0,int id1) { SetUpdateExtent_33(id0,id1); } private native void SetUpdateExtent_34(int id0,int id1,int id2,int id3,int id4,int id5); public void SetUpdateExtent(int id0,int id1,int id2,int id3,int id4,int id5) { SetUpdateExtent_34(id0,id1,id2,id3,id4,id5); } private native void SetUpdateExtent_35(int id0[]); public void SetUpdateExtent(int id0[]) { SetUpdateExtent_35(id0); } private native int[] GetUpdateExtent_36(); public int[] GetUpdateExtent() { return GetUpdateExtent_36(); } private native void GetUpdateExtent_37(int id0[]); public void GetUpdateExtent(int id0[]) { GetUpdateExtent_37(id0); } private native int GetDataObjectType_38(); public int GetDataObjectType() { return GetDataObjectType_38(); } private native int GetUpdateTime_39(); public int GetUpdateTime() { return GetUpdateTime_39(); } private native void SetUpdateExtentToWholeExtent_40(); public void SetUpdateExtentToWholeExtent() { SetUpdateExtentToWholeExtent_40(); } private native int GetPipelineMTime_41(); public int GetPipelineMTime() { return GetPipelineMTime_41(); } private native int GetActualMemorySize_42(); public int GetActualMemorySize() { return GetActualMemorySize_42(); } private native void CopyInformation_43(vtkDataObject id0); public void CopyInformation(vtkDataObject id0) { CopyInformation_43(id0); } private native void CopyTypeSpecificInformation_44(vtkDataObject id0); public void CopyTypeSpecificInformation(vtkDataObject id0) { CopyTypeSpecificInformation_44(id0); } private native void SetUpdatePiece_45(int id0); public void SetUpdatePiece(int id0) { SetUpdatePiece_45(id0); } private native void SetUpdateNumberOfPieces_46(int id0); public void SetUpdateNumberOfPieces(int id0) { SetUpdateNumberOfPieces_46(id0); } private native int GetUpdatePiece_47(); public int GetUpdatePiece() { return GetUpdatePiece_47(); } private native int GetUpdateNumberOfPieces_48(); public int GetUpdateNumberOfPieces() { return GetUpdateNumberOfPieces_48(); } private native void SetUpdateGhostLevel_49(int id0); public void SetUpdateGhostLevel(int id0) { SetUpdateGhostLevel_49(id0); } private native int GetUpdateGhostLevel_50(); public int GetUpdateGhostLevel() { return GetUpdateGhostLevel_50(); } private native void SetRequestExactExtent_51(int id0); public void SetRequestExactExtent(int id0) { SetRequestExactExtent_51(id0); } private native int GetRequestExactExtent_52(); public int GetRequestExactExtent() { return GetRequestExactExtent_52(); } private native void RequestExactExtentOn_53(); public void RequestExactExtentOn() { RequestExactExtentOn_53(); } private native void RequestExactExtentOff_54(); public void RequestExactExtentOff() { RequestExactExtentOff_54(); } private native void SetWholeExtent_55(int id0,int id1,int id2,int id3,int id4,int id5); public void SetWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5) { SetWholeExtent_55(id0,id1,id2,id3,id4,id5); } private native void SetWholeExtent_56(int id0[]); public void SetWholeExtent(int id0[]) { SetWholeExtent_56(id0); } private native int[] GetWholeExtent_57(); public int[] GetWholeExtent() { return GetWholeExtent_57(); } private native void GetWholeExtent_58(int id0[]); public void GetWholeExtent(int id0[]) { GetWholeExtent_58(id0); } private native void SetWholeBoundingBox_59(double id0,double id1,double id2,double id3,double id4,double id5); public void SetWholeBoundingBox(double id0,double id1,double id2,double id3,double id4,double id5) { SetWholeBoundingBox_59(id0,id1,id2,id3,id4,id5); } private native void SetWholeBoundingBox_60(double id0[]); public void SetWholeBoundingBox(double id0[]) { SetWholeBoundingBox_60(id0); } private native double[] GetWholeBoundingBox_61(); public double[] GetWholeBoundingBox() { return GetWholeBoundingBox_61(); } private native void GetWholeBoundingBox_62(double id0[]); public void GetWholeBoundingBox(double id0[]) { GetWholeBoundingBox_62(id0); } private native void SetMaximumNumberOfPieces_63(int id0); public void SetMaximumNumberOfPieces(int id0) { SetMaximumNumberOfPieces_63(id0); } private native int GetMaximumNumberOfPieces_64(); public int GetMaximumNumberOfPieces() { return GetMaximumNumberOfPieces_64(); } private native void CopyInformationToPipeline_65(vtkInformation id0,vtkInformation id1,vtkInformation id2,int id3); public void CopyInformationToPipeline(vtkInformation id0,vtkInformation id1,vtkInformation id2,int id3) { CopyInformationToPipeline_65(id0,id1,id2,id3); } private native void CopyInformationToPipeline_66(vtkInformation id0,vtkInformation id1); public void CopyInformationToPipeline(vtkInformation id0,vtkInformation id1) { CopyInformationToPipeline_66(id0,id1); } private native void CopyInformationFromPipeline_67(vtkInformation id0); public void CopyInformationFromPipeline(vtkInformation id0) { CopyInformationFromPipeline_67(id0); } private native long GetActiveFieldInformation_68(vtkInformation id0,int id1,int id2); public vtkInformation GetActiveFieldInformation(vtkInformation id0,int id1,int id2) { long temp = GetActiveFieldInformation_68(id0,id1,id2); if (temp == 0) return null; return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetNamedFieldInformation_69(vtkInformation id0,int id1,String id2); public vtkInformation GetNamedFieldInformation(vtkInformation id0,int id1,String id2) { long temp = GetNamedFieldInformation_69(id0,id1,id2); if (temp == 0) return null; return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void RemoveNamedFieldInformation_70(vtkInformation id0,int id1,String id2); public void RemoveNamedFieldInformation(vtkInformation id0,int id1,String id2) { RemoveNamedFieldInformation_70(id0,id1,id2); } private native long SetActiveAttribute_71(vtkInformation id0,int id1,String id2,int id3); public vtkInformation SetActiveAttribute(vtkInformation id0,int id1,String id2,int id3) { long temp = SetActiveAttribute_71(id0,id1,id2,id3); if (temp == 0) return null; return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetActiveAttributeInfo_72(vtkInformation id0,int id1,int id2,String id3,int id4,int id5,int id6); public void SetActiveAttributeInfo(vtkInformation id0,int id1,int id2,String id3,int id4,int id5,int id6) { SetActiveAttributeInfo_72(id0,id1,id2,id3,id4,id5,id6); } private native void SetPointDataActiveScalarInfo_73(vtkInformation id0,int id1,int id2); public void SetPointDataActiveScalarInfo(vtkInformation id0,int id1,int id2) { SetPointDataActiveScalarInfo_73(id0,id1,id2); } private native void DataHasBeenGenerated_74(); public void DataHasBeenGenerated() { DataHasBeenGenerated_74(); } private native void PrepareForNewData_75(); public void PrepareForNewData() { PrepareForNewData_75(); } private native void ShallowCopy_76(vtkDataObject id0); public void ShallowCopy(vtkDataObject id0) { ShallowCopy_76(id0); } private native void DeepCopy_77(vtkDataObject id0); public void DeepCopy(vtkDataObject id0) { DeepCopy_77(id0); } private native void SetExtentTranslator_78(vtkExtentTranslator id0); public void SetExtentTranslator(vtkExtentTranslator id0) { SetExtentTranslator_78(id0); } private native long GetExtentTranslator_79(); public vtkExtentTranslator GetExtentTranslator() { long temp = GetExtentTranslator_79(); if (temp == 0) return null; return (vtkExtentTranslator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetExtentType_80(); public int GetExtentType() { return GetExtentType_80(); } private native void Crop_81(); public void Crop() { Crop_81(); } private native long GetAttributes_82(int id0); public vtkDataSetAttributes GetAttributes(int id0) { long temp = GetAttributes_82(id0); if (temp == 0) return null; return (vtkDataSetAttributes)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetAttributesAsFieldData_83(int id0); public vtkFieldData GetAttributesAsFieldData(int id0) { long temp = GetAttributesAsFieldData_83(id0); if (temp == 0) return null; return (vtkFieldData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetAttributeTypeForArray_84(vtkAbstractArray id0); public int GetAttributeTypeForArray(vtkAbstractArray id0) { return GetAttributeTypeForArray_84(id0); } private native int GetNumberOfElements_85(int id0); public int GetNumberOfElements(int id0) { return GetNumberOfElements_85(id0); } private native String GetAssociationTypeAsString_86(int id0); public String GetAssociationTypeAsString(int id0) { return GetAssociationTypeAsString_86(id0); } private native long DATA_TYPE_NAME_87(); public vtkInformationStringKey DATA_TYPE_NAME() { long temp = DATA_TYPE_NAME_87(); if (temp == 0) return null; return (vtkInformationStringKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long DATA_OBJECT_88(); public vtkInformationDataObjectKey DATA_OBJECT() { long temp = DATA_OBJECT_88(); if (temp == 0) return null; return (vtkInformationDataObjectKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long DATA_EXTENT_TYPE_89(); public vtkInformationIntegerKey DATA_EXTENT_TYPE() { long temp = DATA_EXTENT_TYPE_89(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long DATA_EXTENT_90(); public vtkInformationIntegerPointerKey DATA_EXTENT() { long temp = DATA_EXTENT_90(); if (temp == 0) return null; return (vtkInformationIntegerPointerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long DATA_PIECE_NUMBER_91(); public vtkInformationIntegerKey DATA_PIECE_NUMBER() { long temp = DATA_PIECE_NUMBER_91(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long DATA_NUMBER_OF_PIECES_92(); public vtkInformationIntegerKey DATA_NUMBER_OF_PIECES() { long temp = DATA_NUMBER_OF_PIECES_92(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long DATA_NUMBER_OF_GHOST_LEVELS_93(); public vtkInformationIntegerKey DATA_NUMBER_OF_GHOST_LEVELS() { long temp = DATA_NUMBER_OF_GHOST_LEVELS_93(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long DATA_RESOLUTION_94(); public vtkInformationDoubleKey DATA_RESOLUTION() { long temp = DATA_RESOLUTION_94(); if (temp == 0) return null; return (vtkInformationDoubleKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long DATA_TIME_STEPS_95(); public vtkInformationDoubleVectorKey DATA_TIME_STEPS() { long temp = DATA_TIME_STEPS_95(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long POINT_DATA_VECTOR_96(); public vtkInformationInformationVectorKey POINT_DATA_VECTOR() { long temp = POINT_DATA_VECTOR_96(); if (temp == 0) return null; return (vtkInformationInformationVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long CELL_DATA_VECTOR_97(); public vtkInformationInformationVectorKey CELL_DATA_VECTOR() { long temp = CELL_DATA_VECTOR_97(); if (temp == 0) return null; return (vtkInformationInformationVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long VERTEX_DATA_VECTOR_98(); public vtkInformationInformationVectorKey VERTEX_DATA_VECTOR() { long temp = VERTEX_DATA_VECTOR_98(); if (temp == 0) return null; return (vtkInformationInformationVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long EDGE_DATA_VECTOR_99(); public vtkInformationInformationVectorKey EDGE_DATA_VECTOR() { long temp = EDGE_DATA_VECTOR_99(); if (temp == 0) return null; return (vtkInformationInformationVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FIELD_ARRAY_TYPE_100(); public vtkInformationIntegerKey FIELD_ARRAY_TYPE() { long temp = FIELD_ARRAY_TYPE_100(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FIELD_ASSOCIATION_101(); public vtkInformationIntegerKey FIELD_ASSOCIATION() { long temp = FIELD_ASSOCIATION_101(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FIELD_ATTRIBUTE_TYPE_102(); public vtkInformationIntegerKey FIELD_ATTRIBUTE_TYPE() { long temp = FIELD_ATTRIBUTE_TYPE_102(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FIELD_ACTIVE_ATTRIBUTE_103(); public vtkInformationIntegerKey FIELD_ACTIVE_ATTRIBUTE() { long temp = FIELD_ACTIVE_ATTRIBUTE_103(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FIELD_NUMBER_OF_COMPONENTS_104(); public vtkInformationIntegerKey FIELD_NUMBER_OF_COMPONENTS() { long temp = FIELD_NUMBER_OF_COMPONENTS_104(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FIELD_NUMBER_OF_TUPLES_105(); public vtkInformationIntegerKey FIELD_NUMBER_OF_TUPLES() { long temp = FIELD_NUMBER_OF_TUPLES_105(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FIELD_OPERATION_106(); public vtkInformationIntegerKey FIELD_OPERATION() { long temp = FIELD_OPERATION_106(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FIELD_RANGE_107(); public vtkInformationDoubleVectorKey FIELD_RANGE() { long temp = FIELD_RANGE_107(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long PIECE_FIELD_RANGE_108(); public vtkInformationDoubleVectorKey PIECE_FIELD_RANGE() { long temp = PIECE_FIELD_RANGE_108(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FIELD_ARRAY_NAME_109(); public vtkInformationStringKey FIELD_ARRAY_NAME() { long temp = FIELD_ARRAY_NAME_109(); if (temp == 0) return null; return (vtkInformationStringKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long PIECE_EXTENT_110(); public vtkInformationIntegerVectorKey PIECE_EXTENT() { long temp = PIECE_EXTENT_110(); if (temp == 0) return null; return (vtkInformationIntegerVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long FIELD_NAME_111(); public vtkInformationStringKey FIELD_NAME() { long temp = FIELD_NAME_111(); if (temp == 0) return null; return (vtkInformationStringKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long ORIGIN_112(); public vtkInformationDoubleVectorKey ORIGIN() { long temp = ORIGIN_112(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long SPACING_113(); public vtkInformationDoubleVectorKey SPACING() { long temp = SPACING_113(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long DATA_GEOMETRY_UNMODIFIED_114(); public vtkInformationIntegerKey DATA_GEOMETRY_UNMODIFIED() { long temp = DATA_GEOMETRY_UNMODIFIED_114(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long SIL_115(); public vtkInformationDataObjectKey SIL() { long temp = SIL_115(); if (temp == 0) return null; return (vtkInformationDataObjectKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_116(vtkInformation id0); public vtkDataObject GetData(vtkInformation id0) { long temp = GetData_116(id0); if (temp == 0) return null; return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_117(vtkInformationVector id0,int id1); public vtkDataObject GetData(vtkInformationVector id0,int id1) { long temp = GetData_117(id0,id1); if (temp == 0) return null; return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkDataObject() { super(); } public vtkDataObject(long id) { super(id); } public native long VTKInit(); }