MaCh3  2.6.1
Reference Guide
Public Attributes | List of all members
ParameterHandlerBase::FlipGroup Struct Reference

Struct to hold information about a group of parameters that flip together at the same time. More...

#include <Parameters/ParameterHandlerBase.h>

Collaboration diagram for ParameterHandlerBase::FlipGroup:
[legend]

Public Attributes

std::vector< int > FlipParameterIndex
 Indices of parameters with flip symmetry. More...
 
std::vector< double > FlipParameterPoint
 Central points around which parameters are flipped. More...
 

Detailed Description

Struct to hold information about a group of parameters that flip together at the same time.

Definition at line 465 of file ParameterHandlerBase.h.

Member Data Documentation

◆ FlipParameterIndex

std::vector<int> ParameterHandlerBase::FlipGroup::FlipParameterIndex

Indices of parameters with flip symmetry.

Definition at line 467 of file ParameterHandlerBase.h.

◆ FlipParameterPoint

std::vector<double> ParameterHandlerBase::FlipGroup::FlipParameterPoint

Central points around which parameters are flipped.

Definition at line 469 of file ParameterHandlerBase.h.


The documentation for this struct was generated from the following file: