StateParameters Struct Reference

Internal state (excluding fixed settings) which represents the entire internal state of spot fitting. More...

#include <multispot5.h>

List of all members.

Public Attributes

std::tr1::shared_ptr< MT19937rng
std::vector< TooN::Vector< 4 > > spots
int pass
int iteration
std::vector< CVD::ImageRef > pixels

Detailed Description

Internal state (excluding fixed settings) which represents the entire internal state of spot fitting.

Used to restart from interruptions.

Definition at line 96 of file multispot5.h.


Member Data Documentation

std::tr1::shared_ptr<MT19937> StateParameters::rng

Random number generator state.

Definition at line 97 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 98 of file multispot5.h.

Referenced by generate_state_parameters_ye_olde(), and parse_log_file().

Pass number.

Definition at line 99 of file multispot5.h.

Referenced by generate_state_parameters_ye_olde(), and parse_log_file().

Iteration number.

Definition at line 100 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 101 of file multispot5.h.

Referenced by generate_state_parameters_ye_olde(), and parse_log_file().


The documentation for this struct was generated from the following file:
Generated on Wed Nov 2 18:00:04 2011 for BCUBED by  doxygen 1.6.3