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
c1d67e30
Commit
c1d67e30
authored
4 years ago
by
Xavier Robin
Browse files
Options
Downloads
Patches
Plain Diff
Clarify to use XCSEditor to access EditorBase functions
parent
fff160f0
No related branches found
Branches containing commit
No related tags found
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/editors.rst
+13
-0
13 additions, 0 deletions
modules/mol/base/doc/editors.rst
with
13 additions
and
0 deletions
modules/mol/base/doc/editors.rst
+
13
−
0
View file @
c1d67e30
...
...
@@ -41,6 +41,12 @@ Basic Editing Operations
The basic functionality of editors is implemented in the EditorBase class.
.. note::
To use the editing functions available in :class:`EditorBase`, it is
recommended to use the external coordinate system :class:`XCSEditor` for
performance reasons.
.. class:: EditorBase
Inherited by :class:`XCSEditor`, :class:`ICSEditor`.
...
...
@@ -486,6 +492,13 @@ using an :class:`ICSEditor` is undefined and vice versa.
a directed-graph for the bond network as well as calculating the internal
coordinate matrices.
.. warning::
The :class:`ICSEditor` has a very significant performance impact on the
structure, and can make subsequent access or modifications on the entity
extremely slow due to lazy evaluation. The :class:`ICSEditor` is never used
in SWISS-MODEL, ProMod3 or CAMEO. Only open one if you absolutely need to.
.. class:: ICSEditor
Inherits :class:`EditorBase`
...
...
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