Structure for holding a proposal cycle.
Definition at line 524 of file LALInference.h.
Data Fields | |
| LALInferenceProposal ** | proposals |
| INT4 * | order |
| Array of proposals (one per proposal function) More... | |
| INT4 | length |
| INT4 | nProposals |
| Length of cycle. More... | |
| INT4 | counter |
| char | last_proposal_name [VARNAME_MAX] |
| Counter for cycling through proposals. More... | |
| LALInferenceVariables * | proposalArgs |
| Name of current proposal. More... | |
| LALInferenceProposal** LALInferenceProposalCycle::proposals |
Definition at line 527 of file LALInference.h.
| INT4* LALInferenceProposalCycle::order |
Array of proposals (one per proposal function)
Definition at line 528 of file LALInference.h.
| INT4 LALInferenceProposalCycle::length |
Definition at line 529 of file LALInference.h.
| INT4 LALInferenceProposalCycle::nProposals |
Length of cycle.
Definition at line 530 of file LALInference.h.
| INT4 LALInferenceProposalCycle::counter |
Definition at line 531 of file LALInference.h.
| char LALInferenceProposalCycle::last_proposal_name[VARNAME_MAX] |
Counter for cycling through proposals.
Definition at line 532 of file LALInference.h.
| LALInferenceVariables* LALInferenceProposalCycle::proposalArgs |
Name of current proposal.
Definition at line 533 of file LALInference.h.