Browse Subversion Repository
Diff of /Conograph/trunk/src/ControlParam.cc
Parent Directory
| Revision Log
| Patch
| 62 |
RWParamProperty(BOOLFLAG, "OutputOrthorhombicP"), |
RWParamProperty(BOOLFLAG, "OutputOrthorhombicP"), |
| 63 |
RWParamData<bool>(true, REPLACE_NONE<bool>, NULL, false, NULL, false, -1, -1) ), |
RWParamData<bool>(true, REPLACE_NONE<bool>, NULL, false, NULL, false, -1, -1) ), |
| 64 |
pair<RWParamProperty, RWParamData<bool> >( |
pair<RWParamProperty, RWParamData<bool> >( |
| 65 |
RWParamProperty(BOOLFLAG, "OutputOrthorhombicB"), |
RWParamProperty(BOOLFLAG, "OutputOrthorhombicC"), |
| 66 |
RWParamData<bool>(true, REPLACE_NONE<bool>, NULL, false, NULL, false, -1, -1) ), |
RWParamData<bool>(true, REPLACE_NONE<bool>, NULL, false, NULL, false, -1, -1) ), |
| 67 |
pair<RWParamProperty, RWParamData<bool> >( |
pair<RWParamProperty, RWParamData<bool> >( |
| 68 |
RWParamProperty(BOOLFLAG, "OutputOrthorhombicI"), |
RWParamProperty(BOOLFLAG, "OutputOrthorhombicI"), |
| 104 |
RWParamProperty(DARRAY, "ConversionParameters"), |
RWParamProperty(DARRAY, "ConversionParameters"), |
| 105 |
RWParamData<Vec_DP>(put_initial_conv_param(), REPLACE_VECTOR_NONE<Double>, GTVec<Double>, putConvParamRange(), NULL, Vec_DP(), 2, 6) ); |
RWParamData<Vec_DP>(put_initial_conv_param(), REPLACE_VECTOR_NONE<Double>, GTVec<Double>, putConvParamRange(), NULL, Vec_DP(), 2, 6) ); |
| 106 |
const pair<RWParamProperty, RWParamData<Vec_DP> > ControlParam::PeakShiftParam_Data( |
const pair<RWParamProperty, RWParamData<Vec_DP> > ControlParam::PeakShiftParam_Data( |
| 107 |
RWParamProperty(DARRAY, "PeakShiftParameters"), |
RWParamProperty(DARRAY, "ZeroPointShiftParameter"), |
| 108 |
RWParamData<Vec_DP>(Vec_DP(1,0.0), REPLACE_VECTOR_NONE<Double>, NULL, Vec_DP(), NULL, Vec_DP(), 1, 1) ); |
RWParamData<Vec_DP>(Vec_DP(1,0.0), REPLACE_VECTOR_NONE<Double>, NULL, Vec_DP(), NULL, Vec_DP(), 1, 1) ); |
| 109 |
const pair<RWParamProperty, RWParamData<Double> > ControlParam::WlengthX_Data( |
const pair<RWParamProperty, RWParamData<Double> > ControlParam::WlengthX_Data( |
| 110 |
RWParamProperty(DVALUE, "WaveLength"), |
RWParamProperty(DVALUE, "WaveLength"), |
| 156 |
RWParamData<Int4>((Int4)ConographQuickSearch, REPLACE_NONE<Int4>, GE<Int4>, (Int4)ConographQuickSearch, LE<Int4>, (Int4)ConographRegularSearch, -1, -1) ); |
RWParamData<Int4>((Int4)ConographQuickSearch, REPLACE_NONE<Int4>, GE<Int4>, (Int4)ConographQuickSearch, LE<Int4>, (Int4)ConographRegularSearch, -1, -1) ); |
| 157 |
|
|
| 158 |
const pair<RWParamProperty, RWParamData<string> > ControlParam::MonoBaseAxis_Data( |
const pair<RWParamProperty, RWParamData<string> > ControlParam::MonoBaseAxis_Data( |
| 159 |
RWParamProperty(STRVALUE, "AxisForBaseCenteredSymmetry"), |
RWParamProperty(STRVALUE, "AxisForMonoclinicSymmetry"), |
| 160 |
RWParamData<string>("B", REPLACE_NONE<string>, NULL, "", NULL, "", -1, -1) ); |
RWParamData<string>("B", REPLACE_NONE<string>, NULL, "", NULL, "", -1, -1) ); |
| 161 |
const pair<RWParamProperty, RWParamData<string> > ControlParam::RhomAxis_Data( |
const pair<RWParamProperty, RWParamData<string> > ControlParam::RhomAxis_Data( |
| 162 |
RWParamProperty(STRVALUE, "AxisForRhombohedralSymmetry"), |
RWParamProperty(STRVALUE, "AxisForRhombohedralSymmetry"), |
|
|
Legend:
| Removed from v.6 |
|
| changed lines |
| |
Added in v.9 |
|
|
| |