Methods
|
|
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
addAssociatedModel
|
addAssociatedModel ( self, model )
addAssociatedModel(Model* model)
addAssociatedModel documentation.
|
|
associatedModels
|
associatedModels ( self )
associatedModels() -> std::vector<Model*>
associatedModels documentation.
|
|
bbox
|
bbox ( self )
bbox() -> bool, otf::Geom3d::BBox
bbox documentation.
|
|
deleteAll
|
deleteAll ( self )
deleteAll()
deleteAll documentation.
|
|
deletePseudoBond
|
deletePseudoBond ( self, element )
deletePseudoBond(PseudoBond* element)
deletePseudoBond documentation.
|
|
destroy
|
destroy ( self )
destroy()
destroy documentation.
|
|
newPseudoBond
|
newPseudoBond (
self,
a1,
a2,
)
newPseudoBond(Atom* a1, Atom* a2) -> PseudoBond*
newPseudoBond 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.
|
|
removeAssociatedModel
|
removeAssociatedModel ( self, model )
removeAssociatedModel(Model* model)
removeAssociatedModel documentation.
|