VTK
|
convenience proxy for vtkMolecule More...
#include <vtkAtom.h>
Public Member Functions | |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkIdType | GetId () const |
Return the Id used to identify this atom in the parent molecule. More... | |
vtkMolecule * | GetMolecule () |
Return the parent molecule of this atom. More... | |
unsigned short | GetAtomicNumber () const |
Get/Set the atomic number of this atom. More... | |
void | SetAtomicNumber (unsigned short atomicNum) |
Get/Set the atomic number of this atom. More... | |
void | GetPosition (float pos[3]) const |
Get/Set the position of this atom. More... | |
void | GetPosition (double pos[3]) const |
Get/Set the position of this atom. More... | |
void | SetPosition (const float pos[3]) |
Get/Set the position of this atom. More... | |
void | SetPosition (float x, float y, float z) |
Get/Set the position of this atom. More... | |
vtkVector3f | GetPosition () const |
Get/Set the position of this atom. More... | |
void | SetPosition (const vtkVector3f &pos) |
Get/Set the position of this atom. More... | |
Protected Member Functions | |
vtkAtom (vtkMolecule *parent, vtkIdType id) | |
Protected Attributes | |
vtkMolecule * | Molecule |
vtkIdType | Id |
Friends | |
class | vtkMolecule |
convenience proxy for vtkMolecule
|
protected |
void vtkAtom::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
inline |
|
inline |
unsigned short vtkAtom::GetAtomicNumber | ( | ) | const |
Get/Set the atomic number of this atom.
void vtkAtom::SetAtomicNumber | ( | unsigned short | atomicNum | ) |
Get/Set the atomic number of this atom.
void vtkAtom::GetPosition | ( | float | pos[3] | ) | const |
Get/Set the position of this atom.
void vtkAtom::GetPosition | ( | double | pos[3] | ) | const |
Get/Set the position of this atom.
void vtkAtom::SetPosition | ( | const float | pos[3] | ) |
Get/Set the position of this atom.
void vtkAtom::SetPosition | ( | float | x, |
float | y, | ||
float | z | ||
) |
Get/Set the position of this atom.
vtkVector3f vtkAtom::GetPosition | ( | ) | const |
Get/Set the position of this atom.
void vtkAtom::SetPosition | ( | const vtkVector3f & | pos | ) |
Get/Set the position of this atom.
|
friend |
|
protected |