27#ifndef vtkBlueObeliskData_h 
   28#define vtkBlueObeliskData_h 
   30#include "vtkDomainsChemistryModule.h"  
   36VTK_ABI_NAMESPACE_BEGIN
 
   43class MyStdVectorOfVtkAbstractArrays;
 
   85  vtkGetMacro(NumberOfElements, 
unsigned short);
 
  183  std::mutex NewWriteMutex;
 
Abstract superclass for all arrays.
 
Fill a vtkBlueObeliskData container with data from the BODR XML dataset.
 
Contains chemical data from the Blue Obelisk Data Repository.
 
void UnlockWriteMutex()
Unlock the mutex that protects the arrays during a call to Initialize().
 
vtkGetNewMacro(Names, vtkStringArray)
Access the raw arrays stored in this vtkBlueObeliskData.
 
vtkGetNewMacro(Masses, vtkFloatArray)
 
vtkGetNewMacro(VDWRadii, vtkFloatArray)
 
unsigned short NumberOfElements
 
vtkNew< vtkFloatArray > CovalentRadii
 
vtkGetNewMacro(ElectronAffinities, vtkFloatArray)
 
vtkGetNewMacro(IonizationEnergies, vtkFloatArray)
 
virtual vtkTypeBool Allocate(vtkIdType sz, vtkIdType ext=1000)
Allocate enough memory in each array for sz elements.
 
vtkNew< vtkFloatArray > ElectronAffinities
 
vtkNew< vtkFloatArray > BoilingPoints
 
virtual void Reset()
Reset each array.
 
void Initialize()
Fill this object using an internal vtkBlueObeliskDataParser instance.
 
vtkNew< vtkFloatArray > PaulingElectronegativities
 
static bool GenerateHeaderFromXML(std::istream &xml, std::ostream &header)
Static method to generate the data header file used by this class from the BODR elements....
 
vtkNew< vtkFloatArray > VDWRadii
 
bool IsInitialized()
Check if this object has been initialized yet.
 
vtkGetNewMacro(Periods, vtkUnsignedShortArray)
 
vtkNew< vtkStringArray > LowerSymbols
 
vtkGetNewMacro(Groups, vtkUnsignedShortArray)
 
vtkGetNewMacro(BoilingPoints, vtkFloatArray)
 
vtkGetNewMacro(ExactMasses, vtkFloatArray)
 
vtkGetNewMacro(Symbols, vtkStringArray)
Access the raw arrays stored in this vtkBlueObeliskData.
 
vtkGetNewMacro(CovalentRadii, vtkFloatArray)
 
vtkNew< vtkUnsignedShortArray > Periods
 
vtkGetNewMacro(Families, vtkStringArray)
Access the raw arrays stored in this vtkBlueObeliskData.
 
vtkNew< vtkFloatArray > ExactMasses
 
vtkNew< vtkStringArray > PeriodicTableBlocks
 
vtkNew< vtkStringArray > Names
 
vtkGetNewMacro(DefaultColors, vtkFloatArray)
 
vtkNew< vtkStringArray > LowerNames
 
vtkGetNewMacro(ElectronicConfigurations, vtkStringArray)
Access the raw arrays stored in this vtkBlueObeliskData.
 
MyStdVectorOfVtkAbstractArrays * Arrays
 
vtkNew< vtkFloatArray > Masses
 
vtkGetNewMacro(PeriodicTableBlocks, vtkStringArray)
Access the raw arrays stored in this vtkBlueObeliskData.
 
vtkNew< vtkStringArray > Symbols
 
vtkNew< vtkStringArray > ElectronicConfigurations
 
vtkGetNewMacro(MeltingPoints, vtkFloatArray)
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkNew< vtkStringArray > Families
 
vtkGetNewMacro(LowerNames, vtkStringArray)
Access the raw arrays stored in this vtkBlueObeliskData.
 
vtkNew< vtkUnsignedShortArray > Groups
 
virtual void Squeeze()
Free any unused memory in the member arrays.
 
vtkGetNewMacro(LowerSymbols, vtkStringArray)
Access the raw arrays stored in this vtkBlueObeliskData.
 
static vtkBlueObeliskData * New()
 
void LockWriteMutex()
Lock the mutex that protects the arrays during a call to Initialize().
 
vtkNew< vtkFloatArray > MeltingPoints
 
vtkGetNewMacro(PaulingElectronegativities, vtkFloatArray)
 
void PrintSelfIfExists(const char *, vtkObject *, ostream &, vtkIndent)
 
vtkNew< vtkFloatArray > DefaultColors
 
vtkNew< vtkFloatArray > IonizationEnergies
 
~vtkBlueObeliskData() override
 
dynamic, self-adjusting array of float
 
a simple class to control print indentation
 
Allocate and hold a VTK object.
 
abstract base class for most VTK objects
 
a vtkAbstractArray subclass for strings
 
dynamic, self-adjusting array of unsigned short