Methods
|
|
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
allRings
|
allRings (
self,
crossResidues,
sizeThreshold,
)
allRings(bool crossResidues, int sizeThreshold) -> std::vector<Ring>
allRings documentation.
|
|
contains
|
contains ( self, a )
contains(Atom* a) -> bool
contains documentation.
|
|
findAtom
|
findAtom ( self, i )
findAtom(int i) -> Atom*
findAtom documentation.
|
|
length
|
length ( self )
length() -> double
length documentation.
|
|
minimumRings
|
minimumRings ( self, crossResidues )
minimumRings(bool crossResidues) -> std::vector<Ring>
minimumRings documentation.
|
|
oslChildren
|
oslChildren ( self )
oslChildren() -> std::vector<Selectable*>
oslChildren documentation.
|
|
oslIdent
|
oslIdent (
self,
start,
end,
)
oslIdent(enum Selector start, enum Selector end) -> std::string
oslIdent documentation.
|
|
oslLevel
|
oslLevel ( self )
oslLevel() -> enum Selector
oslLevel documentation.
|
|
oslParents
|
oslParents ( self )
oslParents() -> std::vector<Selectable*>
oslParents documentation.
|
|
oslTestAbbr
|
oslTestAbbr ( self, a )
oslTestAbbr(OSLAbbreviation* a) -> bool
oslTestAbbr documentation.
|
|
otherAtom
|
otherAtom ( self, a )
otherAtom(Atom* a) -> Atom*
otherAtom documentation.
|
|
sqlength
|
sqlength ( self )
sqlength() -> double
sqlength documentation.
|
|
traverseFrom
|
traverseFrom ( self, ignoreBreakPoints )
traverseFrom(bool ignoreBreakPoints) -> Bond*
traverseFrom documentation.
|