Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | List of all members
CDPL.ConfGen.TorsionRuleMatch.AtomArray Class Reference
+ Inheritance diagram for CDPL.ConfGen.TorsionRuleMatch.AtomArray:

Public Member Functions

int __len__ ()
 
bool __contains__ (Chem.Atom atom)
 Returns the result of the membership test operation atom in self. More...
 
Chem.Atom __getitem__ (int idx)
 

Member Function Documentation

◆ __len__()

int CDPL.ConfGen.TorsionRuleMatch.AtomArray.__len__ ( )
Returns

◆ __contains__()

bool CDPL.ConfGen.TorsionRuleMatch.AtomArray.__contains__ ( Chem.Atom  atom)

Returns the result of the membership test operation atom in self.

Parameters
atomThe value to test for membership.
Returns
The result of the membership test operation.

◆ __getitem__()

Chem.Atom CDPL.ConfGen.TorsionRuleMatch.AtomArray.__getitem__ ( int  idx)
Parameters
idx
Returns