Package Chem :: Module rdchem :: Class _ROAtomSeq
[hide private]
[frames] | no frames]

Class _ROAtomSeq



 object --+    
          |    
??.instance --+
              |
             _ROAtomSeq

Read-only sequence of atoms, not constructable from Python.



Instance Methods [hide private]
 
__getitem__(...)
C++ signature:...
 
__init__(...)
Raises an exception...
 
__len__(...)
C++ signature:...

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__getitem__(...)
(Indexing operator)

 
C++ signature:
__getitem__(RDKit::ReadOnlySeq<RDKit::AtomIterator_<RDKit::Atom, RDKit::ROMol, boost::vec_adj_list_vertex_property_map<boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::property<RDKit::vertex_atom_t, RDKit::Atom*, boost::no_property>, boost::property<RDKit::edge_bond_t, RDKit::Bond*, boost::property<RDKit::edge_wght_t, double, boost::no_property> >, boost::no_property, boost::listS>, boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::property<RDKit::vertex_atom_t, RDKit::Atom*, boost::no_property>, boost::property<RDKit::edge_bond_t, RDKit::Bond*, boost::property<RDKit::edge_wght_t, double, boost::no_property> >, boost::no_property, boost::listS>*, RDKit::Atom*, RDKit::Atom*&, RDKit::vertex_atom_t> >, RDKit::Atom*> {lvalue}, int) -> RDKit::Atom*

__init__(...)
(Constructor)

 
Raises an exception
This class cannot be instantiated from Python

Overrides: object.__init__

__len__(...)
(Length operator)

 
C++ signature:
__len__(RDKit::ReadOnlySeq<RDKit::AtomIterator_<RDKit::Atom, RDKit::ROMol, boost::vec_adj_list_vertex_property_map<boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::property<RDKit::vertex_atom_t, RDKit::Atom*, boost::no_property>, boost::property<RDKit::edge_bond_t, RDKit::Bond*, boost::property<RDKit::edge_wght_t, double, boost::no_property> >, boost::no_property, boost::listS>, boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::property<RDKit::vertex_atom_t, RDKit::Atom*, boost::no_property>, boost::property<RDKit::edge_bond_t, RDKit::Bond*, boost::property<RDKit::edge_wght_t, double, boost::no_property> >, boost::no_property, boost::listS>*, RDKit::Atom*, RDKit::Atom*&, RDKit::vertex_atom_t> >, RDKit::Atom*> {lvalue}) -> int