17 #ifndef vtkPeriodicTable_h
18 #define vtkPeriodicTable_h
20 #include "vtkDomainsChemistryModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
48 unsigned short GetNumberOfElements();
54 const char* GetSymbol(
unsigned short atomicNum);
59 const char* GetElementName(
unsigned short atomicNum);
67 unsigned short GetAtomicNumber(
const char* str);
73 float GetCovalentRadius(
unsigned short atomicNum);
79 float GetVDWRadius(
unsigned short atomicNum);
85 float GetMaxVDWRadius();
97 void GetDefaultRGBTuple(
unsigned short atomicNum,
float rgb[3]);
103 vtkColor3f GetDefaultRGBTuple(
unsigned short atomicNum);
116 VTK_ABI_NAMESPACE_END
Wrapper around std::string to keep symbols short.
Access to information about the elements.
static vtkNew< vtkBlueObeliskData > BlueObeliskData
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
map scalar values into colors via a lookup table
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Contains chemical data from the Blue Obelisk Data Repository.