Access to information about the elements.
More...
#include <vtkPeriodicTable.h>
Inherits vtkObject.
Access to information about the elements.
Sourced from the Blue Obelisk Data Repository
- See Also
- vtkBlueObeliskData vtkBlueObeliskDataParser
- Tests:
- vtkPeriodicTable (Tests)
Definition at line 40 of file vtkPeriodicTable.h.
vtkPeriodicTable::vtkPeriodicTable |
( |
| ) |
|
|
protected |
vtkPeriodicTable::~vtkPeriodicTable |
( |
| ) |
|
|
protected |
static int vtkPeriodicTable::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPeriodicTable::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPeriodicTable::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkPeriodicTable::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
unsigned short vtkPeriodicTable::GetNumberOfElements |
( |
| ) |
|
Returns the number of elements in the periodic table.
const char* vtkPeriodicTable::GetSymbol |
( |
const unsigned short |
atomicNum | ) |
|
Given an atomic number, returns the symbol associated with the element
const char* vtkPeriodicTable::GetElementName |
( |
const unsigned short |
atomicNum | ) |
|
Given an atomic number, returns the name of the element
unsigned short vtkPeriodicTable::GetAtomicNumber |
( |
const vtkStdString & |
str | ) |
|
Given a case-insensitive string that contains the symbol or name of an element, return the corresponding atomic number.
unsigned short vtkPeriodicTable::GetAtomicNumber |
( |
const char * |
str | ) |
|
Given a case-insensitive string that contains the symbol or name of an element, return the corresponding atomic number.
float vtkPeriodicTable::GetCovalentRadius |
( |
const unsigned short |
atomicNum | ) |
|
Given an atomic number, return the covalent radius of the atom
float vtkPeriodicTable::GetVDWRadius |
( |
const unsigned short |
atomicNum | ) |
|
Given an atomic number, returns the van der Waals radius of the atom
void vtkPeriodicTable::GetDefaultLUT |
( |
vtkLookupTable * |
| ) |
|
Fill the given vtkLookupTable to map atomic numbers to the familiar RGB tuples provided by the Blue Obelisk Data Repository
void vtkPeriodicTable::GetDefaultRGBTuple |
( |
unsigned short |
atomicNum, |
|
|
float |
rgb[3] |
|
) |
| |
Given an atomic number, return the familiar RGB tuple provided by the Blue Obelisk Data Repository
vtkColor3f vtkPeriodicTable::GetDefaultRGBTuple |
( |
unsigned short |
atomicNum | ) |
|
Given an atomic number, return the familiar RGB tuple provided by the Blue Obelisk Data Repository
The documentation for this class was generated from the following file: