BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | List of all members
BALL::VIEW::FieldLinesDialog Class Reference

#include <BALL/VIEW/DIALOGS/fieldLinesDialog.h>

Inheritance diagram for BALL::VIEW::FieldLinesDialog:
QDialog FieldLinesDialogData BALL::VIEW::FieldLineCreator

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 ()
RepresentationcreateLines ()
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< Vector3VectorGrid
- 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_
RegularData3Dpotential_grid_
VectorGridvector_grid_
AtomContainerac_
bool use_potential_grid_

Detailed Description

Dialog for creating field lines.

Definition at line 25 of file fieldLinesDialog.h.

Constructor & Destructor Documentation

BALL::VIEW::FieldLinesDialog::FieldLinesDialog ( QWidget parent = NULL,
const char *  name = "FieldLinesDialog" 
)

Default Constructor.

virtual BALL::VIEW::FieldLinesDialog::~FieldLinesDialog ( )
virtual

Destructor.

Member Function Documentation

void BALL::VIEW::FieldLinesDialog::accept ( )
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 ( )