Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
c209e9d2
Commit
c209e9d2
authored
10 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Improving entity.rst
parent
f2061b5c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/mol/base/doc/entity.rst
+21
-3
21 additions, 3 deletions
modules/mol/base/doc/entity.rst
with
21 additions
and
3 deletions
modules/mol/base/doc/entity.rst
+
21
−
3
View file @
c209e9d2
...
...
@@ -1221,6 +1221,18 @@ The View Classes
:type: bool
.. attribute:: geometric_center
Mid-point of the axis aligned bounding box of the entity.
:type: Vec3
.. attribute:: valid
Validity of handle.
:type: bool
.. method:: AddAtom(atom_handle[, view_add_flags])
Add atom to the view. If the residue of the atom is not already part of the
...
...
@@ -1278,8 +1290,8 @@ The View Classes
See :attr:`center_of_mass`
.. method:: GetEntity()
See :attr:`
entity
`
The parent
entity
.
.. method:: GetGeometricCenter()
...
...
@@ -1425,7 +1437,13 @@ The View Classes
The residue handle this view points to
:type: :class:`ResidueHandle`
.. attribute:: atoms
List of atoms in this view.
:type: :class:`AtomViewList`
.. method:: RemoveAtom(atom_view)
Remove atom from residue and all associated bonds. If the atom is not part
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment