molsysviewer.whole.Whole#

class molsysviewer.whole.Whole(view)[source]#

Wrapper for operations on the whole structure (non-deletable, non-retaggable).

Parameters:

view (Any)

__init__(view)[source]#
Parameters:

view (Any)

Return type:

None

Methods

__init__(view)

add(*args, **kwargs)

Add elements from another system (delegates to MolSysView.add).

append_structures(*args, **kwargs)

Append structures to the underlying system (delegates to MolSysView.append_structures).

get(*args, **kwargs)

Retrieve values from the whole system (delegates to MolSysView.get).

hide()

Hide the global representation(s).

info(*args, **kwargs)

Show a summary table for the whole system (delegates to MolSysView.info).

remove(*args, **kwargs)

Remove atoms/structures from the system (delegates to MolSysView.remove).

select(*args, **kwargs)

Select indices from the whole system (delegates to MolSysView.select).

set(*args, **kwargs)

Set attributes on the underlying system (delegates to MolSysView.set).

set_representation([representation, preset])

Set or update the global representation for the whole structure.

show()

Show the global representation(s).