|
BALL
1.4.2
|
#include <BALL/VIEW/DIALOGS/fieldLinesDialog.h>
Public Slots | |
| void | accept () |
Public Member Functions | |
| FieldLinesDialog (QWidget *parent=NULL, const char *name="FieldLinesDialog") | |
| virtual | ~FieldLinesDialog () |
| Position | getSeedMode () |
| Size | getMonteCarloNumberLines () |
| float | getTolerance () |
| Size | getInterpolationSteps () |
| Size | getMaxSteps () |
| Size | getIcosaederInterplationSteps () |
| float | getAtomsDistance () |
Public Member Functions inherited from BALL::VIEW::FieldLineCreator | |
| FieldLineCreator () | |
| FieldLineCreator (const FieldLineCreator &fc) | |
| virtual | ~FieldLineCreator () |
| Representation * | createLines () |
| void | createFieldLine_ (const Vector3 &point, Representation &rep) |
| void | calculateLinePoints_ (Vector3 point, vector< Vector3 > &points, float factor=1.) |
| void | setUsePotentialGrid (bool state) |
Additional Inherited Members | |
Public Types inherited from BALL::VIEW::FieldLineCreator | |
| typedef TRegularData3D< Vector3 > | VectorGrid |
Public Attributes inherited from BALL::VIEW::FieldLineCreator | |
| float | tolerance_ |
| Size | max_steps_ |
| Size | interpolation_steps_ |
| Size | icosaeder_steps_ |
| float | atom_distance_ |
| Size | field_line_errors_ |
| bool | use_atoms_ |
| Size | monte_carlo_nr_lines_ |
| RegularData3D * | potential_grid_ |
| VectorGrid * | vector_grid_ |
| AtomContainer * | ac_ |
| bool | use_potential_grid_ |
Dialog for creating field lines.
Definition at line 25 of file fieldLinesDialog.h.
| BALL::VIEW::FieldLinesDialog::FieldLinesDialog | ( | QWidget * | parent = NULL, |
| const char * | name = "FieldLinesDialog" |
||
| ) |
Default Constructor.
|
virtual |
Destructor.
|
slot |
| float BALL::VIEW::FieldLinesDialog::getAtomsDistance | ( | ) |
| Size BALL::VIEW::FieldLinesDialog::getIcosaederInterplationSteps | ( | ) |
| Size BALL::VIEW::FieldLinesDialog::getInterpolationSteps | ( | ) |
| Size BALL::VIEW::FieldLinesDialog::getMaxSteps | ( | ) |
| Size BALL::VIEW::FieldLinesDialog::getMonteCarloNumberLines | ( | ) |
| Position BALL::VIEW::FieldLinesDialog::getSeedMode | ( | ) |
| float BALL::VIEW::FieldLinesDialog::getTolerance | ( | ) |
1.8.3.1