| 
    Jpp
    18.5.2
    
   the software that should make you happy 
   | 
 
Template specialization for parameter grid. More...
#include <JComplexPhase.hh>
  
 Public Types | |
| typedef JGrid< double > | JGrid_t | 
| typedef JComplexPhase< JGrid_t > | JComplexPhase_t | 
| typedef JOscParameter< JGrid_t > | JOscParameter_t | 
| typedef  JOscParameter_t::JParameter_t  | JParameter_t | 
| typedef  JOscParameter_t::argument_type  | argument_type | 
| typedef JGrid_t::abscissa_type | abscissa_type | 
Public Member Functions | |
| JComplexPhase () | |
| Default constructor.  More... | |
| JComplexPhase (argument_type grid) | |
| Constructor.  More... | |
| JComplexPhase (const int nx, const abscissa_type &xmin, const abscissa_type &xmax) | |
| Constructor.  More... | |
| JComplexPhase (const abscissa_type &value) | |
| Constructor.  More... | |
| JComplexPhase_t & | operator= (argument_type grid) | 
| Assignment operator.  More... | |
| bool | is_valid () const override | 
| Check validity of oscillation parameter.  More... | |
| void | setValue (argument_type value) | 
| Set parameter.  More... | |
| const T & | getValue () const | 
| Get value of parameter.  More... | |
| T & | getValue () | 
| Get value of parameter.  More... | |
| operator const T & () const | |
| Type conversion operator.  More... | |
| operator T & () | |
| Type conversion operator.  More... | |
| const bool | isDefined () const | 
| Get status of parameter.  More... | |
| bool | less (const JParameter< T > ¶meter) const | 
| Less than method.  More... | |
Static Public Member Functions | |
| static JComplexPhase_t | make_parameter (const abscissa_type &value) | 
| Auxiliary function to create a complex phase parameter grid.  More... | |
Protected Attributes | |
| T | __value | 
| bool | is_defined | 
Template specialization for parameter grid.
Definition at line 105 of file JComplexPhase.hh.
| typedef JGrid<double> JOSCPROB::JComplexPhase< JGrid< double > >::JGrid_t | 
Definition at line 108 of file JComplexPhase.hh.
| typedef JComplexPhase<JGrid_t> JOSCPROB::JComplexPhase< JGrid< double > >::JComplexPhase_t | 
Definition at line 109 of file JComplexPhase.hh.
| typedef JOscParameter<JGrid_t> JOSCPROB::JComplexPhase< JGrid< double > >::JOscParameter_t | 
Definition at line 110 of file JComplexPhase.hh.
| typedef JOscParameter_t::JParameter_t JOSCPROB::JComplexPhase< JGrid< double > >::JParameter_t | 
Definition at line 112 of file JComplexPhase.hh.
| typedef JOscParameter_t::argument_type JOSCPROB::JComplexPhase< JGrid< double > >::argument_type | 
Definition at line 113 of file JComplexPhase.hh.
| typedef JGrid_t::abscissa_type JOSCPROB::JComplexPhase< JGrid< double > >::abscissa_type | 
Definition at line 115 of file JComplexPhase.hh.
      
  | 
  inline | 
      
  | 
  inlineexplicit | 
Constructor.
| grid | complex phase parameter grid [rad] | 
Definition at line 130 of file JComplexPhase.hh.
      
  | 
  inline | 
Constructor.
| nx | number of elements | 
| xmin | lower limit [rad] | 
| xmax | upper limit [rad] | 
Definition at line 148 of file JComplexPhase.hh.
      
  | 
  inlineexplicit | 
Constructor.
| value | complex phase value [rad] | 
Definition at line 160 of file JComplexPhase.hh.
      
  | 
  inline | 
Assignment operator.
| grid | complex phase parameter grid [rad] | 
Definition at line 171 of file JComplexPhase.hh.
      
  | 
  inlineoverridevirtual | 
Check validity of oscillation parameter.
Implements JOSCPROB::JOscParameter< JGrid< double > >.
Definition at line 184 of file JComplexPhase.hh.
      
  | 
  inlinestatic | 
Auxiliary function to create a complex phase parameter grid.
| value | complex phase value [rad] | 
Definition at line 200 of file JComplexPhase.hh.
      
  | 
  inlineinherited | 
Set parameter.
| value | oscillation parameter value | 
Definition at line 73 of file JOscParameter.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Type conversion operator.
Definition at line 115 of file JParameter.hh.
      
  | 
  inlineinherited | 
Type conversion operator.
Definition at line 126 of file JParameter.hh.
      
  | 
  inlineinherited | 
Get status of parameter.
Definition at line 137 of file JParameter.hh.
      
  | 
  inlineinherited | 
Less than method.
This method evaluates to true if both parameter values are defined and this value is less than the value of the given parameter object.
| parameter | parameter | 
Definition at line 152 of file JParameter.hh.
      
  | 
  protectedinherited | 
Definition at line 193 of file JParameter.hh.
      
  | 
  protectedinherited | 
Definition at line 194 of file JParameter.hh.
 1.8.5