ThreeB 1.1
Public Attributes
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 134 of file multispot5.h.


Member Data Documentation

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

Random number generator state.

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

Referenced by generate_state_parameters_ye_olde(), and parse_log_file().

Pass number.

Definition at line 137 of file multispot5.h.

Referenced by generate_state_parameters_ye_olde(), and parse_log_file().

Iteration number.

Definition at line 138 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 139 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: