1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>BALLView Documentation: GeometricControl</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<div align = center>
<table width="700" border="0" cellpadding="0">
<tr>
<td align="left">
<h2 align="center">
<a href="molecularControl.html"><img src="images/left.png" width="58" height="28" border=0 align="MIDDLE"></a>
<a href="index.html">Index</a>
<a href="logView.html"><img src="images/right.png" width="58" height="28" border=0 align="MIDDLE"></a>
</h2><hr width=700>
<h2 align=center>Representations View</h2>
<div align="justify">The representations view enables the user to create and manage representations.
A representation is a set of geometric objects, which can be visualized in the
<a href="scene.html">3D view</a>.<br> <br>
</div>
<div align=center>
<img src="images/geometricControl.png" width=342 height=133 border=0><br> <br>
</div>
<div align=justify>
The list view shows the name of the model, the name of the molecular entities, for which the
representation was created and the coloring method. The values to the right are the number
of molecular entities, which were used to create the representation (here one System) and the
number of geometric objects. All to the left side, there is a checkbox to switch the representation on and off.
</div>
<p>The GeometricControl has its own context menu:<br>
<br>
<center>
<img src="images/geometricControl_cm.png" border=0>
</center>
</p>
<H2 align=center>Coloring of surfaces</H2>
<div align="justify">To color a surface, it has to be selected and the context menu entry "Modify Surface" must be clicked. Then a new dialog appears.
BALLView provides two possibilities to color surfaces:</div>
<H3 align = center>Coloring by grids</H3>
<div align="justify">Information on how to create and manage data grids can be found <a href="datasetControl.html#data_grids">here</a>.<br>
<br>
<center>
<img src="images/color_surface1.png" width="552" height="366" border=0><br>
<br>
</center>
At the top of the dialog, the user can select the grid, which he wants to use for coloring.
At every point of the surface, the value in the three-dimensional data grid is interpolated to a color,
which is then used to color the surface.
The colors, can be freely selected. If they are clicked, a dialog for color selection appears.
The min, mid and max colors are the colors between which is interpolated. They
correspond to the values, between which is interpolated.
The "< min" and "> max" colors are used for points in the data grid, which are outside
of this range.
If the autoscale button is pressed, the min, mid and max values are taken from the grid,
but the user can also change the values freely. The number of levels corresponds to the number of
colors, which are used for interpolation. <br>
To create a transparent surface, the "alpha-blending" blending radio button at the lower left corner must be checked.
This also enables the sliders for the alpha values (opacity).<br>
<br>
An example for the settings above:<br>
<center>
<img src="images/distance_grid.png" width=362 height=209 border=0><br> <br>
</center>
</div>
<br><br>
<H3 align=center>Coloring by custom color</H3>
<div align="justify"><a name="custom_coloring"></a>
<center>
<img src="images/color_surface2.png" width="552" height="366" border=0><br>
<br>
</center>
This part of the dialog enables the user to color a surface with only one color.
The color can be freely selected by clicking on the button "Select" and using the color selection dialog.
The surface can be made transparent by setting the alpha value.
Below an example with an alpha value of 80 and an underlying stick model:<br>
</div>
<center>
<img src="images/custom_color.png" width=367 height=219 border=0>
</center>
<br><br>
<a name="clipping_planes"></a>
<H2 align=center>Usage of clipping planes</H2>
<div align="justify">Clipping planes are very useful for improving the visibility of otherwise hidden parts of molecules.
They cut of any graphical representation.
An example for their usage:<br>
<br> <center> <img src="images/clipping.png" width="660" height="356" border=0><br>
</center>
A new clipping plane is created by clicking the menu entry "Display->New Clipping Plane".
To position the clipping plane, it is best to switch it off first. When this is done, the clipping plane
becomes visible as a blue plane, which can then be moved by clicking the menu entry "Move" in
the context menu of the representations view. The clipping plane can be switched on and off at any time.
It is also possible to use them with only one
representation being clipped, while the other stay unaffected (see context menu for the clipping plane in the representation view).
<p><br>
<center> <img src="images/clip_dialog.png" width="363" height="206" border=0><br>
</center>
</div>
<center>
<hr width=700><h2 align="center">
<a href="molecularControl.html"><img src="images/left.png" width="58" height="28" border=0 align="MIDDLE"></a>
<a href="index.html">Index</a>
<a href="logView.html"><img src="images/right.png" width="58" height="28" border=0 align="MIDDLE"></a>
</h2>
</td>
</tr></table>
</div>
</body>
</html>
|