#include <BALL/VIEW/MODELS/fieldLineCreator.h>
Detailed Description
FieldLineCreator class.
Definition at line 28 of file fieldLineCreator.h.
Member Typedef Documentation
Constructor & Destructor Documentation
BALL::VIEW::FieldLineCreator::FieldLineCreator |
( |
| ) |
|
virtual BALL::VIEW::FieldLineCreator::~FieldLineCreator |
( |
| ) |
|
|
virtual |
Member Function Documentation
void BALL::VIEW::FieldLineCreator::calculateLinePoints_ |
( |
Vector3 |
point, |
|
|
vector< Vector3 > & |
points, |
|
|
float |
factor = 1. |
|
) |
| |
|
inline |
void BALL::VIEW::FieldLineCreator::setUsePotentialGrid |
( |
bool |
state | ) |
|
|
inline |
For the Stalling approach: use the potential or the vector field as basis for the placement
Definition at line 56 of file fieldLineCreator.h.
Member Data Documentation
float BALL::VIEW::FieldLineCreator::atom_distance_ |
Size BALL::VIEW::FieldLineCreator::field_line_errors_ |
Size BALL::VIEW::FieldLineCreator::icosaeder_steps_ |
Size BALL::VIEW::FieldLineCreator::interpolation_steps_ |
Size BALL::VIEW::FieldLineCreator::max_steps_ |
Size BALL::VIEW::FieldLineCreator::monte_carlo_nr_lines_ |
float BALL::VIEW::FieldLineCreator::tolerance_ |
bool BALL::VIEW::FieldLineCreator::use_atoms_ |
bool BALL::VIEW::FieldLineCreator::use_potential_grid_ |
VectorGrid* BALL::VIEW::FieldLineCreator::vector_grid_ |