| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
ElementSet
A set of Bcl Elements This class contains a vector of pointers each of which points to an Element and the vector index is looked up by an element_name string in a map.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 32
|
|||
|
|||
|
Inherited from |
|||
|
|||
__getitem__( (ElementSet)arg1, (int)index) -> Element :
Lookup an Element by 1-based indexing
C++ signature :
boost::shared_ptr<core::chemical::Element const> __getitem__(core::chemical::ElementSet {lvalue},unsigned long)
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (ElementSet)) -> None :
A set of Bcl Elements
This class contains a vector of pointers each of which points to an
Element and the vector index is looked up by an element_name string
in a map.
C++ signature :
void __init__(_object*,core::chemical::ElementSet)
|
helper for pickle
|
contains_element_type( (ElementSet)arg1, (str)element_symbol) -> bool :
Check if there is an element_type associated with an element_symbol string
C++ signature :
bool contains_element_type(core::chemical::ElementSet {lvalue},std::string)
|
element( (ElementSet)arg1, (str)element_symbol) -> Element :
Lookup the element index by the element_symbol string
C++ signature :
boost::shared_ptr<core::chemical::Element const> element(core::chemical::ElementSet {lvalue},std::string)
|
element_index( (ElementSet)arg1, (str)element_symbol) -> int :
Lookup the element index by the element_symbol string
C++ signature :
unsigned long element_index(core::chemical::ElementSet {lvalue},std::string)
|
n_elements( (ElementSet)arg1) -> int :
Number of elements in the set
C++ signature :
unsigned long n_elements(core::chemical::ElementSet {lvalue})
|
read_file( (ElementSet)arg1, (str)filename) -> None :
Load the ElementSet from a file
C++ signature :
void read_file(core::chemical::ElementSet {lvalue},std::string)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:05 2015 | http://epydoc.sourceforge.net |