BALL
1.4.1
|
#include <BALL/VIEW/DIALOGS/modifyRepresentationDialog.h>
Dialog for coloring of surfaces The surfaces can be colored by a given color, or from the values, contained in a RegularData3D grid. You can also set the transparency of the surface.
Definition at line 51 of file modifyRepresentationDialog.h.
typedef HashGridBox3<const Atom*> BALL::VIEW::ModifyRepresentationDialog::AtomBox [protected] |
Definition at line 114 of file modifyRepresentationDialog.h.
typedef HashGrid3<const Atom*> BALL::VIEW::ModifyRepresentationDialog::AtomGrid [protected] |
Definition at line 113 of file modifyRepresentationDialog.h.
BALL::VIEW::ModifyRepresentationDialog::ModifyRepresentationDialog | ( | QWidget * | parent = 0 , |
const char * | name = "ModifyRepresentationDialog" , |
||
bool | modal = FALSE , |
||
Qt::WFlags | fl = 0 |
||
) |
BALL::VIEW::ModifyRepresentationDialog::ModifyRepresentationDialog | ( | const ModifyRepresentationDialog & | dialog | ) | [protected] |
void BALL::VIEW::ModifyRepresentationDialog::accept | ( | ) | [slot] |
void BALL::VIEW::ModifyRepresentationDialog::applySplit | ( | ) | [slot] |
void BALL::VIEW::ModifyRepresentationDialog::autoScale | ( | ) | [slot] |
void BALL::VIEW::ModifyRepresentationDialog::calculateIncludedVertices_ | ( | vector< bool > & | include_vertex, |
const Mesh & | org_mesh, | ||
HashSet< const Composite * > & | roots | ||
) | [protected] |
void BALL::VIEW::ModifyRepresentationDialog::changeDrawingMode_ | ( | ) | [protected] |
void BALL::VIEW::ModifyRepresentationDialog::changeDrawingModeTransparencyChanged | ( | ) | [protected, slot] |
void BALL::VIEW::ModifyRepresentationDialog::checkApplyButton_ | ( | ) | [protected] |
bool BALL::VIEW::ModifyRepresentationDialog::checkInclude_ | ( | const AtomGrid & | atom_grid, |
const Vector3 & | point | ||
) | const [inline, protected] |
void BALL::VIEW::ModifyRepresentationDialog::choosePressed | ( | ) | [slot] |
void BALL::VIEW::ModifyRepresentationDialog::colorByCustomColor_ | ( | ) | [protected] |
bool BALL::VIEW::ModifyRepresentationDialog::colorByGrid_ | ( | ) | [protected] |
void BALL::VIEW::ModifyRepresentationDialog::customColorTransparencyChanged | ( | ) | [protected, slot] |
void BALL::VIEW::ModifyRepresentationDialog::gridSelected | ( | ) | [slot] |
bool BALL::VIEW::ModifyRepresentationDialog::insertGrid_ | ( | RegularData3D & | grid, |
const String & | name | ||
) | [protected] |
void BALL::VIEW::ModifyRepresentationDialog::invalidateGrid_ | ( | ) | [protected] |
void BALL::VIEW::ModifyRepresentationDialog::invalidateMesh_ | ( | ) | [protected] |
virtual void BALL::VIEW::ModifyRepresentationDialog::onNotify | ( | Message * | message | ) | [virtual] |
Message handling method. This method handles messages sent to this connectionObject. If a certain message should be processed for this connectionObject this method must be overridden. With the help of the RTTI methods one can easily determine if an incoming message is relevant for this connectionObject. See Message for further information concerning messages.
message | a pointer to a message. Do not delete the message in this method. |
Reimplemented from BALL::VIEW::ConnectionObject.
void BALL::VIEW::ModifyRepresentationDialog::removeGrid_ | ( | RegularData3D & | grid | ) | [protected] |
void BALL::VIEW::ModifyRepresentationDialog::setGrid | ( | RegularData3D * | grid | ) |
void BALL::VIEW::ModifyRepresentationDialog::setMaxValue | ( | float | value | ) |
void BALL::VIEW::ModifyRepresentationDialog::setMidValue | ( | float | value | ) |
void BALL::VIEW::ModifyRepresentationDialog::setMinValue | ( | float | value | ) |
void BALL::VIEW::ModifyRepresentationDialog::setSplitRadius | ( | float | distance | ) |
void BALL::VIEW::ModifyRepresentationDialog::show | ( | ) | [slot] |
void BALL::VIEW::ModifyRepresentationDialog::splitMethodChanged | ( | ) | [protected, slot] |
void BALL::VIEW::ModifyRepresentationDialog::tabChanged | ( | ) | [slot] |
Definition at line 127 of file modifyRepresentationDialog.h.
std::list<RegularData3D*> BALL::VIEW::ModifyRepresentationDialog::grid_list_ [protected] |
Definition at line 133 of file modifyRepresentationDialog.h.
Definition at line 135 of file modifyRepresentationDialog.h.
Definition at line 130 of file modifyRepresentationDialog.h.
Definition at line 130 of file modifyRepresentationDialog.h.
Definition at line 130 of file modifyRepresentationDialog.h.
Definition at line 130 of file modifyRepresentationDialog.h.
Definition at line 130 of file modifyRepresentationDialog.h.
Definition at line 132 of file modifyRepresentationDialog.h.
Definition at line 130 of file modifyRepresentationDialog.h.
Definition at line 128 of file modifyRepresentationDialog.h.
vector<Vector3> BALL::VIEW::ModifyRepresentationDialog::vertices_ [protected] |
Definition at line 134 of file modifyRepresentationDialog.h.