// java wrapper for vtkBlueObeliskData object // package vtk; import vtk.*; public class vtkBlueObeliskData extends vtkObject { 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 Initialize_2(); public void Initialize() { Initialize_2(); } private native boolean IsInitialized_3(); public boolean IsInitialized() { return IsInitialized_3(); } private native int GetNumberOfElements_4(); public int GetNumberOfElements() { return GetNumberOfElements_4(); } private native long GetSymbols_5(); public vtkStringArray GetSymbols() { long temp = GetSymbols_5(); if (temp == 0) return null; return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetLowerSymbols_6(); public vtkStringArray GetLowerSymbols() { long temp = GetLowerSymbols_6(); if (temp == 0) return null; return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetNames_7(); public vtkStringArray GetNames() { long temp = GetNames_7(); if (temp == 0) return null; return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetLowerNames_8(); public vtkStringArray GetLowerNames() { long temp = GetLowerNames_8(); if (temp == 0) return null; return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetPeriodicTableBlocks_9(); public vtkStringArray GetPeriodicTableBlocks() { long temp = GetPeriodicTableBlocks_9(); if (temp == 0) return null; return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetElectronicConfigurations_10(); public vtkStringArray GetElectronicConfigurations() { long temp = GetElectronicConfigurations_10(); if (temp == 0) return null; return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetFamilies_11(); public vtkStringArray GetFamilies() { long temp = GetFamilies_11(); if (temp == 0) return null; return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetMasses_12(); public vtkFloatArray GetMasses() { long temp = GetMasses_12(); if (temp == 0) return null; return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetExactMasses_13(); public vtkFloatArray GetExactMasses() { long temp = GetExactMasses_13(); if (temp == 0) return null; return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetIonizationEnergies_14(); public vtkFloatArray GetIonizationEnergies() { long temp = GetIonizationEnergies_14(); if (temp == 0) return null; return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetElectronAffinities_15(); public vtkFloatArray GetElectronAffinities() { long temp = GetElectronAffinities_15(); if (temp == 0) return null; return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetPaulingElectronegativities_16(); public vtkFloatArray GetPaulingElectronegativities() { long temp = GetPaulingElectronegativities_16(); if (temp == 0) return null; return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetCovalentRadii_17(); public vtkFloatArray GetCovalentRadii() { long temp = GetCovalentRadii_17(); if (temp == 0) return null; return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetVDWRadii_18(); public vtkFloatArray GetVDWRadii() { long temp = GetVDWRadii_18(); if (temp == 0) return null; return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetDefaultColors_19(); public vtkFloatArray GetDefaultColors() { long temp = GetDefaultColors_19(); if (temp == 0) return null; return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetBoilingPoints_20(); public vtkFloatArray GetBoilingPoints() { long temp = GetBoilingPoints_20(); if (temp == 0) return null; return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetMeltingPoints_21(); public vtkFloatArray GetMeltingPoints() { long temp = GetMeltingPoints_21(); if (temp == 0) return null; return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetPeriods_22(); public vtkUnsignedShortArray GetPeriods() { long temp = GetPeriods_22(); if (temp == 0) return null; return (vtkUnsignedShortArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetGroups_23(); public vtkUnsignedShortArray GetGroups() { long temp = GetGroups_23(); if (temp == 0) return null; return (vtkUnsignedShortArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkBlueObeliskData() { super(); } public vtkBlueObeliskData(long id) { super(id); } public native long VTKInit(); }