ThreeB 1.1
|
Internal state (excluding fixed settings) which represents the entire internal state of spot fitting. More...
#include <multispot5.h>
Public Attributes | |
std::tr1::shared_ptr< MT19937 > | rng |
std::vector< TooN::Vector< 4 > > | spots |
int | pass |
int | iteration |
std::vector< CVD::ImageRef > | pixels |
Internal state (excluding fixed settings) which represents the entire internal state of spot fitting.
Used to restart from interruptions.
Definition at line 115 of file multispot5.h.
std::tr1::shared_ptr<MT19937> StateParameters::rng |
Random number generator state.
Definition at line 116 of file multispot5.h.
Referenced by generate_state_parameters_ye_olde(), and parse_log_file().
std::vector<TooN::Vector<4> > StateParameters::spots |
Spots positions.
Definition at line 117 of file multispot5.h.
Referenced by generate_state_parameters_ye_olde(), and parse_log_file().
Pass number.
Definition at line 118 of file multispot5.h.
Referenced by generate_state_parameters_ye_olde(), and parse_log_file().
Iteration number.
Definition at line 119 of file multispot5.h.
Referenced by generate_state_parameters_ye_olde(), and parse_log_file().
std::vector<CVD::ImageRef> StateParameters::pixels |
Area for analysis.
Definition at line 120 of file multispot5.h.
Referenced by generate_state_parameters_ye_olde(), and parse_log_file().